SingularValueDecomposition.U Field

DotNetMatrix

An NDoc Documented Class Library

SingularValueDecomposition.U Field

Arrays for internal storage of U and V. @serial internal storage of U. @serial internal storage of V.

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

See Also

SingularValueDecomposition Class | DotNetMatrix Namespace