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.NormReturns 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 TypeMethodDescriptiondoubleAbstractMatrix.norm(Matrix.Norm type) doubleMatrix.norm(Matrix.Norm type) Computes the given norm of the matrixdoubleBandLU.rcond(Matrix A, Matrix.Norm norm) Computes the reciprocal condition number, using either the infinity norm of the 1 norm.doubleDenseLU.rcond(Matrix A, Matrix.Norm norm) Computes the reciprocal condition number, using either the infinity norm of the 1 norm.