Package com.imsl.math

Class ComplexSparseCholesky.NumericFactor

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

public static class ComplexSparseCholesky.NumericFactor extends Object implements Serializable
Data structures and functions for the numeric Cholesky factor.

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

See Also: