Home
last modified time | relevance | path

Searched refs:fullStrategy (Results 1 – 2 of 2) sorted by relevance

/dports/math/openturns/openturns-1.18/python/test/
H A Dt_HistoryStrategy_std.py25 fullStrategy = Full() variable
26 fullStrategy.setDimension(dimension)
28 fullStrategy.store(sample[i])
29 print("Full strategy sample=", repr(fullStrategy.getSample()))
/dports/math/openturns/openturns-1.18/lib/test/
H A Dt_HistoryStrategy_std.cxx54 Full fullStrategy; in main() local
55 fullStrategy.setDimension(dimension); in main()
58 fullStrategy.store(sample[i]); in main()
60 fullprint << "Full strategy sample=" << fullStrategy.getSample() << std::endl; in main()