Octopus
|
Solves one of the matrix equations. More...
Solves one of the matrix equations.
\[ op( A )X = \alpha B, \]
or
\[ X op( A ) = \alpha B, \]
where \(\alpha\) is a scalar, X and B are \(m\times n\) matrices, A is a unit, or non-unit, upper or lower triangular matrix and op(A) is one of
\[ op( A ) = A \mbox{ or } op( A ) = A^T \]
The matrix X is overwritten on B.
Private Member Functions | |
subroutine | pdtrsm (side, uplo, transa, diag, m, n, alpha, a, ia, ja, desca, b, ib, jb, descb) |
subroutine | pztrsm (side, uplo, transa, diag, m, n, alpha, a, ia, ja, desca, b, ib, jb, descb) |
|
private |
|
private |