Struct StateSpace::ss#

Nested Relationships#

This struct is a nested type of Class StateSpace.

Struct Documentation#

struct ss#

State space return type. This holds the A, B, C, and D matrices that make up the state space model.

Public Members

Mat A#

A matrix of the state space model.

Mat B#

B matrix of the state space model.

Mat C#

C matrix of the state space model.

Mat D#

D matrix of the state space model.