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.
pub fn shape_of_matrix_expr(
expr: &Expression,
) -> Option<MatrixShape<Moo<Domain>>>If this is a matrix expression (as defined by Expr::unwrap_matrix_unchecked), get its [MatrixShape]. See also: shape_of.