|
real(kind=8), dimension(:), allocatable, public | mtv_int_tensor::h1 |
| First constant vector. More...
|
|
real(kind=8), dimension(:), allocatable, public | mtv_int_tensor::h2 |
| Second constant vector. More...
|
|
real(kind=8), dimension(:), allocatable, public | mtv_int_tensor::h3 |
| Third constant vector. More...
|
|
real(kind=8), dimension(:), allocatable, public | mtv_int_tensor::htot |
| Total constant vector. More...
|
|
type(coolist), dimension(:), allocatable, public | mtv_int_tensor::l1 |
| First linear tensor. More...
|
|
type(coolist), dimension(:), allocatable, public | mtv_int_tensor::l2 |
| Second linear tensor. More...
|
|
type(coolist), dimension(:), allocatable, public | mtv_int_tensor::l3 |
| Third linear tensor. More...
|
|
type(coolist), dimension(:), allocatable, public | mtv_int_tensor::ltot |
| Total linear tensor. More...
|
|
type(coolist), dimension(:), allocatable, public | mtv_int_tensor::b1 |
| First quadratic tensor. More...
|
|
type(coolist), dimension(:), allocatable, public | mtv_int_tensor::b2 |
| Second quadratic tensor. More...
|
|
type(coolist), dimension(:), allocatable, public | mtv_int_tensor::btot |
| Total quadratic tensor. More...
|
|
type(coolist4), dimension(:), allocatable, public | mtv_int_tensor::mtot |
| Tensor for the cubic terms. More...
|
|
real(kind=8), dimension(:,:), allocatable, public | mtv_int_tensor::q1 |
| Constant terms for the state-dependent noise covariance matrix. More...
|
|
real(kind=8), dimension(:,:), allocatable, public | mtv_int_tensor::q2 |
| Constant terms for the state-independent noise covariance matrix. More...
|
|
type(coolist), dimension(:), allocatable, public | mtv_int_tensor::utot |
| Linear terms for the state-dependent noise covariance matrix. More...
|
|
type(coolist4), dimension(:), allocatable, public | mtv_int_tensor::vtot |
| Quadratic terms for the state-dependent noise covariance matrix. More...
|
|
real(kind=8), dimension(:), allocatable | mtv_int_tensor::dumb_vec |
| Dummy vector. More...
|
|
real(kind=8), dimension(:,:), allocatable | mtv_int_tensor::dumb_mat1 |
| Dummy matrix. More...
|
|
real(kind=8), dimension(:,:), allocatable | mtv_int_tensor::dumb_mat2 |
| Dummy matrix. More...
|
|
real(kind=8), dimension(:,:), allocatable | mtv_int_tensor::dumb_mat3 |
| Dummy matrix. More...
|
|
real(kind=8), dimension(:,:), allocatable | mtv_int_tensor::dumb_mat4 |
| Dummy matrix. More...
|
|