sprint 1-alpha
Namespaces | Functions
sprint/math/matrix_common.h File Reference

common matrix operations More...

Go to the source code of this file.

Namespaces

namespace  sprint
 

Sprint is a lightweight c++ library to handle different task with crossplatform attention (trying to compile both on MSVC and Mingw on WIn32 and GCC on Linux.


Functions

template<class T >
void sprint::transpose (T &dst, const T &src)
template<typename A , typename B , typename C >
bool sprint::multiply (C &out, const A &a, const B &b)

Detailed Description

common matrix operations

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines