Octopus
accel_blas_oct_m::cuda_blas_zherk Interface Reference

Detailed Description

Definition at line 341 of file accel_blas.F90.

Private Member Functions

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

Constructor & Destructor Documentation

◆ cuda_blas_zherk()

subroutine accel_blas_oct_m::cuda_blas_zherk::cuda_blas_zherk ( integer(c_int), intent(in)  uplo,
integer(c_int), intent(in)  trans,
integer(c_int64_t), intent(in)  n,
integer(c_int64_t), intent(in)  k,
real(c_double), intent(in)  alpha,
type(c_ptr), intent(in)  A,
integer(c_int64_t), intent(in)  lda,
real(c_double), intent(in)  beta,
type(c_ptr), intent(inout)  C,
integer(c_int64_t), intent(in)  ldc 
)
private

Definition at line 341 of file accel_blas.F90.


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