Instance member | Description |
Full Usage:
this.Solve
Parameters:
JaggedArrayMatrix
-
Matrix a.
b : IReadOnlyList<float>
-
Vector b.
result : IVector<float>
-
Vector result, so that Norm(a*result-b) is minimized.
Modifiers: abstract |
Solve the equation a*result=b in the least square sense, i.e. minimize the norm of (b-a*result).
|