MatrixBase¶
-
template<typename Derived>
class MatrixBase¶ Base class for all types in the HighFM library. This class uses the CRTP to access the methods of the derived class.
Public Types
-
using traits = typename internal::type_traits<Derived>¶
Type traits of the MatrixBase.
-
using traits = typename internal::type_traits<Derived>¶