ReFRACtor
|
This is a ArrayAd that also has units associated with it. More...
#include <array_ad_with_unit.h>
Public Member Functions | |
ArrayAdWithUnit () | |
ArrayAdWithUnit (const ArrayAd< T, D > &V, const Unit &U) | |
ArrayAdWithUnit (const ArrayAd< T, D > &V, const std::string &U) | |
ArrayAdWithUnit (const ArrayAd< T, D > &V) | |
int | cols () const |
ArrayAdWithUnit< T, D > | convert (const Unit &R) const |
Convert to the given units. More... | |
int | depth () const |
bool | is_constant () const |
int | number_variable () const |
AutoDerivativeWithUnit< T > | operator() (int i1) const |
AutoDerivativeWithUnit< T > | operator() (int i1, int i2) const |
AutoDerivativeWithUnit< T > | operator() (int i1, int i2, int i3) const |
AutoDerivativeWithUnit< T > | operator() (int i1, int i2, int i3, int i4) const |
AutoDerivativeWithUnit< T > | operator() (int i1, int i2, int i3, int i4, int i5) const |
void | reference (const ArrayAdWithUnit< T, D > &V) |
int | rows () const |
Public Attributes | |
Unit | units |
ArrayAd< T, D > | value |
This is a ArrayAd that also has units associated with it.
This is a simple structure that just keeps these two things together.
Definition at line 14 of file array_ad_with_unit.h.
|
inline |
Definition at line 17 of file array_ad_with_unit.h.
|
inline |
Definition at line 18 of file array_ad_with_unit.h.
|
inline |
Definition at line 20 of file array_ad_with_unit.h.
|
inline |
Definition at line 22 of file array_ad_with_unit.h.
|
inline |
Definition at line 50 of file array_ad_with_unit.h.
|
inline |
Convert to the given units.
Definition at line 31 of file array_ad_with_unit.h.
|
inline |
Definition at line 51 of file array_ad_with_unit.h.
|
inline |
Definition at line 52 of file array_ad_with_unit.h.
|
inline |
Definition at line 53 of file array_ad_with_unit.h.
|
inline |
Definition at line 38 of file array_ad_with_unit.h.
|
inline |
Definition at line 40 of file array_ad_with_unit.h.
|
inline |
Definition at line 42 of file array_ad_with_unit.h.
|
inline |
Definition at line 44 of file array_ad_with_unit.h.
|
inline |
Definition at line 46 of file array_ad_with_unit.h.
|
inline |
Definition at line 54 of file array_ad_with_unit.h.
|
inline |
Definition at line 49 of file array_ad_with_unit.h.
Unit FullPhysics::ArrayAdWithUnit< T, D >::units |
Definition at line 25 of file array_ad_with_unit.h.
ArrayAd<T, D> FullPhysics::ArrayAdWithUnit< T, D >::value |
Definition at line 24 of file array_ad_with_unit.h.