Home
last modified time | relevance | path

Searched refs:Diagonal (Results 1 – 25 of 47) sorted by relevance

12

/external/eigen/Eigen/src/Core/
DDiagonal.h37 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)
DMatrixBase.h214 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…
DProductEvaluators.h65 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>(
DCoreEvaluators.h1540 struct evaluator<Diagonal<ArgType, DiagIndex> >
1541 : evaluator_base<Diagonal<ArgType, DiagIndex> >
1543 typedef Diagonal<ArgType, DiagIndex> XprType;
/external/gemmlowp/internal/
Dkernel.h123 enum class CellOrder { DepthMajor, WidthMajor, Diagonal }; enumerator
175 case CellOrder::Diagonal: in CellOrderName()
191 case CellOrder::Diagonal: in OffsetIntoCell()
/external/eigen/Eigen/src/Eigenvalues/
DTridiagonalization.h89 …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/
Ddiagonal_nonconst_ctor_on_const_xpr.cpp12 Diagonal<Matrix3d> d(m); in foo()
Ddiagonal_on_const_type_actually_const.cpp13 Diagonal<CV_QUALIFIER MatrixXf>(m).coeffRef(0) = 1.0f; in foo()
Dconst_qualified_diagonal_method_retval.cpp12 Diagonal<Matrix3d> b(m.diagonal()); in foo()
/external/dng_sdk/source/
Ddng_rect.h188 real64 Diagonal () const in Diagonal() function
331 real64 Diagonal () const in Diagonal() function
/external/eigen/Eigen/src/SVD/
DUpperBidiagonalization.h40 …const typename internal::remove_all<typename Diagonal<const MatrixType,0>::ConjugateReturnType>::t…
44 Diagonal<const MatrixType,1>,
DBDCSVD.h1051 Diagonal<MatrixXr> fulldiag(m_computed);
1052 VectorBlock<Diagonal<MatrixXr>,Dynamic> diag(fulldiag, firstCol+shift, length);
/external/eigen/Eigen/src/SparseCore/
DSparseMatrix.h64 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/
DLDLT.h163 inline Diagonal<const MatrixType> vectorD() const in vectorD()
570 const typename Diagonal<const MatrixType>::RealReturnType vecD(vectorD());
/external/gemmlowp/standalone/
Dneon-gemm-kernel-benchmark.cc188 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/
DForwardDeclarations.h104 template<typename MatrixType, int Index = 0> class Diagonal;
/external/eigen/Eigen/src/SparseCholesky/
DSimplicialCholesky.h640 Scalar detL = Diagonal<const CholMatrixType>(Base::m_matrix).prod();
/external/gemmlowp/test/
Dtest.cc1567 KernelSideFormat<CellFormat<8, 8, CellOrder::Diagonal>, 2>, in TestKernels()
1572 KernelSideFormat<CellFormat<4, 4, CellOrder::Diagonal>, 1>>>>(&context); in TestKernels()
/external/eigen/doc/
DQuickReference.dox596 <a href="#" class="top">top</a>\section QuickRef_DiagTriSymm Diagonal, Triangular, and Self-adjoint…
599 \subsection QuickRef_Diagonal Diagonal matrices
/external/eigen/Eigen/
DCore455 #include "src/Core/Diagonal.h"
/external/libexif/po/
Den_GB.po5161 msgid "Focal Plane Diagonal"
5162 msgstr "Focal Plane Diagonal"
Den_AU.po5161 msgid "Focal Plane Diagonal"
5162 msgstr "Focal Plane Diagonal"
Dlibexif-12.pot4765 msgid "Focal Plane Diagonal"
Den_CA.po4819 msgid "Focal Plane Diagonal"
Dsr.po4980 msgid "Focal Plane Diagonal"

12