|
LuDecompositionF Constructor (Single)
|
Constructs a new LU decomposition.
Namespace:
Accord.Math.Decompositions
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public LuDecompositionF(
float[,] value
)
Public Sub New (
value As Single(,)
)
Request Example
View SourceParameters
- value
- Type: SystemSingle
The matrix A to be decomposed.
See Also