Eigne Matrix Class Library

Dependents:   Eigen_test Odometry_test AttitudeEstimation_usingTicker MPU9250_Quaternion_Binary_Serial ... more

Embed: (wiki syntax)

« Back to documentation index

InnerStride< Value > Class Template Reference

InnerStride< Value > Class Template Reference

Convenience specialization of Stride to specify only an inner stride See class Map for some examples. More...

#include <Stride.h>

Inherits Stride< 0, Value >.

Public Member Functions

Index outer () const
Index inner () const

Detailed Description

template<int Value = Dynamic>
class Eigen::InnerStride< Value >

Convenience specialization of Stride to specify only an inner stride See class Map for some examples.

Definition at line 85 of file Stride.h.


Member Function Documentation

Index inner (  ) const [inherited]
Returns:
the inner stride

Definition at line 75 of file Stride.h.

Index outer (  ) const [inherited]
Returns:
the outer stride

Definition at line 73 of file Stride.h.