Uses of Class
org.apache.commons.math.exception.DimensionMismatchException
-
Packages that use DimensionMismatchException Package Description org.apache.commons.math.linear Linear algebra support. -
-
Uses of DimensionMismatchException in org.apache.commons.math.linear
Methods in org.apache.commons.math.linear that throw DimensionMismatchException Modifier and Type Method Description protected void
AbstractRealVector. checkVectorDimensions(int n)
Check if instance dimension is equal to some expected value.
-