Classes | Namespaces | Defines
MyMatrixTypeDefs.hpp File Reference
#include "ApproxMVBB/Common/Platform.hpp"
#include <Eigen/Dense>
Include dependency graph for MyMatrixTypeDefs.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ApproxMVBB::MyMatrixIOFormat

Namespaces

namespace  ApproxMVBB
 

These are some container definitions.


namespace  ApproxMVBB::MyMatrix
 

This These are some small matrix definitions.


Defines

#define ApproxMVBB_DEFINE_MATRIX_SPECIALTYPES
#define ApproxMVBB_DEFINE_MATRIX_TYPES_OF(_PREC_)
 This macro is used to typedef all custom matrix types which have nothing to do with the system.

Define Documentation

Value:
template<typename Derived> using MatrixBase = ApproxMVBB::MyMatrix::MatrixBase<Derived>; \
   template<typename Derived> using ArrayBase  = ApproxMVBB::MyMatrix::ArrayBase<Derived>; \
   \
   template<typename Derived> using VectorBDyn = ApproxMVBB::MyMatrix::VectorBDyn<Derived>; \
   template<typename Derived, int M> using VectorBStat = ApproxMVBB::MyMatrix::VectorBStat<Derived,M>; \
   \
   template<typename Derived> using MatrixBDynDyn = ApproxMVBB::MyMatrix::MatrixBDynDyn<Derived>; \
   template<typename Derived, int N> using MatrixBDynStat = ApproxMVBB::MyMatrix::MatrixBDynStat<Derived,N>; \
   template<typename Derived, int M> using MatrixBStatDyn = ApproxMVBB::MyMatrix::MatrixBStatDyn<Derived,M>; \
    \
   template<typename EigenType> using MatrixRef = ApproxMVBB::MyMatrix::MatrixRef< EigenType >; \
   template<typename EigenType> using MatrixMap = ApproxMVBB::MyMatrix::MatrixMap< EigenType >; \

Definition at line 127 of file MyMatrixTypeDefs.hpp.

#define ApproxMVBB_DEFINE_MATRIX_TYPES_OF (   _PREC_)

This macro is used to typedef all custom matrix types which have nothing to do with the system.

Definition at line 144 of file MyMatrixTypeDefs.hpp.



asr_approx_mvbb
Author(s): Gassner Nikolai
autogenerated on Sat Jun 8 2019 20:21:50