Back to Linear Algebra (Eigen)
eigen.solvers.solveMultiple
Solve multiple linear systems with the same coefficient matrix.
Syntax
eigen.solvers.solveMultiple(A, B)
Description
Solve multiple linear systems with the same coefficient matrix.
Parameters
| Name | Description |
|---|---|
| A | - Coefficient matrix (n × n) |
| B | - Right-hand sides matrix (n × k) |
Returns
MatrixHandle