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

  /external/eigen/Eigen/src/SparseCore/
SparseSelfAdjointView.h 42 void permute_symm_to_symm(const MatrixType& mat, SparseMatrix<typename MatrixType::Scalar,DestOrder,typename MatrixType::Index>& _dest, const typename MatrixType::Index* perm = 0);
45 void permute_symm_to_fullsymm(const MatrixType& mat, SparseMatrix<typename MatrixType::Scalar,DestOrder,typename MatrixType::Index>& _dest, const typename MatrixType::Index* perm = 0);
138 SparseSymmetricPermutationProduct<_MatrixTypeNested,UpLo> twistedBy(const PermutationMatrix<Dynamic,Dynamic,Index>& perm) const
140 return SparseSymmetricPermutationProduct<_MatrixTypeNested,UpLo>(m_matrix, perm);
314 void permute_symm_to_fullsymm(const MatrixType& mat, SparseMatrix<typename MatrixType::Scalar,DestOrder,typename MatrixType::Index>& _dest, const typename MatrixType::Index* perm)
333 Index jp = perm ? perm[j] : j;
339 Index ip = perm ? perm[i] : i;
370 Index jp = perm ? perm[j] : j
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
structs.h 253 int Perm[MAXFFTSIZE];
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
structs.h 254 int Perm[MAXFFTSIZE];
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 283 milliseconds