Home
last modified time | relevance | path

Searched defs:fexact (Results 1 – 11 of 11) sorted by relevance

/dports/math/openturns/openturns-1.18/python/doc/examples/numerical_methods/optimization/
H A Dplot_ego.py62 fexact = model(xexact) variable
220 fexact = objectiveFunction(xexact) variable
/dports/biology/mothur/mothur-1.46.1/source/metastats/
H A Dmothurfisher.cpp14 double MothurFisher::fexact(double n11_, double n12_, double n21_, double n22_, string o) { in fexact() function in MothurFisher
/dports/math/mfem/mfem-4.3/tests/unit/linalg/
H A Dtest_direct_solvers.cpp86 double fexact(const Vector& x) // returns -\Delta u in fexact() function
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/space/test/
H A Dpadapt.cc367 ExactSolutionType fexact; in algorithm() local
462 ExactSolutionType fexact; in Main() local
H A Dlagrangeadapt.cc244 ExactSolutionType fexact; in algorithm() local
H A Dfunctiontupleadapt.cc261 ExactSolutionType fexact; in algorithm() local
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/src/
H A Ddp36.F51627 integer nrow, ncol, ldtabl
51628 double precision expect, percnt, emin, prt, pre, table(ldtabl,*)
51630 integer i, i1, i10, i2, i3, i3a, i3b, i3c, i4, i5, i6, i7,
51631 & i8, i9, i9a, iiwk, ireal, irwk, iwkmax, iwkpt,
51632 & j, k, kk, ldkey, ldstp, mult, nco, nro,
51633 & ntot, numb
51656 real rwrk(*)
51697 999 FORMAT(1X)
51721 10 continue
51722 20 continue
[all …]
/dports/science/madness/madness-ebb3fd7/src/madness/mra/
H A Dtestsuite.cc751 functorT fexact(new Gaussian<T,NDIM>(origin, newexpnt, newcoeff)); in test_op() local
881 functorT fexact(new GaussianPotential(origin, expnt, coeff)); in test_coulomb() local
/dports/math/R/R-4.1.2/src/library/stats/src/
H A Dfexact.c81 fexact(int nrow, int ncol, const int table[], int ldtabl, in fexact() function
/dports/math/libRmath/R-4.1.1/src/library/stats/src/
H A Dfexact.c81 fexact(int nrow, int ncol, const int table[], int ldtabl, in fexact() function
/dports/biology/avida/avida-2.12.4-src/libs/apto/src/stat/
H A DFishersExact.cc504 PathExtremesCalc(FExact* fexact) : m_fexact(fexact), m_run(true) { ; } in PathExtremesCalc()