Type Definition matrix_rs::VecMatrix

source ·
pub type VecMatrix = Vec<Vec<f32>>;

Trait Implementations§

source§

impl<const R: usize, const C: usize> From<&Matrix<R, C>> for VecMatrix

source§

fn from(val: &Matrix<R, C>) -> Self

Converts to this type from the input type.