librsb
1.2.0-rc7
|
ISO C BINDING interface to rsb_spmsp_to_dense. More...
Public Member Functions | |
INTEGER(C_INT) function | rsb_spmsp_to_dense (typecode, transA, alphap, mtxAp, transB, betap, mtxBp, ldC, nrC, ncC, rowmajorC, Cp) |
ISO C BINDING interface to rsb_spmsp_to_dense.
INTEGER(C_INT) function rsb::rsb_spmsp_to_dense::rsb_spmsp_to_dense | ( | integer(c_signed_char) | typecode, |
integer(c_int) | transA, | ||
type(c_ptr) | alphap, | ||
type(c_ptr) | mtxAp, | ||
integer(c_int) | transB, | ||
type(c_ptr) | betap, | ||
type(c_ptr) | mtxBp, | ||
integer(c_int) | ldC, | ||
integer(c_int) | nrC, | ||
integer(c_int) | ncC, | ||
integer(c_int) | rowmajorC, | ||
type(c_ptr) | Cp | ||
) |