 | FloatComplexLeastSquares Constructor (FloatComplexMatrix, FloatComplexVector) |
Constructs a least squares solution for the given linear system
Ax = y.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.4
Syntaxpublic FloatComplexLeastSquares(
FloatComplexMatrix A,
FloatComplexVector y
)
Public Sub New (
A As FloatComplexMatrix,
y As FloatComplexVector
)
public:
FloatComplexLeastSquares(
FloatComplexMatrix^ A,
FloatComplexVector^ y
)
new :
A : FloatComplexMatrix *
y : FloatComplexVector -> FloatComplexLeastSquares
Parameters
- A
- Type: CenterSpace.NMath.CoreFloatComplexMatrix
The matrix. - y
- Type: CenterSpace.NMath.CoreFloatComplexVector
The right hand side of the linear system.
Exceptions
See Also