#include "math/math.hpp"
#include "data/exception.hpp"
#include "data/string.hpp"
#include "data/stream.hpp"
#include <cstring>


Go to the source code of this file.
Namespaces | |
| namespace | gsgl |
| namespace | gsgl::math |
| namespace | gsgl::math::matrix_utils |
Classes | |
| class | matrix |
| A generic matrix class. More... | |
Functions | |
| template<int RA, int CA, int RB, int CB, typename T> | |
| void | multiply (const matrix< RA, CA, T > &a, const matrix< RB, CB, T > &b, matrix< RA, CB, T > &result) |
| Multiplies two arbitrary matrices. CA must equal RB. | |
1.5.5