PLASMA  2.4.5
PLASMA - Parallel Linear Algebra for Scalable Multi-core Architectures
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
plasma_c::PLASMA_csyrk_c Interface Reference

Public Member Functions

integer(kind=c_int) function plasma_csyrk_c (uplo, trans, N, K, alpha, A, LDA, beta, C, LDC)

Detailed Description

Definition at line 619 of file plasma_cf90.F90.


Member Function Documentation

integer(kind=c_int) function plasma_c::PLASMA_csyrk_c::plasma_csyrk_c ( integer(kind=c_int)  uplo,
integer(kind=c_int)  trans,
integer(kind=c_int)  N,
integer(kind=c_int)  K,
complex(kind=c_float_complex)  alpha,
type(c_ptr)  A,
integer(kind=c_int)  LDA,
complex(kind=c_float_complex)  beta,
type(c_ptr)  C,
integer(kind=c_int)  LDC 
)

Definition at line 619 of file plasma_cf90.F90.

Here is the caller graph for this function:


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