|  | FloatComplexQRLeastSqSolve Method | 
            Computes the solution to the least squares problem Ax = b.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic FloatComplexVector Solve(
	FloatComplexVector b
)
Public Function Solve ( 
	b As FloatComplexVector
) As FloatComplexVector
public:
FloatComplexVector^ Solve(
	FloatComplexVector^ b
)
member Solve : 
        b : FloatComplexVector -> FloatComplexVector Parameters
- b  FloatComplexVector
- The right-hand side of the equation.
Return Value
FloatComplexVectorThe solution 
x that minimizes the 2-norm of the 
            residual vector 
Ax - b.
 Exceptions
Exceptions See Also
See Also