pmcore
0.7.1
Equation
Types
Required Associated Types
P
S
Implementors
In pmcore::
prelude
Trait
pmcore
::
prelude
::
EquationTypes
Copy item path
[
−
]
pub trait EquationTypes { type
S
:
State
; type
P
:
Predictions
; }
Required Associated Types
§
type
S
:
State
type
P
:
Predictions
Implementors
§
§
impl
EquationTypes
for
Analytical
§
type
S
=
Matrix
<
f64
,
Dyn
,
Const
<1>,
VecStorage
<
f64
,
Dyn
,
Const
<1>>>
§
type
P
=
SubjectPredictions
§
impl
EquationTypes
for
ODE
§
type
S
=
Matrix
<
f64
,
Dyn
,
Const
<1>,
VecStorage
<
f64
,
Dyn
,
Const
<1>>>
§
type
P
=
SubjectPredictions
§
impl
EquationTypes
for
ODENet
§
type
S
=
Matrix
<
f64
,
Dyn
,
Const
<1>,
VecStorage
<
f64
,
Dyn
,
Const
<1>>>
§
type
P
=
SubjectPredictions
§
impl
EquationTypes
for
SDE
§
type
S
=
Vec
<
Matrix
<
f64
,
Dyn
,
Const
<1>,
VecStorage
<
f64
,
Dyn
,
Const
<1>>>>
§
type
P
=
ArrayBase
<
OwnedRepr
<
Prediction
>,
Dim
<[
usize
;
2
]>>