HomeSort by relevance Sort by last modified time
    Searched refs:DenseStorage (Results 1 - 2 of 2) sorted by null

  /external/eigen/Eigen/src/Core/
DenseStorage.h 108 * \class DenseStorage
118 template<typename T, int Size, int _Rows, int _Cols, int _Options> class DenseStorage;
121 template<typename T, int Size, int _Rows, int _Cols, int _Options> class DenseStorage
125 inline DenseStorage() {}
126 inline DenseStorage(internal::constructor_without_unaligned_array_assert)
128 inline DenseStorage(DenseIndex,DenseIndex,DenseIndex) {}
129 inline void swap(DenseStorage& other) { std::swap(m_data,other.m_data); }
139 template<typename T, int _Rows, int _Cols, int _Options> class DenseStorage<T, 0, _Rows, _Cols, _Options>
142 inline DenseStorage() {}
143 inline DenseStorage(internal::constructor_without_unaligned_array_assert) {
    [all...]
PlainObjectBase.h 126 DenseStorage<Scalar, Base::MaxSizeAtCompileTime, Base::RowsAtCompileTime, Base::ColsAtCompileTime, Options> m_storage;
    [all...]

Completed in 1336 milliseconds