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

Public Member Functions | |
| Matrix () | |
| Matrix (const value_type *data) | |
| Matrix (value_type a0, value_type a1, value_type a2, value_type a3, value_type b0, value_type b1, value_type b2, value_type b3, value_type c0, value_type c1, value_type c2, value_type c3, value_type d0, value_type d1, value_type d2, value_type d3) | |
| value_type | determinant () |
| Matrix< 4, 4, value_type > | inverse (double tolerance=0.0005) |
1.4.2