Home
last modified time | relevance | path

Searched defs:max_it (Results 1 – 25 of 118) sorted by relevance

12345

/dports/science/simlib/simlib/src/
H A Dalgloop.cc39 AlgLoop::AlgLoop(Input i, double eps, unsigned long max_it, in AlgLoop()
63 void AlgLoop::Set(double eps, unsigned long max_it, in Set()
83 void AlgLoop::Set(double eps, unsigned long max_it, in Set()
/dports/devel/boost-docs/boost_1_72_0/libs/histogram/examples/
H A Dgetting_started_listing_04.cpp44 auto max_it = std::max_element(ind.begin(), ind.end()); in main() local
H A Dguide_stdlib_algorithms.cpp47 auto max_it = std::max_element(ind.begin(), ind.end()); in main() local
/dports/devel/boost-python-libs/boost_1_72_0/libs/histogram/examples/
H A Dgetting_started_listing_04.cpp44 auto max_it = std::max_element(ind.begin(), ind.end()); in main() local
H A Dguide_stdlib_algorithms.cpp47 auto max_it = std::max_element(ind.begin(), ind.end()); in main() local
/dports/devel/boost-libs/boost_1_72_0/libs/histogram/examples/
H A Dgetting_started_listing_04.cpp44 auto max_it = std::max_element(ind.begin(), ind.end()); in main() local
H A Dguide_stdlib_algorithms.cpp47 auto max_it = std::max_element(ind.begin(), ind.end()); in main() local
/dports/devel/hyperscan/boost_1_75_0/libs/histogram/examples/
H A Dgetting_started_listing_04.cpp44 auto max_it = std::max_element(ind.begin(), ind.end()); in main() local
H A Dguide_stdlib_algorithms.cpp47 auto max_it = std::max_element(ind.begin(), ind.end()); in main() local
/dports/devel/blitz/blitz-1.0.2/linalg/
H A DmyIterative.py24 def myGmresPython( A, x, b, M, restrt, max_it, tol ): argument
109 def myGmresC( A, x, b, M, restrt, max_it, tol ): argument
/dports/science/qmcpack/qmcpack-3.11.0/tests/afqmc/C_1x1x1_szv/pyscf/
H A Dinput.json12 "max_it": 1000, number
/dports/finance/py-quantecon/quantecon-0.5.2/quantecon/
H A Dquadsums.py64 def m_quadratic_sum(A, B, max_it=50): argument
H A Dmatrix_eqn.py21 def solve_discrete_lyapunov(A, B, max_it=50, method="doubling"): argument
/dports/math/sisl/SISL-SISL-4.6.0-44-g9114631/src/
H A Ds1771.c145 int max_it = 20; /* Maximum number of iterations. */ local
228 double astart,double aend,int max_it,double *cnext,double *ad, in s1771_s9point()
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/tools/
H A Drootfinding.py22 max_it=100, maxiter_bq=100, factor=10, argument
/dports/science/afni/afni-AFNI_21.3.16/src/pkundu/meica.libs/mdp/nodes/
H A Dnipals.py47 conv = 1e-8, max_it = 100000): argument
H A Djade.py39 def __init__(self, limit = 0.001, max_it=1000, verbose = False, argument
/dports/science/py-mdp/MDP-3.5/mdp/nodes/
H A Dnipals.py50 conv = 1e-8, max_it = 100000): argument
H A Djade.py43 def __init__(self, limit = 0.001, max_it=1000, verbose = False, argument
/dports/science/PETSc/petsc-3.14.1/src/ksp/ksp/impls/cg/pipelcg/
H A Dpipelcg.c40 PetscInt l=plcg->l,max_it=ksp->max_it; in KSPSetUp_PIPELCG() local
146 PetscInt it=0,max_it=ksp->max_it,ierr=0,l=plcg->l,i=0,j=0,k=0; in KSPSolve_InnerLoop_PIPELCG() local
401 PetscInt ierr=0,i=0,j=0,l=plcg->l,max_it=ksp->max_it; in KSPSolve_ReInitData_PIPELCG() local
435 PetscInt max_it=ksp->max_it,l=plcg->l; in KSPSolve_PIPELCG() local
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/tools/
H A Dsac_segmentation_plane.cpp180 batchProcess (const std::vector<std::string> &pcd_files, std::string &output_dir, int max_it, doubl… in batchProcess()
229 int max_it = default_max_iterations; in main() local
/dports/finance/R-cran-fBasics/fBasics/src/
H A Dgld.c50 double *pu1,double *pu2,double *pxacc, int *max_it, in gl_fm5_distfunc()
235 double *pu1,double *pu2,double *pxacc, int *max_it, in gl_fmkl_distfunc()
416 double *px1,double *px2,double *pxacc, int *max_it, in gl_rs_distfunc()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/features/include/pcl/features/impl/
H A Dgfpfh.hpp199 std::vector<float>::const_iterator min_it, max_it; in computeDistanceHistogram() local
263 const auto max_it = std::max_element (counts.cbegin (), counts.cend ()); in getDominantLabel() local
/dports/science/dynare/dynare-4.6.4/matlab/
H A Dcycle_reduction.m63 max_it = 300; variable
/dports/games/freeorion/freeorion-0.4.10.2/universe/
H A DShip.cpp589 auto max_it = m_part_meters.find({paired_meter_type, part_name}); in Resupply() local
673 auto max_it = m_part_meters.find({paired_meter_type, part_name}); in ResetTargetMaxUnpairedMeters() local
704 auto max_it = m_part_meters.find({paired_meter_type, part_name}); in ResetPairedActiveMeters() local
772 auto max_it = m_part_meters.find({paired_meter_type, part_name}); in ClampMeters() local

12345