|
LuDecompositionDSolve Method (Decimal)
|
Solves a set of equation systems of type A * X = B.
Namespace:
Accord.Math.Decompositions
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public decimal[] Solve(
decimal[] value
)
Public Function Solve (
value As Decimal()
) As Decimal()
Request Example
View SourceParameters
- value
- Type: SystemDecimal
Right hand side column vector with as many rows as A.
Return Value
Type:
DecimalMatrix
X so that
L * U * X = B.
Implements
ISolverMatrixDecompositionTSolve(T)See Also