Home
last modified time | relevance | path

Searched defs:compute (Results 1 – 23 of 23) sorted by relevance

/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/Eigen/src/IterativeLinearSolvers/
DBasicPreconditioners.h82 DiagonalPreconditioner& compute(const MatType& mat) in compute() function
183 LeastSquareDiagonalPreconditioner& compute(const MatType& mat) in compute() function
216 IdentityPreconditioner& compute(const MatrixType& ) { return *this; } in compute() function
DIncompleteLUT.h160 IncompleteLUT& compute(const MatrixType& amat) in compute() function
DIncompleteCholesky.h147 void compute(const MatrixType& mat) in compute() function
DIterativeSolverBase.h238 Derived& compute(const EigenBase<MatrixDerived>& A) in compute() function
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/Eigen/src/Eigenvalues/
DGeneralizedSelfAdjointEigenSolver.h163 compute(const MatrixType& matA, const MatrixType& matB, int options) in compute() function
DComplexEigenSolver.h261 ComplexEigenSolver<MatrixType>::compute(const EigenBase<InputType>& matrix, bool computeEigenvector… in compute() function
DGeneralizedEigenSolver.h287 GeneralizedEigenSolver<MatrixType>::compute(const MatrixType& A, const MatrixType& B, bool computeE… in compute() function
DEigenSolver.h379 EigenSolver<MatrixType>::compute(const EigenBase<InputType>& matrix, bool computeEigenvectors) in compute() function
DRealSchur.h249 RealSchur<MatrixType>& RealSchur<MatrixType>::compute(const EigenBase<InputType>& matrix, bool comp… in compute() function
DRealQZ.h556 …RealQZ<MatrixType>& RealQZ<MatrixType>::compute(const MatrixType& A_in, const MatrixType& B_in, bo… in compute() function
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/unsupported/Eigen/src/IterativeSolvers/
DIncompleteLU.h42 IncompleteLU& compute(const MatrixType& mat) in compute() function
DScaling.h73 void compute (const MatrixType& mat) in compute() function
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/unsupported/Eigen/src/Eigenvalues/
DArpackSelfAdjointEigenSolver.h335 ::compute(const MatrixType& A, Index nbrEigenvalues, in compute() function
348 ::compute(const MatrixType& A, const MatrixType& B, Index nbrEigenvalues, in compute() function
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/unsupported/Eigen/src/Polynomials/
DPolynomialSolver.h345 void compute( const OtherPolynomial& poly ) in compute() function
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/bench/
Ddense_solvers.cpp25 void compute(Solver &solver, const MatrixType &A) { in compute() function
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/unsupported/Eigen/src/MatrixFunctions/
DMatrixPower.h144 void MatrixPowerAtomic<MatrixType>::compute(ResultType& res) const in compute() function
450 void MatrixPower<MatrixType>::compute(ResultType& res, RealScalar p) in compute() function
DMatrixLogarithm.h280 MatrixType MatrixLogarithmAtomic<MatrixType>::compute(const MatrixType& A) in compute() function
DMatrixFunction.h64 MatrixType MatrixFunctionAtomic<MatrixType>::compute(const MatrixType& A) in compute() function
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/unsupported/Eigen/src/Skyline/
DSkylineInplaceLU.h120 void SkylineInplaceLU<MatrixType>::compute() { in compute() function
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/Eigen/src/QR/
DHouseholderQR.h170 HouseholderQR& compute(const EigenBase<InputType>& matrix) { in compute() function
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/Eigen/src/SVD/
DUpperBidiagonalization.h381 UpperBidiagonalization<_MatrixType>& UpperBidiagonalization<_MatrixType>::compute(const _MatrixType… in compute() function
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/Eigen/src/SparseLU/
DSparseLU.h124 void compute (const MatrixType& matrix) in compute() function
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/Eigen/src/UmfPackSupport/
DUmfPackSupport.h242 void compute(const InputMatrixType& matrix) in compute() function