| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real(kind=real64), | public, | allocatable | :: | State(:) | |||
| real(kind=real64), | public, | allocatable | :: | ObservVec(:) | |||
| real(kind=real64), | public, | allocatable | :: | PlantNoise(:) | |||
| real(kind=real64), | public, | allocatable | :: | ObservNoise(:) | |||
| real(kind=real64), | public, | allocatable | :: | StateTransition(:,:) | |||
| real(kind=real64), | public, | allocatable | :: | Driving(:,:) | |||
| real(kind=real64), | public, | allocatable | :: | ObservMat(:,:) | |||
| real(kind=real64), | public | :: | sigma | = | 0.0d0 | 
| procedure, public :: init => initLTISystem | |
| procedure, public :: update => updateLTISystem | 
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(LTISystem_), | intent(inout) | :: | obj | 
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(LTISystem_), | intent(inout) | :: | obj | |||
| real(kind=real64), | intent(in) | :: | State(:) | |||
| real(kind=real64), | intent(in) | :: | StateTransition(:,:) | |||
| real(kind=real64), | intent(in) | :: | Driving(:,:) | |||
| real(kind=real64), | intent(in) | :: | ObservMat(:,:) |