HomeSort by relevance Sort by last modified time
    Searched defs:Transpose (Results 1 - 5 of 5) sorted by null

  /external/eigen/Eigen/src/Core/
Transpositions.h 136 inline Transpose<TranspositionsBase> inverse() const
137 { return Transpose<TranspositionsBase>(derived()); }
140 inline Transpose<TranspositionsBase> transpose() const function in class:Eigen::TranspositionsBase
141 { return Transpose<TranspositionsBase>(derived()); }
402 class Transpose<TranspositionsBase<TranspositionsDerived> >
408 Transpose(const TranspositionType& t) : m_transpositions(t) {}
416 operator*(const MatrixBase<Derived>& matrix, const Transpose& trt)
PermutationMatrix.h 201 inline Transpose<PermutationBase> inverse() const
207 inline Transpose<PermutationBase> transpose() const function in class:Eigen::PermutationBase
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> >
614 : public EigenBase<Transpose<PermutationBase<Derived> > >
635 Transpose(const PermutationType& p) : m_permutation(p) {
    [all...]
Transpose.h 16 /** \class Transpose
19 * \brief Expression of the transpose of a matrix
21 * \param MatrixType the type of the object of which we are taking the transpose
23 * This class represents an expression of the transpose of a matrix.
24 * It is the return type of MatrixBase::transpose() and MatrixBase::adjoint()
27 * \sa MatrixBase::transpose(), MatrixBase::adjoint()
32 struct traits<Transpose<MatrixType> > : traits<MatrixType>
57 template<typename MatrixType> class Transpose
63 EIGEN_GENERIC_PUBLIC_INTERFACE(Transpose)
65 inline Transpose(MatrixType& matrix) : m_matrix(matrix) {
198 DenseBase<Derived>::transpose() function in class:Eigen::DenseBase
210 DenseBase<Derived>::transpose() const function in class:Eigen::DenseBase
    [all...]
  /external/eigen/Eigen/src/Core/products/
GeneralMatrixMatrix.h 36 // transpose the product such that the result is column major
277 Transpose = StorageOrder==RowMajor,
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
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
    [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 221 milliseconds