|
signals-cpp
|
Type specification for scalar state signals. More...
#include <State.h>
Public Types | |
| using | Type = ScalarStateType<T> |
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 scalar state. | |
Type specification for scalar state signals.
| T | Scalar type (e.g., double, float). |
| using ScalarStateSignalSpec< T >::Type = ScalarStateType<T> |
|
inlinestatic |
Returns state with NaN values.
|
inlinestatic |
Compute the combined norm of a scalar state.
| a | The scalar state. |
|
inlinestatic |
Returns identity (zero) state.