Home
last modified time | relevance | path

Searched defs:permutation (Results 1 – 3 of 3) sorted by relevance

/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/unsupported/Eigen/src/MatrixFunctions/
DMatrixFunction.h206 …tion(const DynVectorType& blockStart, const DynVectorType& eivalToCluster, VectorType& permutation) in matrix_function_compute_permutation()
220 void matrix_function_permute_schur(VectorType& permutation, MatrixType& U, MatrixType& T) in matrix_function_permute_schur()
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/unsupported/Eigen/src/NonLinearOptimization/
DLevenbergMarquardt.h109 PermutationMatrix<Dynamic,Dynamic> permutation; variable
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/unsupported/Eigen/src/LevenbergMarquardt/
DLevenbergMarquardt.h232 PermutationType permutation() {return m_permutation; } in permutation() function