Skip to main content

shape_of_matrix_expr

Function shape_of_matrix_expr 

Source
pub fn shape_of_matrix_expr(
    expr: &Expression,
) -> Option<MatrixShape<Moo<Domain>>>
Expand description

If this is a matrix expression (as defined by Expr::unwrap_matrix_unchecked), get its [MatrixShape]. See also: shape_of.