IMapackMatrixSolve Method |
Returns the LHS solution vector if the matrix is square or the least squares solution otherwise.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
SyntaxIMapackMatrix Solve(
IMapackMatrix rhs
)
Parameters
- rhs IMapackMatrix
- The right-hand side matrix.
Return Value
IMapackMatrixThe solution matrix.
See Also