Skip to main content

matrix

Function matrix 

Source
pub fn matrix<const R: usize, const C: usize, E>(elements: [[E; C]; R]) -> Expr
where E: Into<Expr>, Expr: From<E>,
Expand description

Constructs a row-major matrix expression from a nested array.