Uses of Class
org.apache.commons.math4.legacy.exception.MultiDimensionMismatchException
-
Packages that use MultiDimensionMismatchException Package Description org.apache.commons.math4.legacy.linear Linear algebra support. -
-
Uses of MultiDimensionMismatchException in org.apache.commons.math4.legacy.linear
Subclasses of MultiDimensionMismatchException in org.apache.commons.math4.legacy.linear Modifier and Type Class Description class
MatrixDimensionMismatchException
Exception to be thrown when either the number of rows or the number of columns of a matrix do not match the expected values.
-