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

/external/ceres-solver/internal/ceres/
H A Dcompressed_row_sparse_matrix.cc331 CompressedRowSparseMatrix* CompressedRowSparseMatrix::Transpose() const { function in class:ceres::internal::CompressedRowSparseMatrix
/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)
606 struct traits<Transpose<PermutationBase<Derived> > >
613 class Transpose<PermutationBase<Derived> > class in namespace:Eigen
614 : public EigenBase<Transpose<PermutationBase<Derived> > >
635 Transpose(const PermutationType& p) : m_permutation(p) {} function in class:Eigen::Transpose
659 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& matrix) : m_matrix(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>)
197 inline Transpose<Derive
[all...]
/external/chromium_org/ui/gfx/
H A Dtransform.cc355 void Transform::Transpose() { function in class:gfx::Transform
/external/eigen/Eigen/src/Core/products/
H A DGeneralMatrixMatrix.h277 Transpose = StorageOrder==RowMajor, enumerator in enum:Eigen::internal::gemm_blocking_space::__anon17142
278 ActualRows = Transpose ? MaxCols : MaxRows,
279 ActualCols = Transpose ? MaxRows : MaxCols
281 typedef typename conditional<Transpose,_RhsScalar,_LhsScalar>::type LhsScalar;
282 typedef typename conditional<Transpose,_LhsScalar,_RhsScalar>::type RhsScalar;
319 Transpose = StorageOrder==RowMajor enumerator in enum:Eigen::internal::gemm_blocking_space::__anon17144
321 typedef typename conditional<Transpose,_RhsScalar,_LhsScalar>::type LhsScalar;
322 typedef typename conditional<Transpose,_LhsScalar,_RhsScalar>::type RhsScalar;
333 this->m_mc = Transpose ? cols : rows;
334 this->m_nc = Transpose
[all...]

Completed in 206 milliseconds