Uses of Class
no.uib.cipr.matrix.Matrix.Norm
-
Packages that use Matrix.Norm Package Description no.uib.cipr.matrix -
-
Uses of Matrix.Norm in no.uib.cipr.matrix
Methods in no.uib.cipr.matrix that return Matrix.Norm Modifier and Type Method Description static Matrix.Norm
Matrix.Norm. valueOf(java.lang.String name)
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.Norm Modifier and Type Method Description double
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.
-