HomeSort by relevance Sort by last modified time
    Searched full:decompositiontype (Results 1 - 7 of 7) sorted by null

  /external/eigen/Eigen/src/misc/
Solve.h 20 template<typename DecompositionType, typename Rhs>
21 struct traits<solve_retval_base<DecompositionType, Rhs> >
23 typedef typename DecompositionType::MatrixType MatrixType;
36 typedef _DecompositionType DecompositionType;
40 solve_retval_base(const DecompositionType& dec, const Rhs& rhs)
46 inline const DecompositionType& dec() const { return m_dec; }
51 static_cast<const solve_retval<DecompositionType,Rhs>*>(this)->evalTo(dst);
55 const DecompositionType& m_dec;
61 #define EIGEN_MAKE_SOLVE_HELPERS(DecompositionType,Rhs) \
62 typedef typename DecompositionType::MatrixType MatrixType;
    [all...]
SparseSolve.h 20 template<typename DecompositionType, typename Rhs>
21 struct traits<sparse_solve_retval_base<DecompositionType, Rhs> >
23 typedef typename DecompositionType::MatrixType MatrixType;
31 typedef _DecompositionType DecompositionType;
35 sparse_solve_retval_base(const DecompositionType& dec, const Rhs& rhs)
41 inline const DecompositionType& dec() const { return m_dec; }
46 static_cast<const sparse_solve_retval<DecompositionType,Rhs>*>(this)->evalTo(dst);
67 const DecompositionType& m_dec;
71 #define EIGEN_MAKE_SPARSE_SOLVE_HELPERS(DecompositionType,Rhs) \
72 typedef typename DecompositionType::MatrixType MatrixType;
    [all...]
Image.h 20 template<typename DecompositionType>
21 struct traits<image_retval_base<DecompositionType> >
23 typedef typename DecompositionType::MatrixType MatrixType;
38 typedef _DecompositionType DecompositionType;
39 typedef typename DecompositionType::MatrixType MatrixType;
43 image_retval_base(const DecompositionType& dec, const MatrixType& originalMatrix)
52 inline const DecompositionType& dec() const { return m_dec; }
57 static_cast<const image_retval<DecompositionType>*>(this)->evalTo(dst);
61 const DecompositionType& m_dec;
68 #define EIGEN_MAKE_IMAGE_HELPERS(DecompositionType) \
    [all...]
Kernel.h 20 template<typename DecompositionType>
21 struct traits<kernel_retval_base<DecompositionType> >
23 typedef typename DecompositionType::MatrixType MatrixType;
40 typedef _DecompositionType DecompositionType;
44 kernel_retval_base(const DecompositionType& dec)
53 inline const DecompositionType& dec() const { return m_dec; }
57 static_cast<const kernel_retval<DecompositionType>*>(this)->evalTo(dst);
61 const DecompositionType& m_dec;
67 #define EIGEN_MAKE_KERNEL_HELPERS(DecompositionType) \
68 typedef typename DecompositionType::MatrixType MatrixType;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/unicode/icu/
UnicodeIcu.h 55 enum DecompositionType {
216 inline DecompositionType decompositionType(UChar32 c)
218 return static_cast<DecompositionType>(u_getIntPropertyValue(c, UCHAR_DECOMPOSITION_TYPE));
  /external/eigen/Eigen/src/Core/util/
ForwardDeclarations.h 124 template<typename DecompositionType, typename Rhs> struct solve_retval_base;
125 template<typename DecompositionType, typename Rhs> struct solve_retval;
126 template<typename DecompositionType> struct kernel_retval_base;
127 template<typename DecompositionType> struct kernel_retval;
128 template<typename DecompositionType> struct image_retval_base;
129 template<typename DecompositionType> struct image_retval;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.cpp 250 DecompositionType decompType = decompositionType(c);
281 DecompositionType decompType = decompositionType(c);
    [all...]

Completed in 219 milliseconds