LUDecompositionSolve Method
            Solves A x = b.
            
Namespace: Meta.Numerics.MatricesAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
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 
- rhs  IReadOnlyListDouble
- The right-hand side vector b.
ColumnVectorThe solution vector x.