Searched refs:FejerAlgorithm (Results 1 – 10 of 10) sorted by relevance
/dports/math/openturns/openturns-1.18/lib/test/ |
H A D | t_FejerAlgorithm_std.cxx | 46 algos.add(FejerAlgorithm(Indices(1, 20), FejerAlgorithm::FEJERTYPE1) ); in main() 47 algos.add(FejerAlgorithm(Indices(1, 20), FejerAlgorithm::FEJERTYPE2)); in main() 48 algos.add(FejerAlgorithm(Indices(1, 20), FejerAlgorithm::CLENSHAWCURTIS)); in main() 50 FejerAlgorithm algo; in main() 75 algos.add(FejerAlgorithm(Indices(2, 20), FejerAlgorithm::FEJERTYPE1)); in main() 76 algos.add(FejerAlgorithm(Indices(2, 20), FejerAlgorithm::FEJERTYPE2)); in main() 77 algos.add(FejerAlgorithm(Indices(2, 20), FejerAlgorithm::CLENSHAWCURTIS)); in main() 79 FejerAlgorithm algo; in main() 103 algos.add(FejerAlgorithm(Indices(2, 20), FejerAlgorithm::FEJERTYPE1)); in main() 104 algos.add(FejerAlgorithm(Indices(2, 20), FejerAlgorithm::FEJERTYPE2)); in main() [all …]
|
/dports/math/openturns/openturns-1.18/lib/src/Base/Algo/ |
H A D | FejerAlgorithm.cxx | 33 CLASSNAMEINIT(FejerAlgorithm) 37 FejerAlgorithm::FejerAlgorithm(const UnsignedInteger dimension, in FejerAlgorithm() function in FejerAlgorithm 49 FejerAlgorithm::FejerAlgorithm(const Indices & discretization, in FejerAlgorithm() function in FejerAlgorithm 61 FejerAlgorithm * FejerAlgorithm::clone() const in clone() 63 return new FejerAlgorithm(*this); in clone() 289 Indices FejerAlgorithm::getDiscretization() const in getDiscretization() 295 Sample FejerAlgorithm::getNodes() const in getNodes() 301 Point FejerAlgorithm::getWeights() const in getWeights() 307 String FejerAlgorithm::__repr__() const in __repr__() 310 oss << "class=" << FejerAlgorithm::GetClassName() in __repr__() [all …]
|
/dports/math/openturns/openturns-1.18/python/src/ |
H A D | FejerAlgorithm_doc.i.in | 1 %feature("docstring") OT::FejerAlgorithm 5 FejerAlgorithm(*dimension=1, method=FejerAlgorithm.FEJERTYPE1*) 17 …(Amongst ot.FejerAlgorithm.FEJERTYPE1, ot.FejerAlgorithm.FEJERTYPE2 and ot.FejerAlgorithm.CLENSHAW… 19 Default is `ot.FejerAlgorithm.FEJERTYPE1` 63 Create a FejerAlgorithm algorithm: 66 >>> algo = ot.FejerAlgorithm(2) 67 >>> algo = ot.FejerAlgorithm([2, 4, 5])" 70 %feature("docstring") OT::FejerAlgorithm::integrate 99 >>> algoF1 = ot.FejerAlgorithm([10]) 115 %feature("docstring") OT::FejerAlgorithm::getNodes [all …]
|
H A D | FejerAlgorithm.i | 13 %include openturns/FejerAlgorithm.hxx 14 namespace OT { %extend FejerAlgorithm { FejerAlgorithm(const FejerAlgorithm & other) { return new O… in FejerAlgorithm() function
|
H A D | algo_module.i | 76 %include FejerAlgorithm.i
|
/dports/math/openturns/openturns-1.18/python/test/ |
H A D | t_FejerAlgorithm_std.py | 15 all_methods = [ot.FejerAlgorithm.FEJERTYPE1, 16 ot.FejerAlgorithm.FEJERTYPE2, ot.FejerAlgorithm.CLENSHAWCURTIS] 19 algo = ot.FejerAlgorithm([100], method) 27 algo = ot.FejerAlgorithm([64, 64], method) 36 algo = ot.FejerAlgorithm([64, 64], method)
|
/dports/math/openturns/openturns-1.18/python/doc/pyplots/ |
H A D | FejerAlgorithm.py | 13 algo = ot.FejerAlgorithm([20], ot.FejerAlgorithm.FEJERTYPE1) 21 algo = ot.FejerAlgorithm([20], ot.FejerAlgorithm.FEJERTYPE2) 29 algo = ot.FejerAlgorithm([20], ot.FejerAlgorithm.CLENSHAWCURTIS)
|
/dports/math/openturns/openturns-1.18/lib/src/Base/Algo/openturns/ |
H A D | FejerAlgorithm.hxx | 35 class OT_API FejerAlgorithm class 46 explicit FejerAlgorithm(const UnsignedInteger dimension = 1, 50 explicit FejerAlgorithm(const Indices & discretization, 54 FejerAlgorithm *clone() const override;
|
/dports/math/openturns/openturns-1.18/python/doc/user_manual/ |
H A D | integration.rst | 20 FejerAlgorithm
|
/dports/math/openturns/openturns-1.18/ |
H A D | ChangeLog | 174 * FejerAlgorithm
|