Skip to content
Snippets Groups Projects
Commit 67abd2a6 authored by Jeremie Deray's avatar Jeremie Deray Committed by Jeremie Deray
Browse files

Vector5s

parent 269d28b1
No related branches found
No related tags found
1 merge request!126Miscellaneous
...@@ -89,6 +89,7 @@ typedef Matrix<wolf::Scalar, 1, 1> Vector1s; ///< 1-vector of rea ...@@ -89,6 +89,7 @@ typedef Matrix<wolf::Scalar, 1, 1> Vector1s; ///< 1-vector of rea
typedef Matrix<wolf::Scalar, 2, 1> Vector2s; ///< 2-vector of real Scalar type typedef Matrix<wolf::Scalar, 2, 1> Vector2s; ///< 2-vector of real Scalar type
typedef Matrix<wolf::Scalar, 3, 1> Vector3s; ///< 3-vector of real Scalar type typedef Matrix<wolf::Scalar, 3, 1> Vector3s; ///< 3-vector of real Scalar type
typedef Matrix<wolf::Scalar, 4, 1> Vector4s; ///< 4-vector of real Scalar type typedef Matrix<wolf::Scalar, 4, 1> Vector4s; ///< 4-vector of real Scalar type
typedef Matrix<wolf::Scalar, 5, 1> Vector5s; ///< 5-vector of real Scalar type
typedef Matrix<wolf::Scalar, 6, 1> Vector6s; ///< 6-vector of real Scalar type typedef Matrix<wolf::Scalar, 6, 1> Vector6s; ///< 6-vector of real Scalar type
typedef Matrix<wolf::Scalar, 7, 1> Vector7s; ///< 7-vector of real Scalar type typedef Matrix<wolf::Scalar, 7, 1> Vector7s; ///< 7-vector of real Scalar type
typedef Matrix<wolf::Scalar, Dynamic, 1> VectorXs; ///< variable size vector of real Scalar type typedef Matrix<wolf::Scalar, Dynamic, 1> VectorXs; ///< variable size vector of real Scalar type
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment