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

Public Member Functions | |
| Matrix () | |
| Matrix (const value_type *data) | |
| Matrix (value_type a0, value_type a1, value_type b0, value_type b1) | |
| value_type | determinant () |
| Matrix< 2, 2, value_type > | inverse (double tolerance=0.0005) |
1.4.2