| Class | Description |
|---|---|
| AVectorMatrix |
Abstract base class for matrices that use a collection of Vectors
as storage for the matrix rows
|
| DiagonalMatrix |
Specialised diagonal matrix class
|
| IdentityMatrix | |
| MatrixSubVector |
Abstract class for matrix sub vectors (rows nd columns)
|
| TransposedMatrix |
Class representing a transposed view of another matrix
|
| VectorMatrixM3 |
Specialised N*3 Matrix with Vector3 row components
|
| VectorMatrixMN |
Copyright © 2012. All Rights Reserved.