#include <Dimension.h>
Public Types | |
typedef Dimension< A0, A1, A2, A3, A4, A5, A6 > | Res |
resulting Dimension | |
Private Types | |
typedef BSUtilities::RationalAdd< BSUtilities::Rational< RL_N, RL_D >, BSUtilities::Rational< RL1_N, RL1_D > >::RET | A0 |
add first Rationals (length) of present Dimension and D1 | |
typedef BSUtilities::RationalAdd< BSUtilities::Rational< RM_N, RM_D >, BSUtilities::Rational< RM1_N, RM1_D > >::RET | A1 |
add second Rationals (mass) of present Dimension and D1 | |
typedef BSUtilities::RationalAdd< BSUtilities::Rational< RT_N, RT_D >, BSUtilities::Rational< RT1_N, RT1_D > >::RET | A2 |
add third Rationals (time) of present Dimension and D1 | |
typedef BSUtilities::RationalAdd< BSUtilities::Rational< RE_N, RE_D >, BSUtilities::Rational< RE1_N, RE1_D > >::RET | A3 |
add fourth Rationals (electric current) of present Dimension and D1 | |
typedef BSUtilities::RationalAdd< BSUtilities::Rational< RTE_N, RTE_D >, BSUtilities::Rational< RTE1_N, RTE1_D > >::RET | A4 |
add fifth Rationals (temperature) of present Dimension and D1 | |
typedef BSUtilities::RationalAdd< BSUtilities::Rational< RA_N, RA_D >, BSUtilities::Rational< RA1_N, RA1_D > >::RET | A5 |
add sixth Rationals (amount of substance) of present Dimension and D1 | |
typedef BSUtilities::RationalAdd< BSUtilities::Rational< RLU_N, RLU_D >, BSUtilities::Rational< RLU1_N, RLU1_D > >::RET | A6 |
add seventh Rationals (luminous intensity) of present Dimension and D1 |
this template is parametrized by the numerator *1_N and the denominator *1_D for each of the 7 rational numbers of the Dimension D1.
Definition at line 183 of file Dimension.h.
|
add first Rationals (length) of present Dimension and D1
Definition at line 195 of file Dimension.h. |
|
add second Rationals (mass) of present Dimension and D1
Definition at line 200 of file Dimension.h. |
|
add third Rationals (time) of present Dimension and D1
Definition at line 205 of file Dimension.h. |
|
add fourth Rationals (electric current) of present Dimension and D1
Definition at line 210 of file Dimension.h. |
|
add fifth Rationals (temperature) of present Dimension and D1
Definition at line 215 of file Dimension.h. |
|
add sixth Rationals (amount of substance) of present Dimension and D1
Definition at line 220 of file Dimension.h. |
|
add seventh Rationals (luminous intensity) of present Dimension and D1
Definition at line 225 of file Dimension.h. |
|
resulting Dimension return the result in the form of a Dimension<> Definition at line 231 of file Dimension.h. |