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

  /external/eigen/Eigen/src/SparseCore/
SparseRef.h 180 typedef SparseMatrix<MatScalar,MatOptions,MatIndex> TPlainObjectType;
204 TPlainObjectType* obj = reinterpret_cast<TPlainObjectType*>(m_object_bytes);
205 obj->~TPlainObjectType();
216 TPlainObjectType* obj = reinterpret_cast<TPlainObjectType*>(m_object_bytes);
217 ::new (obj) TPlainObjectType(expr);
230 TPlainObjectType* obj = reinterpret_cast<TPlainObjectType*>(m_object_bytes);
231 ::new (obj) TPlainObjectType(expr)
    [all...]
  /external/eigen/Eigen/src/Core/
Ref.h 232 template<typename TPlainObjectType, int Options, typename StrideType> class Ref<const TPlainObjectType, Options, StrideType>
233 : public RefBase<Ref<const TPlainObjectType, Options, StrideType> >
276 TPlainObjectType m_object;

Completed in 46 milliseconds