EigenvalueDecomposition.e Field

DotNetMatrix

An NDoc Documented Class Library

EigenvalueDecomposition.e Field

Arrays for internal storage of eigenvalues. @serial internal storage of eigenvalues.

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

See Also

EigenvalueDecomposition Class | DotNetMatrix Namespace