|
LstSq
Return the least-squares solution of linear algebraic equations (for non-square or degenerate matrices).
vector matrix::LstSq(
|
Parameters
b
[in] Ordinate or 'dependent variable' values. (Vector of free terms)
Return Value
Vector with solution to the system a * x = b. This is true only for systems that have an exact solution.
Example
matrix a={{3, 2},
|