Searched refs:CLENSHAWCURTIS (Results 1 – 6 of 6) sorted by relevance
/dports/math/openturns/openturns-1.18/lib/src/Base/Algo/openturns/ |
H A D | FejerAlgorithm.hxx | 42 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 D | t_FejerAlgorithm_std.cxx | 48 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 D | t_FejerAlgorithm_std.py | 16 ot.FejerAlgorithm.FEJERTYPE2, ot.FejerAlgorithm.CLENSHAWCURTIS]
|
/dports/math/openturns/openturns-1.18/python/doc/pyplots/ |
H A D | FejerAlgorithm.py | 29 algo = ot.FejerAlgorithm([20], ot.FejerAlgorithm.CLENSHAWCURTIS)
|
/dports/math/openturns/openturns-1.18/python/src/ |
H A D | FejerAlgorithm_doc.i.in | 17 …t ot.FejerAlgorithm.FEJERTYPE1, ot.FejerAlgorithm.FEJERTYPE2 and ot.FejerAlgorithm.CLENSHAWCURTIS).
|
/dports/math/openturns/openturns-1.18/lib/src/Base/Algo/ |
H A D | FejerAlgorithm.cxx | 265 case CLENSHAWCURTIS: in generateNodesAndWeights()
|