CholeskyDecomposition.L Field

DotNetMatrix

An NDoc Documented Class Library

CholeskyDecomposition.L Field

Array for internal storage of decomposition. @serial internal array storage.

[Visual Basic]Private L As Double()[)
[C#]
private double[][] L;

See Also

CholeskyDecomposition Class | DotNetMatrix Namespace