Subversion Repositories gelsvn

Rev

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

Rev 46 Rev 89
Line 8... Line 8...
8
 
8
 
9
 
9
 
10
namespace CGLA 
10
namespace CGLA 
11
{
11
{
12
 
12
 
13
  /** Basic class template for matrices.
13
  /** \brief Basic class template for matrices.
14
		
14
		
15
  In this template a matrix is defined as an array of vectors. This may
15
  In this template a matrix is defined as an array of vectors. This may
16
  not in all cases be the most efficient but it has the advantage that 
16
  not in all cases be the most efficient but it has the advantage that 
17
  it is possible to use the double subscripting notation:
17
  it is possible to use the double subscripting notation:
18
		
18