Uses of Enum Class
com.irurueta.algebra.NormType
Packages that use NormType
Package
Description
This package contains classes related to algebra, such as Matrix class
to contains matrices data and simple operations or Complex to handle
computations with Complex numbers.
-
Uses of NormType in com.irurueta.algebra
Fields in com.irurueta.algebra declared as NormTypeModifier and TypeFieldDescriptionstatic final NormType
NormComputer.DEFAULT_NORM_TYPE
Constant defining default norm type to be used.Methods in com.irurueta.algebra that return NormTypeModifier and TypeMethodDescriptionFrobeniusNormComputer.getNormType()
Returns norm type being used by this class.InfinityNormComputer.getNormType()
Returns norm type being used by this class.abstract NormType
NormComputer.getNormType()
Returns norm type being used by this class.OneNormComputer.getNormType()
Returns norm type being used by this class.static NormType
Returns the enum constant of this class with the specified name.static NormType[]
NormType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.irurueta.algebra with parameters of type NormType