Uses of Class
org.apache.commons.math3.exception.MultiDimensionMismatchException

Packages that use MultiDimensionMismatchException
org.apache.commons.math3.linear Linear algebra support. 
 

Uses of MultiDimensionMismatchException in org.apache.commons.math3.linear
 

Subclasses of MultiDimensionMismatchException in org.apache.commons.math3.linear
 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.
 



Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.