Function lambda::math::matrix::zeroed_matrix

source ·
pub fn zeroed_matrix<V: Vector<Scalar = f32>, MatrixLike: Matrix<V> + Default>(
    rows: usize,
    columns: usize
) -> MatrixLike
Expand description

Create a matrix of any size that is filled with zeros.