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

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

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

Methods in edu.stanford.rsl.konrad.numerics that return SimpleMatrix.MatrixNormType
static SimpleMatrix.MatrixNormType SimpleMatrix.MatrixNormType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SimpleMatrix.MatrixNormType[] SimpleMatrix.MatrixNormType.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.MatrixNormType
 double SimpleMatrix.norm(SimpleMatrix.MatrixNormType normType)