ScaLAPACKFX
Private Member Functions | List of all members
scalapack_module::ptrsm Interface Reference

Linear system of equation for triangular matrix. More...

Private Member Functions

subroutine pstrsm (side, uplo, transa, diag, mm, nn, alpha, aa, ia, ja, desca, bb, ib, jb, descb)
 Solves a triangular matrix equation (real).
 
subroutine pdtrsm (side, uplo, transa, diag, mm, nn, alpha, aa, ia, ja, desca, bb, ib, jb, descb)
 Solves a triangular matrix equation (dreal).
 
subroutine pctrsm (side, uplo, transa, diag, mm, nn, alpha, aa, ia, ja, desca, bb, ib, jb, descb)
 Solves a triangular matrix equation (complex).
 
subroutine pztrsm (side, uplo, transa, diag, mm, nn, alpha, aa, ia, ja, desca, bb, ib, jb, descb)
 Solves a triangular matrix equation (dcomplex).
 

Detailed Description

Linear system of equation for triangular matrix.


The documentation for this interface was generated from the following file: