Uses of Enum
no.uib.cipr.matrix.Matrix.Norm
Packages that use Matrix.Norm
-
Uses of Matrix.Norm in no.uib.cipr.matrix
Methods in no.uib.cipr.matrix that return Matrix.NormModifier and TypeMethodDescriptionstatic Matrix.Norm
Returns the enum constant of this type with the specified name.static Matrix.Norm[]
Matrix.Norm.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in no.uib.cipr.matrix with parameters of type Matrix.NormModifier and TypeMethodDescriptiondouble
AbstractMatrix.norm
(Matrix.Norm type) double
Matrix.norm
(Matrix.Norm type) Computes the given norm of the matrixdouble
BandLU.rcond
(Matrix A, Matrix.Norm norm) Computes the reciprocal condition number, using either the infinity norm of the 1 norm.double
DenseLU.rcond
(Matrix A, Matrix.Norm norm) Computes the reciprocal condition number, using either the infinity norm of the 1 norm.