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_s::PLASMA_sgemm_c Interface Reference

Public Member Functions

integer(kind=c_int) function plasma_sgemm_c (transA, transB, M, N, K, alpha, A, LDA, B, LDB, beta, C, LDC)

Detailed Description

Definition at line 123 of file plasma_sf90.F90.


Member Function Documentation

integer(kind=c_int) function plasma_s::PLASMA_sgemm_c::plasma_sgemm_c ( integer(kind=c_int)  transA,
integer(kind=c_int)  transB,
integer(kind=c_int)  M,
integer(kind=c_int)  N,
integer(kind=c_int)  K,
real(kind=c_float)  alpha,
type(c_ptr)  A,
integer(kind=c_int)  LDA,
type(c_ptr)  B,
integer(kind=c_int)  LDB,
real(kind=c_float)  beta,
type(c_ptr)  C,
integer(kind=c_int)  LDC 
)

Definition at line 123 of file plasma_sf90.F90.

Here is the caller graph for this function:


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