Octopus
accel_blas_oct_m::cuda_blas_dsyrk Interface Reference

Detailed Description

Definition at line 348 of file accel_blas.F90.

Private Member Functions

subroutine cuda_blas_dsyrk (handle, uplo, trans, n, k, alpha, A, lda, beta, C, ldc)
 

Constructor & Destructor Documentation

◆ cuda_blas_dsyrk()

subroutine accel_blas_oct_m::cuda_blas_dsyrk::cuda_blas_dsyrk ( type(c_ptr), intent(in)  handle,
integer, intent(in)  uplo,
integer, intent(in)  trans,
integer(int64), intent(in)  n,
integer(int64), intent(in)  k,
type(c_ptr), intent(in)  alpha,
type(c_ptr), intent(in)  A,
integer(int64), intent(in)  lda,
type(c_ptr), intent(in)  beta,
type(c_ptr), intent(inout)  C,
integer(int64), intent(in)  ldc 
)
private

Definition at line 348 of file accel_blas.F90.


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