Uses of Class
edu.stanford.rsl.konrad.numerics.SimpleMatrix.InversionType

Packages that use SimpleMatrix.InversionType
edu.stanford.rsl.konrad.numerics Contains Matrix and Vector objects and associated linear algebra operations. 
 

Uses of SimpleMatrix.InversionType in edu.stanford.rsl.konrad.numerics
 

Methods in edu.stanford.rsl.konrad.numerics that return SimpleMatrix.InversionType
static SimpleMatrix.InversionType SimpleMatrix.InversionType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SimpleMatrix.InversionType[] SimpleMatrix.InversionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in edu.stanford.rsl.konrad.numerics with parameters of type SimpleMatrix.InversionType
 SimpleMatrix SimpleMatrix.inverse(SimpleMatrix.InversionType inversionType)
          Inverts the given matrix using the specified inversion method.