pub fn index_domains(matrix: AbstractLiteral<Literal>) -> Vec<Moo<GroundDomain>>Expand description
Gets the index domains for a matrix literal.
ยงPanics
-
If
matrixis not a matrix. -
If the number or type of elements in each dimension is inconsistent.