Searched defs:Transpose (Results 1 - 8 of 8) 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)
611 struct traits<Transpose<PermutationBase<Derived> > >
618 class Transpose<PermutationBase<Derived> > class in namespace:Eigen
619 : public EigenBase<Transpose<PermutationBase<Derived> > >
640 Transpose(const PermutationType& p) : m_permutation(p) {} function in class:Eigen::Transpose
664 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/eigen/Eigen/src/Core/products/
H A DGeneralMatrixMatrix.h276 Transpose = StorageOrder==RowMajor, enumerator in enum:Eigen::internal::gemm_blocking_space::__anon4150
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::__anon4152
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/
H A DRegAllocPBQP.h287 void handleAddEdge(const MatrixMetadata& MD, bool Transpose) { argument
288 DeniedOpts += Transpose ? MD.getWorstRow() : MD.getWorstCol();
290 Transpose ? MD.getUnsafeCols() : MD.getUnsafeRows();
295 void handleRemoveEdge(const MatrixMetadata& MD, bool Transpose) { argument
296 DeniedOpts -= Transpose ? MD.getWorstRow() : MD.getWorstCol();
298 Transpose ? MD.getUnsafeCols() : MD.getUnsafeRows();
394 bool Transpose = N1Id != G.getEdgeNode1Id(EId); local
399 N1Md.handleRemoveEdge(OldMMd, Transpose);
400 N2Md.handleRemoveEdge(OldMMd, !Transpose);
404 N1Md.handleAddEdge(MMd, Transpose);
[all...]
/external/deqp/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp3381 class Transpose : public PrimitiveFunc<Signature<Matrix<float, Rows, Columns>, class in namespace:deqp::gls::BuiltinPrecisionTests::Functions
3385 typedef typename Transpose::IRet IRet;
3386 typedef typename Transpose::IArgs IArgs;
3506 call<Transpose<Rows, Cols> >(ctx, left));
5233 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 287 milliseconds