Solves the transposed system of simultaneous linear
equations represented by this instance.
| Name | Description |
---|
 | SolveTranspose(Matrix) |
Solves the transposed system of linear equations for the specified
right-hand side matrix.
|
 | SolveTranspose(Vector) |
Solves the system of linear equations for the specified
right-hand side vector.
|
 | SolveTranspose(DenseMatrix, Boolean) |
Solves the transposed system of linear equations for the specified
right-hand side dense matrix and optionally overwrites the
right-hand side with the solution.
|
 | SolveTranspose(DenseVector, Boolean) |
Solves the transposed system of linear equations for the specified
right-hand side dense vector and optionally
overwrites the right-hand side with the solution.
|
Top
Reference