#include <PhxMatrix.h>
Inheritance diagram for Phx::Matrix< Rows, Cols, value_type >:

Public Member Functions | |
| Matrix (const value_type *data) | |
This template class generically supports any constant-sized matrix of values. The Rows and Cols template parameters define the size of the matrix at compile-time. Hence, the size of the matrix cannot be chosen at runtime. However, the dimensions are appropriately type-checked at compile-time where possible.
By default, the matrix contains values of type double. The value_type template parameter may be selected to allow matrices of integers or floats.
value_type parameters is not implemented. It is recommended that matrices with value type double be used for all numerical computation.
1.4.2