|
signals-cpp
|
Type specification for vector state signals. More...
#include <State.h>
Public Types | |
| using | Type = VectorStateType<T, d> |
Static Public Member Functions | |
| static Type | ZeroType () |
| Returns identity (zero) state. | |
| static Type | NansType () |
| Returns state with NaN values. | |
| static T | Norm (const Type &a) |
| Compute the combined norm of a vector state. | |
Type specification for vector state signals.
| T | Scalar element type (e.g., double, float). |
| d | Dimension of the vector. |
| using VectorStateSignalSpec< T, d >::Type = VectorStateType<T, d> |
|
inlinestatic |
Returns state with NaN values.
|
inlinestatic |
Compute the combined norm of a vector state.
| a | The vector state. |
|
inlinestatic |
Returns identity (zero) state.