Go to the source code of this file.
Functions | |
void | c_matrix_multiply (int p, int q, int r, const Real **a, const Real **b, Real **c) |
void | trymat7 () |
Part of matrix library test program.
Definition in file tmt7.cpp.
void c_matrix_multiply | ( | int | p, |
int | q, | ||
int | r, | ||
const Real ** | a, | ||
const Real ** | b, | ||
Real ** | c | ||
) |