double ergo_real
Definition: realtype.h:69
Definition of the main floating-point datatype used; the ergo_real type.
void multiply_matrices_general(int An1, int An2, int Bn1, int Bn2, const ergo_real *A, const ergo_real *B, ergo_real *AB)
Definition: matrix_algebra.cc:67
void multiply_matrices_general_T_1(int An1, int An2, int Bn1, int Bn2, const ergo_real *A, const ergo_real *B, ergo_real *AB)
Definition: matrix_algebra.cc:113