|
geomc 1.0
A c++ linear algebra template library
|
Public Types | |
| typedef geom::SimpleMatrix< T, N, N > | return_t |
| typedef Mx::elem_t | T |
Static Public Member Functions | |
| template<typename Md> | |
| static bool | inv (Md *into, const Mx &m) |
Static Public Attributes | |
| static constexpr index_t | N = std::max(Mx::ROWDIM, Mx::COLDIM) |