[][src]Module impulse_response::sparse

Large sparsely connected systems

In this context, sparse means that there are many states and most of them do not interact with each other.

Sparse systems are not allowed to have external inputs. Instead the user should directly modified the state to account for any inputs.

Structs

Model

Main class

Vector

Container for a vector which tracks its non-zero elements.

Trait aliases

Derivative

Find the derivative of the state at each point with respect to time.