Solves the system of linear equations for the specified
right-hand side vector.
Namespace:
Extreme.Mathematics.LinearAlgebra
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Vector<T> LeastSquaresSolve(
Vector<T> rightHandSide
)
Public Function LeastSquaresSolve (
rightHandSide As Vector(Of T)
) As Vector(Of T)
public:
Vector<T>^ LeastSquaresSolve(
Vector<T>^ rightHandSide
)
member LeastSquaresSolve :
rightHandSide : Vector<'T> -> Vector<'T>
Parameters
- rightHandSide
- Type: Extreme.MathematicsVectorT
A VectorT.
Return Value
Type:
VectorTA
DenseVectorT containing the solution
of the system of simultaneous linear equations.
Reference