Home
last modified time | relevance | path

Searched defs:solve (Results 226 – 250 of 3025) sorted by relevance

12345678910>>...121

/dports/biology/diamond/diamond-2.0.13/src/lib/Eigen/src/SparseCore/
H A DSparseSolverBase.h88 solve(const MatrixBase<Rhs>& b) const in solve() function
101 solve(const SparseMatrixBase<Rhs>& b) const in solve() function
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/eigen3/include/eigen3/Eigen/src/SparseCore/
H A DSparseSolverBase.h88 solve(const MatrixBase<Rhs>& b) const in solve() function
101 solve(const SparseMatrixBase<Rhs>& b) const in solve() function
/dports/audio/rosegarden/rosegarden-21.06.1/src/base/
H A DEquation.cpp21 void Equation::solve(Unknown u, double &y, double &m, double &x, double &c) in solve() function in Rosegarden::Equation
31 void Equation::solve(Unknown u, int &y, double &m, int &x, int &c) in solve() function in Rosegarden::Equation
/dports/math/gismo/gismo-21.12.0/external/Eigen/src/SparseCore/
H A DSparseSolverBase.h88 solve(const MatrixBase<Rhs>& b) const in solve() function
101 solve(const SparseMatrixBase<Rhs>& b) const in solve() function
/dports/graphics/py-open3d-python/Open3D-0.2/src/External/Eigen/Eigen/src/SparseCore/
H A DSparseSolverBase.h88 solve(const MatrixBase<Rhs>& b) const in solve() function
101 solve(const SparseMatrixBase<Rhs>& b) const in solve() function
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/Eigen/src/SparseCore/
H A DSparseSolverBase.h88 solve(const MatrixBase<Rhs>& b) const in solve() function
101 solve(const SparseMatrixBase<Rhs>& b) const in solve() function
/dports/math/stanmath/math-4.2.0/test/unit/math/rev/fun/
H A DLDLT_factor_test.cpp28 TEST(AgradRevMatrix, solve) { in TEST() argument
46 Eigen::Matrix<double, -1, -1> solve; in TEST() local
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/tnzext/tlin/
H A Dtlin_superlu_wrap.cpp331 void tlin::solve(SuperFactors *F, SuperMatrix *BX, superlu_options_t *opt) { in solve() function in tlin
347 void tlin::solve(SuperFactors *F, SuperMatrix *B, SuperMatrix *&X, in solve() function in tlin
362 void tlin::solve(SuperMatrix *A, SuperMatrix *BX, superlu_options_t *opt) { in solve() function in tlin
389 void tlin::solve(SuperMatrix *A, SuperMatrix *B, SuperMatrix *&X, in solve() function in tlin
404 void tlin::solve(SuperFactors *F, double *bx, superlu_options_t *opt) { in solve() function in tlin
415 void tlin::solve(SuperFactors *F, double *b, double *&x, in solve() function in tlin
434 void tlin::solve(SuperMatrix *A, double *bx, superlu_options_t *opt) { in solve() function in tlin
445 void tlin::solve(SuperMatrix *A, double *b, double *&x, in solve() function in tlin
/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/LinearAlgebra/src/
H A DFactorSVD.cpp82 void FactorSVD::solve( const Vector_<ELT>& b, Vector_<ELT>& x ) { in solve() function in SimTK::FactorSVD
87 void FactorSVD::solve( const Matrix_<ELT>& b, Matrix_<ELT>& x ) { in solve() function in SimTK::FactorSVD
196 void FactorSVDRep<T>::solve( const Vector_<T>& b, Vector_<T> &x ) { in solve() function in SimTK::FactorSVDRep
223 void FactorSVDRep<T>::solve( const Matrix_<T>& b, Matrix_<T> &x ) { in solve() function in SimTK::FactorSVDRep
/dports/math/cvc4/CVC4-1.7/src/prop/
H A Dcryptominisat.cpp174 SatValue CryptoMinisatSolver::solve(){ in solve() function in CVC4::prop::CryptoMinisatSolver
180 SatValue CryptoMinisatSolver::solve(long unsigned int& resource) { in solve() function in CVC4::prop::CryptoMinisatSolver
186 SatValue CryptoMinisatSolver::solve(const std::vector<SatLiteral>& assumptions) in solve() function in CVC4::prop::CryptoMinisatSolver
/dports/math/Imath/Imath-3.1.4/src/ImathTest/
H A DtestRoots.cpp61 solve (double a, in solve() function
123 solve (double a, in solve() function
/dports/math/py-pyodeint/pyodeint-0.10.4/external/anyode/include/anyode/
H A Danyode_decomposition.hpp40 int solve(const Real_t * const b, Real_t * const x) override final { in solve() function
63 int solve(const Real_t * const b, Real_t * const x) final { in solve() function
/dports/math/py-pyodesys/pyodesys-0.14.1/pyodesys/native/sources/anyode/
H A Danyode_decomposition.hpp40 int solve(const Real_t * const b, Real_t * const x) override final { in solve() function
63 int solve(const Real_t * const b, Real_t * const x) final { in solve() function
/dports/math/py-pygslodeiv2/pygslodeiv2-0.9.4/external/anyode/include/anyode/
H A Danyode_decomposition.hpp40 int solve(const Real_t * const b, Real_t * const x) override final { in solve() function
63 int solve(const Real_t * const b, Real_t * const x) final { in solve() function
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/stan/math/prim/mat/fun/
H A DLDLT_factor.hpp104 inline const Eigen::Solve<ldlt_t, Rhs> solve( in solve() function in stan::math::LDLT_factor
110 inline const Eigen::internal::solve_retval<ldlt_t, Rhs> solve( in solve() function in stan::math::LDLT_factor
/dports/games/stratagus/stratagus-3.2.0/third-party/lua-5.1.5/test/
H A Dbisect.lua15 function solve(f,a,b) function
/dports/databases/redis6/redis-6.0.16/deps/lua/test/
H A Dbisect.lua15 function solve(f,a,b) function
/dports/databases/redis-devel/redis-0e5b813/deps/lua/test/
H A Dbisect.lua15 function solve(f,a,b) function
/dports/databases/redis5/redis-5.0.14/deps/lua/test/
H A Dbisect.lua15 function solve(f,a,b) function
/dports/lang/lua51/lua-5.1.5/test/
H A Dbisect.lua15 function solve(f,a,b) function
/dports/science/elmerfem/elmerfem-release-9.0/contrib/lua-5.1.5/test/
H A Dbisect.lua15 function solve(f,a,b) function
/dports/www/civetweb/civetweb-1.15/src/third_party/lua-5.1.5/test/
H A Dbisect.lua15 function solve(f,a,b) function
/dports/devel/wxformbuilder/source/build/premake/4.3/src/host/lua-5.1.4/test/
H A Dbisect.lua15 function solve(f,a,b) function
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake4/src/host/lua-5.1.4/test/
H A Dbisect.lua15 function solve(f,a,b) function
/dports/devel/premake4/premake-4.4-beta5/src/host/lua-5.1.4/test/
H A Dbisect.lua15 function solve(f,a,b) function

12345678910>>...121