Home
last modified time | relevance | path

Searched refs:transpositions (Results 1 – 6 of 6) sorted by relevance

/external/eigen/test/
Deigensolver_complex.cpp26 std::vector<std::pair<Index,Index> > transpositions; in find_pivot() local
41 transpositions.push_back(std::pair<Index,Index>(n-(i-col)-1,best_index)); in find_pivot()
44 for(Index k=transpositions.size()-1; k>=0; --k) in find_pivot()
45 diffs.row(transpositions[k].first).swap(diffs.row(transpositions[k].second)); in find_pivot()
/external/eigen/Eigen/src/Cholesky/
DLDLT.h294 …static bool unblocked(MatrixType& mat, TranspositionType& transpositions, Workspace& temp, SignMat…
307 transpositions.setIdentity();
321 transpositions.coeffRef(k) = IndexType(index_of_biggest_in_corner);
371 transpositions.coeffRef(j) = IndexType(j);
442 …static bool update(MatrixType& mat, const TranspositionType& transpositions, Workspace& tmp, const…
445 tmp = transpositions * w;
454 …static EIGEN_STRONG_INLINE bool unblocked(MatrixType& mat, TranspositionType& transpositions, Work…
457 return ldlt_inplace<Lower>::unblocked(matt, transpositions, temp, sign);
461 …static EIGEN_STRONG_INLINE bool update(MatrixType& mat, TranspositionType& transpositions, Workspa…
464 return ldlt_inplace<Lower>::update(matt, transpositions, tmp, w.conjugate(), sigma);
/external/eigen/Eigen/src/Core/
DTranspositions.h339 const TranspositionsBase<TranspositionsDerived>& transpositions)
342 (matrix.derived(), transpositions.derived());
350 operator*(const TranspositionsBase<TranspositionsDerived> &transpositions,
354 (transpositions.derived(), matrix.derived());
/external/llvm-project/mlir/integration_test/Dialect/Vector/CPU/
Dtest-flat-transpose-col.mlir43 // Performs matrix transpositions interpreting the vectors as
Dtest-flat-transpose-row.mlir43 // Performs matrix transpositions interpreting the vectors as
/external/python/cpython3/Modules/_decimal/libmpdec/literature/
Dbignum.txt77 transpose.c -> transpositions needed for the sixstep algorithm.