Subversion Repositories gelsvn

Rev

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

Rev 45 Rev 89
Line 5... Line 5...
5
 
5
 
6
namespace CGLA 
6
namespace CGLA 
7
{
7
{
8
 
8
 
9
  /** Template for square matrices.
9
  /** Template for square matrices.
-
 
10
 
10
      Some functions like trace and determinant work only on
11
      Some functions like trace and determinant work only on
11
      square matrices. To express this in the class hierarchy,
12
      square matrices. To express this in the class hierarchy,
12
      ArithSqMatFloat was created. ArithSqMatFloat is derived from ArithMat
13
      ArithSqMatFloat was created. ArithSqMatFloat is derived from ArithMat
13
      and contains a few extra facilities applicable only to
14
      and contains a few extra facilities applicable only to
14
      square matrices.
15
      square matrices.