Package com.imsl.math

Class SparseCholesky.NumericFactor

java.lang.Object
com.imsl.math.SparseCholesky.NumericFactor
All Implemented Interfaces:
Serializable
Enclosing class:
SparseCholesky

public static class SparseCholesky.NumericFactor extends Object implements Serializable
The numeric Cholesky factorization of a matrix.

Used by getNumericFactor and setNumericFactor to hold the numeric Cholesky factorization of a matrix.

See Also: