Home
last modified time | relevance | path

Searched refs:getModesAsProcessSample (Results 1 – 24 of 24) sorted by relevance

/dports/math/openturns/openturns-1.18/python/test/
H A Dt_KarhunenLoeveSVDAlgorithm_std.py18 KLModes = result.getModesAsProcessSample()
33 KLModes = result.getModesAsProcessSample()
47 KLModes = result.getModesAsProcessSample()
62 KLModes = result.getModesAsProcessSample()
81 KLModes = result.getModesAsProcessSample()
H A Dt_KarhunenLoeveP1Algorithm_std.py12 KLModes = result.getModesAsProcessSample()
32 KLModes = result.getModesAsProcessSample()
50 KLModesPS = result.getModesAsProcessSample()
H A Dt_FieldToPointConnection_std.py28 field = result.getModesAsProcessSample().computeMean()
33 sample = result.getModesAsProcessSample()
54 field = result.getModesAsProcessSample().computeMean()
H A Dt_KarhunenLoeveProjection_std.py24 field = result.getModesAsProcessSample().computeMean()
H A Dt_FieldToFieldConnection_std.py51 field = result.getModesAsProcessSample().computeMean()
H A Dt_KarhunenLoeveQuadratureAlgorithm_std.py21 KLModes = result.getModesAsProcessSample()
/dports/math/openturns/openturns-1.18/lib/test/
H A Dt_KarhunenLoeveSVDAlgorithm_std.cxx46 ProcessSample KLModes(result.getModesAsProcessSample()); in main()
66 ProcessSample KLModes(result.getModesAsProcessSample()); in main()
84 ProcessSample KLModes(result.getModesAsProcessSample()); in main()
102 ProcessSample KLModes(result.getModesAsProcessSample()); in main()
121 ProcessSample KLModes(result.getModesAsProcessSample()); in main()
145 ProcessSample KLModes(result.getModesAsProcessSample()); in main()
H A Dt_KarhunenLoeveQuadratureAlgorithm_std.cxx52 ProcessSample KLModes(result.getModesAsProcessSample()); in main()
70 KLModes = result.getModesAsProcessSample(); in main()
92 KLModes = result.getModesAsProcessSample(); in main()
H A Dt_KarhunenLoeveP1Algorithm_std.cxx44 ProcessSample KLModes(result.getModesAsProcessSample()); in main()
69 ProcessSample KLModes(result.getModesAsProcessSample()); in main()
99 ProcessSample KLModes(result.getModesAsProcessSample()); in main()
123 ProcessSample KLModesPS(result.getModesAsProcessSample()); in main()
H A Dt_KarhunenLoeveP1Algorithm_spectra.cxx46 ProcessSample KLModes(result.getModesAsProcessSample()); in main()
65 ProcessSample KLModes(result.getModesAsProcessSample()); in main()
89 ProcessSample KLModes(result.getModesAsProcessSample()); in main()
H A Dt_FieldToPointConnection_std.cxx55 Field field(result.getModesAsProcessSample().computeMean()); in main()
76 Field field(result.getModesAsProcessSample().computeMean()); in main()
H A Dt_KarhunenLoeveP1Algorithm_hmat.cxx46 ProcessSample KLModes(result.getModesAsProcessSample()); in main()
69 ProcessSample KLModes(result.getModesAsProcessSample()); in main()
H A Dt_KarhunenLoeveProjection_std.cxx50 Field field(result.getModesAsProcessSample().computeMean()); in main()
H A Dt_FieldToFieldConnection_std.cxx79 Field field(result.getModesAsProcessSample().computeMean()); in main()
/dports/math/openturns/openturns-1.18/lib/src/Base/Algo/
H A DKarhunenLoeveLifting.cxx43 …tion(result.getEigenvalues().getSize(), result.getMesh(), result.getModesAsProcessSample().getDime… in KarhunenLoeveLifting()
49 else setOutputDescription(result_.getModesAsProcessSample()[0].getDescription()); in KarhunenLoeveLifting()
H A DKarhunenLoeveReduction.cxx42 …ation(result.getMesh(), result.getModesAsProcessSample().getDimension(), result.getMesh(), result. in KarhunenLoeveReduction()
H A DKarhunenLoeveProjection.cxx43 …: FieldToPointFunctionImplementation(result.getMesh(), result.getModesAsProcessSample().getDimensi… in KarhunenLoeveProjection()
49 else setInputDescription(result_.getModesAsProcessSample()[0].getDescription()); in KarhunenLoeveProjection()
H A DKarhunenLoeveResult.cxx99 ProcessSample KarhunenLoeveResult::getModesAsProcessSample() const in getModesAsProcessSample() function in KarhunenLoeveResult
101 return getImplementation()->getModesAsProcessSample(); in getModesAsProcessSample()
H A DKarhunenLoeveValidation.cxx51 if (sample.getDimension() != result.getModesAsProcessSample().getDimension()) in KarhunenLoeveValidation()
52 …etDimension() << " does not match result dimension = " << result.getModesAsProcessSample().getDime… in KarhunenLoeveValidation()
H A DKarhunenLoeveResultImplementation.cxx132 ProcessSample KarhunenLoeveResultImplementation::getModesAsProcessSample() const in getModesAsProcessSample() function in KarhunenLoeveResultImplementation
/dports/math/openturns/openturns-1.18/lib/src/Base/Algo/openturns/
H A DKarhunenLoeveResult.hxx78 ProcessSample getModesAsProcessSample() const;
H A DKarhunenLoeveResultImplementation.hxx78 ProcessSample getModesAsProcessSample() const;
/dports/math/openturns/openturns-1.18/python/src/
H A DKarhunenLoeveResult_doc.i.in19 %feature("docstring") OT::KarhunenLoeveResult::getModesAsProcessSample
H A DKarhunenLoeveResultImplementation_doc.i.in180 %feature("docstring") OT::KarhunenLoeveResultImplementation::getModesAsProcessSample