Function fill

Source
pub fn fill<C: CubeType>(mat: &Matrix<C>, value: C)
Expand description

Fill the matrix with the provided value.