matrix.hpp File Reference

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

Include dependency graph for matrix.hpp:

This graph shows which files directly or indirectly include this file:

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.


Generated on Sat Mar 1 13:50:04 2008 for Periapsis Project by  doxygen 1.5.5