Home
last modified time | relevance | path

Searched refs:RandomVector (Results 1 – 25 of 446) sorted by relevance

12345678910>>...18

/dports/math/openturns/openturns-1.18/lib/src/Uncertainty/Model/
H A DRandomVector.cxx39 CLASSNAMEINIT(RandomVector) in CLASSNAMEINIT() argument
42 RandomVector:: RandomVector() in CLASSNAMEINIT()
49 RandomVector::RandomVector(const RandomVectorImplementation & implementation) in RandomVector() function in RandomVector
56 RandomVector::RandomVector(const Implementation & p_implementation) in RandomVector() function in RandomVector
63 RandomVector::RandomVector(RandomVectorImplementation * p_implementation) in RandomVector() function in RandomVector
70 RandomVector::RandomVector(const Distribution & distribution) in RandomVector() function in RandomVector
148 RandomVector RandomVector::getMarginal(const UnsignedInteger i) const in getMarginal()
154 RandomVector RandomVector::getMarginal(const Indices & indices) const in getMarginal()
160 RandomVector RandomVector::getAntecedent() const in getAntecedent()
216 RandomVector RandomVector::intersect(const RandomVector & other) in intersect()
[all …]
H A DStandardEvent.cxx44 …: RandomVector(new ThresholdEventImplementation(CompositeRandomVector(IdentityFunction(1), RandomV… in CLASSNAMEINIT()
50 StandardEvent::StandardEvent(const RandomVector & antecedent, in StandardEvent()
53 : RandomVector(new ThresholdEventImplementation(antecedent, op, threshold)) in StandardEvent()
67 StandardEvent::StandardEvent(const RandomVector & event) in StandardEvent()
68 : RandomVector() in StandardEvent()
78 const RandomVector antecedent(standard); in StandardEvent()
/dports/math/openturns/openturns-1.18/python/src/
H A DRandomVector_doc.i.in3 %feature("docstring") OT::RandomVector
5 %feature("docstring") OT::RandomVector::getAntecedent
7 %feature("docstring") OT::RandomVector::getFunction
9 %feature("docstring") OT::RandomVector::getCovariance
11 %feature("docstring") OT::RandomVector::getMean
15 %feature("docstring") OT::RandomVector::getDimension
17 %feature("docstring") OT::RandomVector::getMarginal
19 %feature("docstring") OT::RandomVector::getSample
33 %feature("docstring") OT::RandomVector::getDomain
41 %feature("docstring") OT::RandomVector::isEvent
[all …]
H A DIntersectionEvent.i9 struct traitsPythonType< OT::RandomVector >
17 canConvert< _PyObject_, OT::RandomVector >(PyObject * pyObj)
21 OT::RandomVector * p_it = reinterpret_cast< OT::RandomVector * >(ptr);
33 OT::RandomVector
34 convert< _PyObject_, OT::RandomVector >(PyObject * pyObj)
38 OT::RandomVector * p_mf = reinterpret_cast< OT::RandomVector * >(ptr);
48 return OT::RandomVector();
56 %template(RandomVectorCollection) OT::Collection<OT::RandomVector>;
58 %typemap(in) const RandomVectorCollection & (OT::Pointer<OT::Collection<OT::RandomVector > > temp) {
63 temp = OT::buildCollectionFromPySequence< OT::RandomVector >($input);
[all …]
H A DRandomVectorImplementation_doc.i.in45 "Accessor to the antecedent RandomVector in case of a composite RandomVector.
49 antecedent : :class:`~openturns.RandomVector`
98 "Accessor to the mean of the RandomVector.
148 Dimension of the RandomVector."
162 RandomVector.
166 vector : :class:`~openturns.RandomVector`
197 "Compute realizations of the RandomVector.
400 event : :class:`~openturns.RandomVector`
405 event : :class:`~openturns.RandomVector`
418 event : :class:`~openturns.RandomVector`
[all …]
H A DRandomVector.i171 OTTypedInterfaceObjectHelper(RandomVector)
173 %include openturns/RandomVector.hxx
174 namespace OT { %extend RandomVector {
176 RandomVector(const RandomVector & other)
178 return new OT::RandomVector(other);
181 RandomVector(PyObject * pyObj)
183 return new OT::RandomVector( new OT::PythonRandomVector(pyObj) );
/dports/math/openturns/openturns-1.18/lib/src/Uncertainty/Model/openturns/
H A DRandomVector.hxx35 class OT_API RandomVector class
43 RandomVector();
46 RandomVector(const RandomVectorImplementation & implementation);
50 RandomVector(const Implementation & p_implementation);
54 RandomVector(RandomVectorImplementation * p_implementation);
58 explicit RandomVector(const Distribution & distribution);
83 RandomVector getMarginal(const UnsignedInteger i) const;
86 RandomVector getMarginal(const Indices & indices) const;
95 RandomVector getAntecedent() const;
123 RandomVector intersect(const RandomVector & other);
[all …]
H A DUnionEvent.hxx42 typedef Collection<RandomVector> RandomVectorCollection;
43 typedef PersistentCollection<RandomVector> RandomVectorPersistentCollection;
74 RandomVector getAntecedent() const override;
94 RandomVector getComposedEvent() const;
102 RandomVector antecedent_;
104 RandomVector composedEvent_;
H A DIntersectionEvent.hxx42 typedef Collection<RandomVector> RandomVectorCollection;
43 typedef PersistentCollection<RandomVector> RandomVectorPersistentCollection;
74 RandomVector getAntecedent() const override;
94 RandomVector getComposedEvent() const;
102 RandomVector antecedent_;
104 RandomVector composedEvent_;
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/marbles/random/
H A Dt_generator.h131 union RandomVector { union
141 void ConfigureSlaveRamps(const RandomVector& v);
142 int GenerateComplementaryBernoulli(const RandomVector& v);
143 int GenerateIndependentBernoulli(const RandomVector& v);
144 int GenerateThreeStates(const RandomVector& v);
145 int GenerateDrums(const RandomVector& v);
146 int GenerateMarkov(const RandomVector& v);
147 void ScheduleOutputPulses(const RandomVector& v, int bitmask);
/dports/devel/stack/stack-2.7.3/_cabal_deps/cryptonite-0.29/tests/
H A DSalsa.hs32 newtype RandomVector = RandomVector Vector function
35 instance Arbitrary RandomVector where
36 arbitrary = RandomVector <$> elements vectors
60 salsaGenerateCombine :: ChunkingLen0_127 -> RandomVector -> Int0_2901 -> Bool
61 …salsaGenerateCombine (ChunkingLen0_127 ckLen) (RandomVector (rounds, key, iv, _)) (Int0_2901 nbByt…
72 salsaGenerateChunks :: ChunkingLen -> RandomVector -> Bool
73 salsaGenerateChunks (ChunkingLen ckLen) (RandomVector (rounds, key, iv, _)) =
87 salsaCombineChunks :: ChunkingLen -> RandomVector -> ArbitraryBS0_2901 -> Bool
88 …salsaCombineChunks (ChunkingLen ckLen) (RandomVector (rounds, key, iv, _)) (ArbitraryBS0_2901 whol…
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/cryptonite-0.27/tests/
H A DSalsa.hs32 newtype RandomVector = RandomVector Vector type
35 instance Arbitrary RandomVector where
36 arbitrary = RandomVector <$> elements vectors
60 salsaGenerateCombine :: ChunkingLen0_127 -> RandomVector -> Int0_2901 -> Bool
61 …salsaGenerateCombine (ChunkingLen0_127 ckLen) (RandomVector (rounds, key, iv, _)) (Int0_2901 nbByt…
72 salsaGenerateChunks :: ChunkingLen -> RandomVector -> Bool
73 salsaGenerateChunks (ChunkingLen ckLen) (RandomVector (rounds, key, iv, _)) =
87 salsaCombineChunks :: ChunkingLen -> RandomVector -> ArbitraryBS0_2901 -> Bool
88 …salsaCombineChunks (ChunkingLen ckLen) (RandomVector (rounds, key, iv, _)) (ArbitraryBS0_2901 whol…
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/cryptonite-0.27/tests/
H A DSalsa.hs32 newtype RandomVector = RandomVector Vector type
35 instance Arbitrary RandomVector where
36 arbitrary = RandomVector <$> elements vectors
60 salsaGenerateCombine :: ChunkingLen0_127 -> RandomVector -> Int0_2901 -> Bool
61 …salsaGenerateCombine (ChunkingLen0_127 ckLen) (RandomVector (rounds, key, iv, _)) (Int0_2901 nbByt…
72 salsaGenerateChunks :: ChunkingLen -> RandomVector -> Bool
73 salsaGenerateChunks (ChunkingLen ckLen) (RandomVector (rounds, key, iv, _)) =
87 salsaCombineChunks :: ChunkingLen -> RandomVector -> ArbitraryBS0_2901 -> Bool
88 …salsaCombineChunks (ChunkingLen ckLen) (RandomVector (rounds, key, iv, _)) (ArbitraryBS0_2901 whol…
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/cryptonite-0.26/tests/
H A DSalsa.hs32 newtype RandomVector = RandomVector Vector constructor
35 instance Arbitrary RandomVector where
36 arbitrary = RandomVector <$> elements vectors
60 salsaGenerateCombine :: ChunkingLen0_127 -> RandomVector -> Int0_2901 -> Bool
61 …salsaGenerateCombine (ChunkingLen0_127 ckLen) (RandomVector (rounds, key, iv, _)) (Int0_2901 nbByt…
72 salsaGenerateChunks :: ChunkingLen -> RandomVector -> Bool
73 salsaGenerateChunks (ChunkingLen ckLen) (RandomVector (rounds, key, iv, _)) =
87 salsaCombineChunks :: ChunkingLen -> RandomVector -> ArbitraryBS0_2901 -> Bool
88 …salsaCombineChunks (ChunkingLen ckLen) (RandomVector (rounds, key, iv, _)) (ArbitraryBS0_2901 whol…
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/cryptonite-0.28/tests/
H A DSalsa.hs32 newtype RandomVector = RandomVector Vector type
35 instance Arbitrary RandomVector where
36 arbitrary = RandomVector <$> elements vectors
60 salsaGenerateCombine :: ChunkingLen0_127 -> RandomVector -> Int0_2901 -> Bool
61 …salsaGenerateCombine (ChunkingLen0_127 ckLen) (RandomVector (rounds, key, iv, _)) (Int0_2901 nbByt…
72 salsaGenerateChunks :: ChunkingLen -> RandomVector -> Bool
73 salsaGenerateChunks (ChunkingLen ckLen) (RandomVector (rounds, key, iv, _)) =
87 salsaCombineChunks :: ChunkingLen -> RandomVector -> ArbitraryBS0_2901 -> Bool
88 …salsaCombineChunks (ChunkingLen ckLen) (RandomVector (rounds, key, iv, _)) (ArbitraryBS0_2901 whol…
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/cryptonite-0.27/tests/
H A DSalsa.hs32 newtype RandomVector = RandomVector Vector constructor
35 instance Arbitrary RandomVector where
36 arbitrary = RandomVector <$> elements vectors
60 salsaGenerateCombine :: ChunkingLen0_127 -> RandomVector -> Int0_2901 -> Bool
61 …salsaGenerateCombine (ChunkingLen0_127 ckLen) (RandomVector (rounds, key, iv, _)) (Int0_2901 nbByt…
72 salsaGenerateChunks :: ChunkingLen -> RandomVector -> Bool
73 salsaGenerateChunks (ChunkingLen ckLen) (RandomVector (rounds, key, iv, _)) =
87 salsaCombineChunks :: ChunkingLen -> RandomVector -> ArbitraryBS0_2901 -> Bool
88 …salsaCombineChunks (ChunkingLen ckLen) (RandomVector (rounds, key, iv, _)) (ArbitraryBS0_2901 whol…
/dports/devel/hs-hpack/hpack-0.34.4/_cabal_deps/cryptonite-0.26/tests/
H A DSalsa.hs32 newtype RandomVector = RandomVector Vector function
35 instance Arbitrary RandomVector where
36 arbitrary = RandomVector <$> elements vectors
60 salsaGenerateCombine :: ChunkingLen0_127 -> RandomVector -> Int0_2901 -> Bool
61 …salsaGenerateCombine (ChunkingLen0_127 ckLen) (RandomVector (rounds, key, iv, _)) (Int0_2901 nbByt…
72 salsaGenerateChunks :: ChunkingLen -> RandomVector -> Bool
73 salsaGenerateChunks (ChunkingLen ckLen) (RandomVector (rounds, key, iv, _)) =
87 salsaCombineChunks :: ChunkingLen -> RandomVector -> ArbitraryBS0_2901 -> Bool
88 …salsaCombineChunks (ChunkingLen ckLen) (RandomVector (rounds, key, iv, _)) (ArbitraryBS0_2901 whol…
/dports/lang/elm/compiler-0.19.1/_cabal_deps/cryptonite-0.26/tests/
H A DSalsa.hs32 newtype RandomVector = RandomVector Vector function
35 instance Arbitrary RandomVector where
36 arbitrary = RandomVector <$> elements vectors
60 salsaGenerateCombine :: ChunkingLen0_127 -> RandomVector -> Int0_2901 -> Bool
61 …salsaGenerateCombine (ChunkingLen0_127 ckLen) (RandomVector (rounds, key, iv, _)) (Int0_2901 nbByt…
72 salsaGenerateChunks :: ChunkingLen -> RandomVector -> Bool
73 salsaGenerateChunks (ChunkingLen ckLen) (RandomVector (rounds, key, iv, _)) =
87 salsaCombineChunks :: ChunkingLen -> RandomVector -> ArbitraryBS0_2901 -> Bool
88 …salsaCombineChunks (ChunkingLen ckLen) (RandomVector (rounds, key, iv, _)) (ArbitraryBS0_2901 whol…
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/cryptonite-0.29/tests/
H A DSalsa.hs32 newtype RandomVector = RandomVector Vector function
35 instance Arbitrary RandomVector where
36 arbitrary = RandomVector <$> elements vectors
60 salsaGenerateCombine :: ChunkingLen0_127 -> RandomVector -> Int0_2901 -> Bool
61 …salsaGenerateCombine (ChunkingLen0_127 ckLen) (RandomVector (rounds, key, iv, _)) (Int0_2901 nbByt…
72 salsaGenerateChunks :: ChunkingLen -> RandomVector -> Bool
73 salsaGenerateChunks (ChunkingLen ckLen) (RandomVector (rounds, key, iv, _)) =
87 salsaCombineChunks :: ChunkingLen -> RandomVector -> ArbitraryBS0_2901 -> Bool
88 …salsaCombineChunks (ChunkingLen ckLen) (RandomVector (rounds, key, iv, _)) (ArbitraryBS0_2901 whol…
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/cryptonite-0.28/tests/
H A DSalsa.hs32 newtype RandomVector = RandomVector Vector function
35 instance Arbitrary RandomVector where
36 arbitrary = RandomVector <$> elements vectors
60 salsaGenerateCombine :: ChunkingLen0_127 -> RandomVector -> Int0_2901 -> Bool
61 …salsaGenerateCombine (ChunkingLen0_127 ckLen) (RandomVector (rounds, key, iv, _)) (Int0_2901 nbByt…
72 salsaGenerateChunks :: ChunkingLen -> RandomVector -> Bool
73 salsaGenerateChunks (ChunkingLen ckLen) (RandomVector (rounds, key, iv, _)) =
87 salsaCombineChunks :: ChunkingLen -> RandomVector -> ArbitraryBS0_2901 -> Bool
88 …salsaCombineChunks (ChunkingLen ckLen) (RandomVector (rounds, key, iv, _)) (ArbitraryBS0_2901 whol…
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/cryptonite-0.27/tests/
H A DSalsa.hs32 newtype RandomVector = RandomVector Vector type
35 instance Arbitrary RandomVector where
36 arbitrary = RandomVector <$> elements vectors
60 salsaGenerateCombine :: ChunkingLen0_127 -> RandomVector -> Int0_2901 -> Bool
61 …salsaGenerateCombine (ChunkingLen0_127 ckLen) (RandomVector (rounds, key, iv, _)) (Int0_2901 nbByt…
72 salsaGenerateChunks :: ChunkingLen -> RandomVector -> Bool
73 salsaGenerateChunks (ChunkingLen ckLen) (RandomVector (rounds, key, iv, _)) =
87 salsaCombineChunks :: ChunkingLen -> RandomVector -> ArbitraryBS0_2901 -> Bool
88 …salsaCombineChunks (ChunkingLen ckLen) (RandomVector (rounds, key, iv, _)) (ArbitraryBS0_2901 whol…
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/cryptonite-0.28/tests/
H A DSalsa.hs32 newtype RandomVector = RandomVector Vector type
35 instance Arbitrary RandomVector where
36 arbitrary = RandomVector <$> elements vectors
60 salsaGenerateCombine :: ChunkingLen0_127 -> RandomVector -> Int0_2901 -> Bool
61 …salsaGenerateCombine (ChunkingLen0_127 ckLen) (RandomVector (rounds, key, iv, _)) (Int0_2901 nbByt…
72 salsaGenerateChunks :: ChunkingLen -> RandomVector -> Bool
73 salsaGenerateChunks (ChunkingLen ckLen) (RandomVector (rounds, key, iv, _)) =
87 salsaCombineChunks :: ChunkingLen -> RandomVector -> ArbitraryBS0_2901 -> Bool
88 …salsaCombineChunks (ChunkingLen ckLen) (RandomVector (rounds, key, iv, _)) (ArbitraryBS0_2901 whol…
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/cryptonite-0.27/tests/
H A DSalsa.hs32 newtype RandomVector = RandomVector Vector type
35 instance Arbitrary RandomVector where
36 arbitrary = RandomVector <$> elements vectors
60 salsaGenerateCombine :: ChunkingLen0_127 -> RandomVector -> Int0_2901 -> Bool
61 …salsaGenerateCombine (ChunkingLen0_127 ckLen) (RandomVector (rounds, key, iv, _)) (Int0_2901 nbByt…
72 salsaGenerateChunks :: ChunkingLen -> RandomVector -> Bool
73 salsaGenerateChunks (ChunkingLen ckLen) (RandomVector (rounds, key, iv, _)) =
87 salsaCombineChunks :: ChunkingLen -> RandomVector -> ArbitraryBS0_2901 -> Bool
88 …salsaCombineChunks (ChunkingLen ckLen) (RandomVector (rounds, key, iv, _)) (ArbitraryBS0_2901 whol…
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/cryptonite-0.27/tests/
H A DSalsa.hs32 newtype RandomVector = RandomVector Vector type
35 instance Arbitrary RandomVector where
36 arbitrary = RandomVector <$> elements vectors
60 salsaGenerateCombine :: ChunkingLen0_127 -> RandomVector -> Int0_2901 -> Bool
61 …salsaGenerateCombine (ChunkingLen0_127 ckLen) (RandomVector (rounds, key, iv, _)) (Int0_2901 nbByt…
72 salsaGenerateChunks :: ChunkingLen -> RandomVector -> Bool
73 salsaGenerateChunks (ChunkingLen ckLen) (RandomVector (rounds, key, iv, _)) =
87 salsaCombineChunks :: ChunkingLen -> RandomVector -> ArbitraryBS0_2901 -> Bool
88 …salsaCombineChunks (ChunkingLen ckLen) (RandomVector (rounds, key, iv, _)) (ArbitraryBS0_2901 whol…
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/cryptonite-0.28/tests/
H A DSalsa.hs32 newtype RandomVector = RandomVector Vector function
35 instance Arbitrary RandomVector where
36 arbitrary = RandomVector <$> elements vectors
60 salsaGenerateCombine :: ChunkingLen0_127 -> RandomVector -> Int0_2901 -> Bool
61 …salsaGenerateCombine (ChunkingLen0_127 ckLen) (RandomVector (rounds, key, iv, _)) (Int0_2901 nbByt…
72 salsaGenerateChunks :: ChunkingLen -> RandomVector -> Bool
73 salsaGenerateChunks (ChunkingLen ckLen) (RandomVector (rounds, key, iv, _)) =
87 salsaCombineChunks :: ChunkingLen -> RandomVector -> ArbitraryBS0_2901 -> Bool
88 …salsaCombineChunks (ChunkingLen ckLen) (RandomVector (rounds, key, iv, _)) (ArbitraryBS0_2901 whol…

12345678910>>...18