Subversion Repositories gelsvn

Rev

Rev 3 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3 Rev 4
Line 4... Line 4...
4
#include <vector>
4
#include <vector>
5
#include <iostream>
5
#include <iostream>
6
 
6
 
7
#include "CGLA.h"
7
#include "CGLA.h"
8
 
8
 
9
 
9
/* test*/
10
namespace CGLA {
10
namespace CGLA {
11
 
11
 
12
	/** Basic class template for matrices.
12
	/** Basic class template for matrices.
13
		
13
		
14
	In this template a matrix is defined as an array of vectors. This may
14
	In this template a matrix is defined as an array of vectors. This may