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