SingularValueDecomposition Constructor

DotNetMatrix

An NDoc Documented Class Library

SingularValueDecomposition Constructor 

Construct the singular value decomposition

[Visual Basic]Public Sub New( _
   ByVal Arg As GeneralMatrix _
)
[C#]
public SingularValueDecomposition(
   GeneralMatrix Arg
);

Parameters

Arg
Rectangular matrix

Return Value

Structure to access U, S and V.

See Also

SingularValueDecomposition Class | DotNetMatrix Namespace