void syten::DenseProduct::mm_cm | ( | float const * | at, |
float const * | bt, | ||
float * | rt, | ||
std::size_t const | dx, | ||
std::size_t const | dy, | ||
std::size_t const | dz | ||
) |
General column-major matrix-matrix product.
at | first matrix, size dx × dz |
bt | second matrix, size dz × dy |
rt | result matrix, size dx × dy |
dx | number of rows of first and result matrix |
dy | number of columns of second and result matrix |
dz | number of rows of first and columns of second matrix |