geomc 1.0
A c++ linear algebra template library
Public Types | Static Public Member Functions | Static Public Attributes | List of all members
_ImplMtxInv< Mx > Class Template Reference

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)
 

The documentation for this class was generated from the following file: