Octopus
accel_blas_oct_m::cuda_blas_dtrsm Interface Reference

Detailed Description

Definition at line 360 of file accel_blas.F90.

Private Member Functions

subroutine cuda_blas_dtrsm (side, uplo, trans, diag, m, n, alpha, A, lda, B, ldb)
 

Constructor & Destructor Documentation

◆ cuda_blas_dtrsm()

subroutine accel_blas_oct_m::cuda_blas_dtrsm::cuda_blas_dtrsm ( integer(c_int), intent(in)  side,
integer(c_int), intent(in)  uplo,
integer(c_int), intent(in)  trans,
integer(c_int), intent(in)  diag,
integer(c_int64_t), intent(in)  m,
integer(c_int64_t), intent(in)  n,
real(c_double), intent(in)  alpha,
type(c_ptr), intent(in)  A,
integer(c_int64_t), intent(in)  lda,
type(c_ptr), intent(inout)  B,
integer(c_int64_t), intent(in)  ldb 
)
private

Definition at line 360 of file accel_blas.F90.


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