Eigne Matrix Class Library

Dependents:   Eigen_test Odometry_test AttitudeEstimation_usingTicker MPU9250_Quaternion_Binary_Serial ... more

Embed: (wiki syntax)

« Back to documentation index

NestByValue< ExpressionType > Class Template Reference

NestByValue< ExpressionType > Class Template Reference
[Core module]

Expression which must be nested by value. More...

#include <NestByValue.h>

Inherits internal::dense_xpr_base::type< NestByValue< ExpressionType > >.


Detailed Description

template<typename ExpressionType>
class Eigen::NestByValue< ExpressionType >

Expression which must be nested by value.

Parameters:
ExpressionTypethe type of the object of which we are requiring nesting-by-value

This class is the return type of MatrixBase::nestByValue() and most of the time this is the only way it is used.

See also:
MatrixBase::nestByValue()

Definition at line 35 of file NestByValue.h.