Uses of Class
no.uib.cipr.matrix.Matrix.Norm

Packages that use Matrix.Norm
no.uib.cipr.matrix Dense and structured sparse matrices, along with matrix factorisations and solvers. 
 

Uses of Matrix.Norm in no.uib.cipr.matrix
 

Methods in no.uib.cipr.matrix that return Matrix.Norm
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
 double AbstractMatrix.norm(Matrix.Norm type)
           
 double Matrix.norm(Matrix.Norm type)
          Computes the given norm of the matrix
 double 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.