Uses of Class
Maths.SquareMatrix.SquareMatrixException

Packages that use SquareMatrix.SquareMatrixException
Maths Provides maths classes. 
 

Uses of SquareMatrix.SquareMatrixException in Maths
 

Methods in Maths that throw SquareMatrix.SquareMatrixException
 SquareMatrix SquareMatrix.add(SquareMatrix o)
          Adds a matrix to this one and returns a new matrix as the result
 SquareMatrix SquareMatrix.exp()
          Calculates e^A where A is the current matrix and returns a new matrix as the result
 SquareMatrix SquareMatrix.expMult(double x)
          Calculates e^Ax where A is this matrix and returns a new matrix as the result.
 SquareMatrix SquareMatrix.multiply(SquareMatrix o)
          Multiplies this matrix by another (this × o) and returns a new matrix as a result
 

Constructors in Maths that throw SquareMatrix.SquareMatrixException
SquareMatrix(double[][] m)
          Default constructor