geomc 1.0
A c++ linear algebra template library
|
Public Types | |
typedef Mx::elem_t | T |
typedef geom::SimpleMatrix< T, N, N > | return_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) |