Searched defs:Transpose (Results 1 - 9 of 9) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DTranspositions.h136 inline Transpose<TranspositionsBase> inverse() const
137 { return Transpose<TranspositionsBase>(derived()); }
140 inline Transpose<TranspositionsBase> transpose() const
141 { return Transpose<TranspositionsBase>(derived()); }
402 class Transpose<TranspositionsBase<TranspositionsDerived> > class in namespace:Eigen
408 Transpose(const TranspositionType& t) : m_transpositions(t) {} function in class:Eigen::Transpose
416 operator*(const MatrixBase<Derived>& matrix, const Transpose& trt)
H A DPermutationMatrix.h201 inline Transpose<PermutationBase> inverse() const
207 inline Transpose<PermutationBase> transpose() const
243 inline PlainPermutationType operator*(const Transpose<PermutationBase<Other> >& other) const
251 inline PlainPermutationType operator*(const Transpose<PermutationBase<Other> >& other, const PermutationBase& perm)
367 PermutationMatrix(const Transpose<PermutationBase<Other> >& other)
608 struct traits<Transpose<PermutationBase<Derived> > >
615 class Transpose<PermutationBase<Derived> > class in namespace:Eigen
616 : public EigenBase<Transpose<PermutationBase<Derived> > >
637 Transpose(const PermutationType& p) : m_permutation(p) {} function in class:Eigen::Transpose
661 operator*(const MatrixBase<OtherDerived>& matrix, const Transpose
[all...]
H A DTranspose.h16 /** \class Transpose
32 struct traits<Transpose<MatrixType> > : traits<MatrixType>
57 template<typename MatrixType> class Transpose class in namespace:Eigen
63 EIGEN_GENERIC_PUBLIC_INTERFACE(Transpose)
65 inline Transpose(MatrixType& a_matrix) : m_matrix(a_matrix) {} function in class:Eigen::Transpose
67 EIGEN_INHERIT_ASSIGNMENT_OPERATORS(Transpose)
89 typedef typename dense_xpr_base<Transpose<MatrixType> >::type type;
95 typedef typename dense_xpr_base<Transpose<MatrixType> >::type type;
106 EIGEN_DENSE_PUBLIC_INTERFACE(Transpose<MatrixType>)
198 inline Transpose<Derive
[all...]
/external/ceres-solver/internal/ceres/
H A Dcompressed_row_sparse_matrix.cc357 CompressedRowSparseMatrix* CompressedRowSparseMatrix::Transpose() const { function in class:ceres::internal::CompressedRowSparseMatrix
/external/chromium_org/ui/gfx/
H A Dtransform.cc377 void Transform::Transpose() { function in class:gfx::Transform
/external/eigen/Eigen/src/Core/products/
H A DGeneralMatrixMatrix.h276 Transpose = StorageOrder==RowMajor, enumerator in enum:Eigen::internal::gemm_blocking_space::__anon20763
277 ActualRows = Transpose ? MaxCols : MaxRows,
278 ActualCols = Transpose ? MaxRows : MaxCols
280 typedef typename conditional<Transpose,_RhsScalar,_LhsScalar>::type LhsScalar;
281 typedef typename conditional<Transpose,_LhsScalar,_RhsScalar>::type RhsScalar;
318 Transpose = StorageOrder==RowMajor enumerator in enum:Eigen::internal::gemm_blocking_space::__anon20765
320 typedef typename conditional<Transpose,_RhsScalar,_LhsScalar>::type LhsScalar;
321 typedef typename conditional<Transpose,_LhsScalar,_RhsScalar>::type RhsScalar;
332 this->m_mc = Transpose ? cols : rows;
333 this->m_nc = Transpose
[all...]
/external/llvm/include/llvm/CodeGen/PBQP/
H A DRegAllocSolver.h100 void handleAddEdge(const MatrixMetadata& MD, bool Transpose) { argument
101 DeniedOpts += Transpose ? MD.getWorstCol() : MD.getWorstRow();
103 Transpose ? MD.getUnsafeCols() : MD.getUnsafeRows();
108 void handleRemoveEdge(const MatrixMetadata& MD, bool Transpose) { argument
109 DeniedOpts -= Transpose ? MD.getWorstCol() : MD.getWorstRow();
111 Transpose ? MD.getUnsafeCols() : MD.getUnsafeRows();
/external/deqp/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp3286 class Transpose : public PrimitiveFunc<Signature<Matrix<float, Rows, Columns>, class in namespace:deqp::gls::BuiltinPrecisionTests::Functions
3290 typedef typename Transpose::IRet IRet;
3291 typedef typename Transpose::IArgs IArgs;
3411 call<Transpose<Rows, Cols> >(ctx, left));
5138 funcs->addFactory(SharedPtr<const CaseFactory>(new MatrixFuncCaseFactory<Transpose>()));
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 215 milliseconds