Home
last modified time | relevance | path

Searched defs:solve (Results 1 – 9 of 9) sorted by relevance

/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/Eigen/src/SparseCore/
DSparseSolverBase.h88 solve(const MatrixBase<Rhs>& b) const in solve() function
101 solve(const SparseMatrixBase<Rhs>& b) const in solve() function
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/Eigen/src/IterativeLinearSolvers/
DBasicPreconditioners.h95 solve(const MatrixBase<Rhs>& b) const in solve() function
219 inline const Rhs& solve(const Rhs& b) const { return b; } in solve() function
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/Eigen/src/Core/
DSolverBase.h75 solve(const MatrixBase<Rhs>& b) const in solve() function
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/Eigen/src/Cholesky/
DLDLT.h200 solve(const MatrixBase<Rhs>& b) const in solve() function
DLLT.h144 solve(const MatrixBase<Rhs>& b) const in solve() function
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/Eigen/src/SVD/
DSVDBase.h208 solve(const MatrixBase<Rhs>& b) const in solve() function
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/unsupported/Eigen/src/Skyline/
DSkylineInplaceLU.h307 bool SkylineInplaceLU<MatrixType>::solve(const MatrixBase<BDerived> &b, MatrixBase<XDerived>* x, co… in solve() function
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/Eigen/src/QR/
DHouseholderQR.h140 solve(const MatrixBase<Rhs>& b) const in solve() function
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/unsupported/Eigen/src/NonLinearOptimization/
DHybridNonLinearSolver.h344 HybridNonLinearSolver<FunctorType,Scalar>::solve(FVectorType &x) in solve() function