Loading [MathJax]/extensions/tex2jax.js
fortran-lapack
All Classes Namespaces Files Functions Variables Pages
la_blas::trsm Interface Reference

TRSM: 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 by n matrices, A is a unit, or non-unit, upper or lower triangular matrix and op( A ) is one of op( A ) = A or op( A ) = A**T or op( A ) = A**H. The matrix X is overwritten on B. More...

Public Member Functions

pure subroutine ctrsm (side, uplo, transa, diag, m, n, alpha, a, lda, b, ldb)
 
 la_ctrsm
 
pure subroutine dtrsm (side, uplo, transa, diag, m, n, alpha, a, lda, b, ldb)
 
 la_dtrsm
 
 la_qtrsm
 
pure subroutine strsm (side, uplo, transa, diag, m, n, alpha, a, lda, b, ldb)
 
 la_strsm
 
 la_wtrsm
 
pure subroutine ztrsm (side, uplo, transa, diag, m, n, alpha, a, lda, b, ldb)
 
 la_ztrsm
 

Detailed Description

TRSM: 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 by n matrices, A is a unit, or non-unit, upper or lower triangular matrix and op( A ) is one of op( A ) = A or op( A ) = A**T or op( A ) = A**H. The matrix X is overwritten on B.

Member Function/Subroutine Documentation

◆ ctrsm()

pure subroutine la_blas::trsm::ctrsm ( character, intent(in) side,
character, intent(in) uplo,
character, intent(in) transa,
character, intent(in) diag,
integer(ilp), intent(in) m,
integer(ilp), intent(in) n,
complex(sp), intent(in) alpha,
complex(sp), dimension(lda,*), intent(in) a,
integer(ilp), intent(in) lda,
complex(sp), dimension(ldb,*), intent(inout) b,
integer(ilp), intent(in) ldb )
Here is the call graph for this function:

◆ dtrsm()

pure subroutine la_blas::trsm::dtrsm ( character, intent(in) side,
character, intent(in) uplo,
character, intent(in) transa,
character, intent(in) diag,
integer(ilp), intent(in) m,
integer(ilp), intent(in) n,
real(dp), intent(in) alpha,
real(dp), dimension(lda,*), intent(in) a,
integer(ilp), intent(in) lda,
real(dp), dimension(ldb,*), intent(inout) b,
integer(ilp), intent(in) ldb )
Here is the call graph for this function:

◆ la_ctrsm()

la_blas::trsm::la_ctrsm

◆ la_dtrsm()

la_blas::trsm::la_dtrsm

◆ la_qtrsm()

la_blas::trsm::la_qtrsm

◆ la_strsm()

la_blas::trsm::la_strsm

◆ la_wtrsm()

la_blas::trsm::la_wtrsm

◆ la_ztrsm()

la_blas::trsm::la_ztrsm

◆ strsm()

pure subroutine la_blas::trsm::strsm ( character, intent(in) side,
character, intent(in) uplo,
character, intent(in) transa,
character, intent(in) diag,
integer(ilp), intent(in) m,
integer(ilp), intent(in) n,
real(sp), intent(in) alpha,
real(sp), dimension(lda,*), intent(in) a,
integer(ilp), intent(in) lda,
real(sp), dimension(ldb,*), intent(inout) b,
integer(ilp), intent(in) ldb )
Here is the call graph for this function:

◆ ztrsm()

pure subroutine la_blas::trsm::ztrsm ( character, intent(in) side,
character, intent(in) uplo,
character, intent(in) transa,
character, intent(in) diag,
integer(ilp), intent(in) m,
integer(ilp), intent(in) n,
complex(dp), intent(in) alpha,
complex(dp), dimension(lda,*), intent(in) a,
integer(ilp), intent(in) lda,
complex(dp), dimension(ldb,*), intent(inout) b,
integer(ilp), intent(in) ldb )
Here is the call graph for this function:

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