LUDecompositionSolve Method |
Solves A x = b.
Namespace:
Meta.Numerics.Matrices
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public ColumnVector Solve(
IReadOnlyList<double> rhs
)
Public Function Solve (
rhs As IReadOnlyList(Of Double)
) As ColumnVector
public:
ColumnVector^ Solve(
IReadOnlyList<double>^ rhs
)
member Solve :
rhs : IReadOnlyList<float> -> ColumnVector
Parameters
- rhs
- Type: System.Collections.GenericIReadOnlyListDouble
The right-hand side vector b.
Return Value
Type:
ColumnVectorThe solution vector x.
Exceptions See Also