LUDecomposition

LU Decomposition

Class LUDecomposition extends Preconditioner

Constructors

  • LUDecomposition(percentageSparseMatrix )

Fields Summary

Field
Description
percentageSparseMatrix
Threshold coefficient for matrix sparsing (if 0: all terms stored)

Methods Summary

no methods

Fields Details

percentageSparseMatrix
percentageSparseMatrix : Threshold coefficient for matrix sparsing (if 0: all terms stored) - [1..1] PercentageSparseMatrix

Method Details

no methods

See also