[][src]Module fwd_ad::traits

All user implementable traits needed to use Dual with uncommon container or scalar types are located here.

Traits

ROAble

A trait implemented by types which can provide read access to their content of scalars F.

RWAble

A trait implemented by types which can provide write access to their content of scalars F.

Scalar

Indicates that a type can be used as a scalar.

ToOwning

A trait used to indicate the canonical owning associated with a given type.

ToView

A trait used to indicate the canonical view type of a given type.