Home
last modified time | relevance | path

Searched refs:CLENSHAWCURTIS (Results 1 – 6 of 6) sorted by relevance

/dports/math/openturns/openturns-1.18/lib/src/Base/Algo/openturns/
H A DFejerAlgorithm.hxx42 enum IntegrationMethod {FEJERTYPE1 = 0, FEJERTYPE2 = 1, CLENSHAWCURTIS}; enumerator
47 const IntegrationMethod method = CLENSHAWCURTIS);
51 const IntegrationMethod method = CLENSHAWCURTIS);
/dports/math/openturns/openturns-1.18/lib/test/
H A Dt_FejerAlgorithm_std.cxx48 algos.add(FejerAlgorithm(Indices(1, 20), FejerAlgorithm::CLENSHAWCURTIS)); in main()
77 algos.add(FejerAlgorithm(Indices(2, 20), FejerAlgorithm::CLENSHAWCURTIS)); in main()
105 algos.add(FejerAlgorithm(Indices(2, 20), FejerAlgorithm::CLENSHAWCURTIS)); in main()
/dports/math/openturns/openturns-1.18/python/test/
H A Dt_FejerAlgorithm_std.py16 ot.FejerAlgorithm.FEJERTYPE2, ot.FejerAlgorithm.CLENSHAWCURTIS]
/dports/math/openturns/openturns-1.18/python/doc/pyplots/
H A DFejerAlgorithm.py29 algo = ot.FejerAlgorithm([20], ot.FejerAlgorithm.CLENSHAWCURTIS)
/dports/math/openturns/openturns-1.18/python/src/
H A DFejerAlgorithm_doc.i.in17 …t ot.FejerAlgorithm.FEJERTYPE1, ot.FejerAlgorithm.FEJERTYPE2 and ot.FejerAlgorithm.CLENSHAWCURTIS).
/dports/math/openturns/openturns-1.18/lib/src/Base/Algo/
H A DFejerAlgorithm.cxx265 case CLENSHAWCURTIS: in generateNodesAndWeights()