Subversion Repositories gelsvn

Rev

Rev 112 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 112 Rev 113
Line 1... Line 1...
1
#include "ArithSqMat3x3Float.h"
1
#include "ArithSqMat3x3Float.h"
2
#include "Mat3x3f.h"
2
#include "Mat3x3f.h"
-
 
3
#include "Mat3x3d.h"
3
 
4
 
4
namespace CGLA {
5
namespace CGLA {
5
 
6
 
6
	template<class V, class M>
7
	template<class V, class M>
7
	M invert(const ArithSqMat3x3Float<V,M>& _a)
8
	M invert(const ArithSqMat3x3Float<V,M>& _a)