HomeSort by relevance Sort by last modified time
    Searched refs:TranspositionType (Results 1 - 3 of 3) sorted by null

  /external/eigen/Eigen/src/Core/
Transpositions.h 45 template<typename TranspositionType, typename MatrixType, int Side, bool Transposed=false> struct transposition_matrix_product_retval;
354 template<typename TranspositionType, typename MatrixType, int Side, bool Transposed>
355 struct traits<transposition_matrix_product_retval<TranspositionType, MatrixType, Side, Transposed> >
360 template<typename TranspositionType, typename MatrixType, int Side, bool Transposed>
362 : public ReturnByValue<transposition_matrix_product_retval<TranspositionType, MatrixType, Side, Transposed> >
365 typedef typename TranspositionType::Index Index;
367 transposition_matrix_product_retval(const TranspositionType& tr, const MatrixType& matrix)
393 const TranspositionType& m_transpositions;
404 typedef TranspositionsDerived TranspositionType;
405 typedef typename TranspositionType::IndicesType IndicesType
    [all...]
  /external/eigen/Eigen/src/Cholesky/
LDLT.h 65 typedef Transpositions<RowsAtCompileTime, MaxRowsAtCompileTime> TranspositionType;
135 inline const TranspositionType& transpositionsP() const
251 TranspositionType m_transpositions;
263 template<typename MatrixType, typename TranspositionType, typename Workspace>
264 static bool unblocked(MatrixType& mat, TranspositionType& transpositions, Workspace& temp, SignMatrix& sign)
392 template<typename MatrixType, typename TranspositionType, typename Workspace, typename WType>
393 static bool update(MatrixType& mat, const TranspositionType& transpositions, Workspace& tmp, const WType& w, const typename MatrixType::RealScalar& sigma=1)
404 template<typename MatrixType, typename TranspositionType, typename Workspace>
405 static EIGEN_STRONG_INLINE bool unblocked(MatrixType& mat, TranspositionType& transpositions, Workspace& temp, SignMatrix& sign)
411 template<typename MatrixType, typename TranspositionType, typename Workspace, typename WType
    [all...]
  /external/eigen/Eigen/src/LU/
PartialPivLU.h 64 typedef Transpositions<RowsAtCompileTime, MaxRowsAtCompileTime> TranspositionType;
182 TranspositionType m_rowsTranspositions;
379 template<typename MatrixType, typename TranspositionType>
380 void partial_lu_inplace(MatrixType& lu, TranspositionType& row_transpositions, typename TranspositionType::Index& nb_transpositions)
386 <typename MatrixType::Scalar, MatrixType::Flags&RowMajorBit?RowMajor:ColMajor, typename TranspositionType::Index>
407 typename TranspositionType::Index nb_transpositions;

Completed in 332 milliseconds