467 for( i=0; i<*m; i++ )
468 for( j=0; j<*m; j++ ) {
476 for( i=0; i<*n; i++ )
477 for( j=0; j<*n; j++ ) {
484 for( i=0; i<*m; i++ )
485 for( j=0; j<*n; j++ ) {
491 for( j=0; j<*n; j++ )
492 for( i=0; i<*m; i++ ) {
void get_transpose_type(char *type, CBLAS_TRANSPOSE *trans)
void get_side_type(char *type, CBLAS_SIDE *side)
void cblas_ztrmm(CBLAS_LAYOUT layout, CBLAS_SIDE Side, CBLAS_UPLO Uplo, CBLAS_TRANSPOSE TransA, CBLAS_DIAG Diag, const int M, const int N, const void *alpha, const void *A, const int lda, void *B, const int ldb)
void get_diag_type(char *type, CBLAS_DIAG *diag)
void get_uplo_type(char *type, CBLAS_UPLO *uplo)