Method
NumCosmoMathMatrixdgemm
Declaration [src]
void
ncm_matrix_dgemm (
NcmMatrix* cm,
gchar TransA,
gchar TransB,
const gdouble alpha,
NcmMatrix* A,
NcmMatrix* B,
const gdouble beta
)
Parameters
TransA-
Type:
gcharChar indicating ‘T’ranspose or ‘N’ot transposed matrix.
TransB-
Type:
gcharChar indicating ‘T’ranspose or ‘N’ot transposed matrix.
alpha-
Type:
const gdouble$\alpha$.
A-
Type:
NcmMatrixA
NcmMatrix$A$.The data is owned by the caller of the method. B-
Type:
NcmMatrixA
NcmMatrix$B$.The data is owned by the caller of the method. beta-
Type:
const gdouble$\beta$.