tblite
Light-weight tight-binding framework
Loading...
Searching...
No Matches
Public Member Functions
tblite_blas_level3::wrap_trsm Interface Reference

Solves one of the matrix equations. More...

Public Member Functions

pure subroutine wrap_strsm (amat, bmat, side, uplo, transa, diag, alpha)
 
pure subroutine wrap_dtrsm (amat, bmat, side, uplo, transa, diag, alpha)
 

Detailed Description

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.

The matrix X is overwritten on B.


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