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

  /external/eigen/test/
permutationmatrices.cpp 127 typedef PermutationMatrix<Dynamic> Perm;
134 Perm P(2);
  /external/eigen/Eigen/src/SparseCore/
SparseSelfAdjointView.h 36 void permute_symm_to_symm(const MatrixType& mat, SparseMatrix<typename MatrixType::Scalar,DestOrder,typename MatrixType::StorageIndex>& _dest, const typename MatrixType::StorageIndex* perm = 0);
39 void permute_symm_to_fullsymm(const MatrixType& mat, SparseMatrix<typename MatrixType::Scalar,DestOrder,typename MatrixType::StorageIndex>& _dest, const typename MatrixType::StorageIndex* perm = 0);
127 SparseSymmetricPermutationProduct<_MatrixTypeNested,Mode> twistedBy(const PermutationMatrix<Dynamic,Dynamic,StorageIndex>& perm) const
129 return SparseSymmetricPermutationProduct<_MatrixTypeNested,Mode>(m_matrix, perm);
427 void permute_symm_to_fullsymm(const MatrixType& mat, SparseMatrix<typename MatrixType::Scalar,DestOrder,typename MatrixType::StorageIndex>& _dest, const typename MatrixType::StorageIndex* perm)
449 Index jp = perm ? perm[j] : j;
455 Index ip = perm ? perm[i] : i;
486 StorageIndex jp = perm ? perm[j] : j
621 const Perm& perm() const { return m_perm; } function in class:Eigen::SparseSymmetricPermutationProduct
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
structs.h 256 int Perm[MAXFFTSIZE];
  /external/python/cpython3/Lib/test/
test_enum.py     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 445 milliseconds