/external/eigen/Eigen/src/Core/ |
D | Diagonal.h | 37 struct traits<Diagonal<MatrixType,DiagIndex> > 63 template<typename MatrixType, int _DiagIndex> class Diagonal 64 : public internal::dense_xpr_base< Diagonal<MatrixType,_DiagIndex> >::type 69 typedef typename internal::dense_xpr_base<Diagonal>::type Base; 70 EIGEN_DENSE_PUBLIC_INTERFACE(Diagonal) 73 …explicit inline Diagonal(MatrixType& matrix, Index a_index = DiagIndex) : m_matrix(matrix), m_inde… 75 EIGEN_INHERIT_ASSIGNMENT_OPERATORS(Diagonal)
|
D | MatrixBase.h | 214 typedef Diagonal<Derived> DiagonalReturnType; 218 typedef typename internal::add_const<Diagonal<const Derived> >::type ConstDiagonalReturnType; 222 template<int Index> struct DiagonalIndexReturnType { typedef Diagonal<Derived,Index> Type; }; 223 …template<int Index> struct ConstDiagonalIndexReturnType { typedef const Diagonal<const Derived,Ind… 233 typedef Diagonal<Derived,DynamicIndex> DiagonalDynamicIndexReturnType; 234 …typedef typename internal::add_const<Diagonal<const Derived,DynamicIndex> >::type ConstDiagonalDyn…
|
D | ProductEvaluators.h | 65 struct evaluator<Diagonal<const Product<Lhs, Rhs, DefaultProduct>, DiagIndex> > 66 : public evaluator<Diagonal<const Product<Lhs, Rhs, LazyProduct>, DiagIndex> > 68 typedef Diagonal<const Product<Lhs, Rhs, DefaultProduct>, DiagIndex> XprType; 69 typedef evaluator<Diagonal<const Product<Lhs, Rhs, LazyProduct>, DiagIndex> > Base; 72 : Base(Diagonal<const Product<Lhs, Rhs, LazyProduct>, DiagIndex>(
|
D | CoreEvaluators.h | 1540 struct evaluator<Diagonal<ArgType, DiagIndex> > 1541 : evaluator_base<Diagonal<ArgType, DiagIndex> > 1543 typedef Diagonal<ArgType, DiagIndex> XprType;
|
/external/gemmlowp/internal/ |
D | kernel.h | 123 enum class CellOrder { DepthMajor, WidthMajor, Diagonal }; enumerator 175 case CellOrder::Diagonal: in CellOrderName() 191 case CellOrder::Diagonal: in OffsetIntoCell()
|
/external/eigen/Eigen/src/Eigenvalues/ |
D | Tridiagonalization.h | 89 …typename internal::add_const_on_value_type<typename Diagonal<const MatrixType>::RealReturnType>::t… 90 const Diagonal<const MatrixType> 94 …typename internal::add_const_on_value_type<typename Diagonal<const MatrixType, -1>::RealReturnType… 95 const Diagonal<const MatrixType, -1>
|
/external/eigen/failtest/ |
D | diagonal_nonconst_ctor_on_const_xpr.cpp | 12 Diagonal<Matrix3d> d(m); in foo()
|
D | diagonal_on_const_type_actually_const.cpp | 13 Diagonal<CV_QUALIFIER MatrixXf>(m).coeffRef(0) = 1.0f; in foo()
|
D | const_qualified_diagonal_method_retval.cpp | 12 Diagonal<Matrix3d> b(m.diagonal()); in foo()
|
/external/dng_sdk/source/ |
D | dng_rect.h | 188 real64 Diagonal () const in Diagonal() function 331 real64 Diagonal () const in Diagonal() function
|
/external/eigen/Eigen/src/SVD/ |
D | UpperBidiagonalization.h | 40 …const typename internal::remove_all<typename Diagonal<const MatrixType,0>::ConjugateReturnType>::t… 44 Diagonal<const MatrixType,1>,
|
D | BDCSVD.h | 1051 Diagonal<MatrixXr> fulldiag(m_computed); 1052 VectorBlock<Diagonal<MatrixXr>,Dynamic> diag(fulldiag, firstCol+shift, length);
|
/external/eigen/Eigen/src/SparseCore/ |
D | SparseMatrix.h | 64 struct traits<Diagonal<SparseMatrix<_Scalar, _Options, _StorageIndex>, DiagIndex> > 85 struct traits<Diagonal<const SparseMatrix<_Scalar, _Options, _StorageIndex>, DiagIndex> > 86 : public traits<Diagonal<SparseMatrix<_Scalar, _Options, _StorageIndex>, DiagIndex> > 110 typedef Diagonal<SparseMatrix> DiagonalReturnType; 111 typedef Diagonal<const SparseMatrix> ConstDiagonalReturnType;
|
/external/eigen/Eigen/src/Cholesky/ |
D | LDLT.h | 163 inline Diagonal<const MatrixType> vectorD() const in vectorD() 570 const typename Diagonal<const MatrixType>::RealReturnType vecD(vectorD());
|
/external/gemmlowp/standalone/ |
D | neon-gemm-kernel-benchmark.cc | 188 enum class CellOrder { DepthMajor, WidthMajor, Diagonal }; enumerator 234 case CellOrder::Diagonal: in CellOrderName() 250 case CellOrder::Diagonal: in OffsetIntoCell()
|
/external/eigen/Eigen/src/Core/util/ |
D | ForwardDeclarations.h | 104 template<typename MatrixType, int Index = 0> class Diagonal;
|
/external/eigen/Eigen/src/SparseCholesky/ |
D | SimplicialCholesky.h | 640 Scalar detL = Diagonal<const CholMatrixType>(Base::m_matrix).prod();
|
/external/gemmlowp/test/ |
D | test.cc | 1567 KernelSideFormat<CellFormat<8, 8, CellOrder::Diagonal>, 2>, in TestKernels() 1572 KernelSideFormat<CellFormat<4, 4, CellOrder::Diagonal>, 1>>>>(&context); in TestKernels()
|
/external/eigen/doc/ |
D | QuickReference.dox | 596 <a href="#" class="top">top</a>\section QuickRef_DiagTriSymm Diagonal, Triangular, and Self-adjoint… 599 \subsection QuickRef_Diagonal Diagonal matrices
|
/external/eigen/Eigen/ |
D | Core | 455 #include "src/Core/Diagonal.h"
|
/external/libexif/po/ |
D | en_GB.po | 5161 msgid "Focal Plane Diagonal" 5162 msgstr "Focal Plane Diagonal"
|
D | en_AU.po | 5161 msgid "Focal Plane Diagonal" 5162 msgstr "Focal Plane Diagonal"
|
D | libexif-12.pot | 4765 msgid "Focal Plane Diagonal"
|
D | en_CA.po | 4819 msgid "Focal Plane Diagonal"
|
D | sr.po | 4980 msgid "Focal Plane Diagonal"
|