Uses of Class
Maths.SquareMatrix.Calculation

Packages that use SquareMatrix.Calculation
Maths Provides maths classes. 
 

Uses of SquareMatrix.Calculation in Maths
 

Methods in Maths that return SquareMatrix.Calculation
static SquareMatrix.Calculation SquareMatrix.Calculation.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SquareMatrix.Calculation[] SquareMatrix.Calculation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in Maths with parameters of type SquareMatrix.Calculation
static void SquareMatrix.setExpMethod(SquareMatrix.Calculation i)
          Sets the method to be used for Exponentiation