Solves the system of linear equations in the
least-squares sense for the specified
right-hand side vector.
Namespace: Extreme.Mathematics.LinearAlgebraAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public DenseVector LeastSquaresSolve(
Vector rightHandSide
)
Public Function LeastSquaresSolve (
rightHandSide As Vector
) As DenseVector
public:
virtual DenseVector^ LeastSquaresSolve(
Vector^ rightHandSide
) sealed
abstract LeastSquaresSolve :
rightHandSide : Vector -> DenseVector
override LeastSquaresSolve :
rightHandSide : Vector -> DenseVector
Parameters
- rightHandSide
- Type: Extreme.MathematicsVector
A Vector.
Return Value
Type:
DenseVectorA
DenseVector containing the least squares solution
of the system of simultaneous linear equations.
Implements
ILeastSquaresSolverLeastSquaresSolve(Vector)
Numerical Libraries
Supported in: 5.x, 4.x
Reference