|
SingularValueDecompositionD Constructor (Decimal)
|
Constructs a new singular value decomposition.
Namespace:
Accord.Math.Decompositions
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public SingularValueDecompositionD(
decimal[,] value
)
Public Sub New (
value As Decimal(,)
)
Request Example
View SourceParameters
- value
- Type: SystemDecimal
The matrix to be decomposed.
See Also