Uses of Class
edu.stanford.rsl.konrad.numerics.SimpleVector.VectorNormType

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

Uses of SimpleVector.VectorNormType in edu.stanford.rsl.konrad.numerics
 

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