#include <Dimension.h>
Public Types | |
typedef Dimension< A0, A1, A2, A3, A4, A5, A6 > | Res |
resulting Dimension | |
Private Types | |
typedef BSUtilities::RationalSub< BSUtilities::Rational< RL_N, RL_D >, BSUtilities::Rational< RL1_N, RL1_D > >::RET | A0 |
subtract first Rationals (length) of present Dimension and D1 | |
typedef BSUtilities::RationalSub< BSUtilities::Rational< RM_N, RM_D >, BSUtilities::Rational< RM1_N, RM1_D > >::RET | A1 |
subtract second Rationals (mass) of present Dimension and D1 | |
typedef BSUtilities::RationalSub< BSUtilities::Rational< RT_N, RT_D >, BSUtilities::Rational< RT1_N, RT1_D > >::RET | A2 |
subtract third Rationals (time) of present Dimension and D1 | |
typedef BSUtilities::RationalSub< BSUtilities::Rational< RE_N, RE_D >, BSUtilities::Rational< RE1_N, RE1_D > >::RET | A3 |
subtract fourth Rationals (electric current) of present Dimension and D1 | |
typedef BSUtilities::RationalSub< BSUtilities::Rational< RTE_N, RTE_D >, BSUtilities::Rational< RTE1_N, RTE1_D > >::RET | A4 |
subtract fifth Rationals (temperature) of present Dimension and D1 | |
typedef BSUtilities::RationalSub< BSUtilities::Rational< RA_N, RA_D >, BSUtilities::Rational< RA1_N, RA1_D > >::RET | A5 |
subtract sixth Rationals (amount of substance) of present Dimension and D1 | |
typedef BSUtilities::RationalSub< BSUtilities::Rational< RLU_N, RLU_D >, BSUtilities::Rational< RLU1_N, RLU1_D > >::RET | A6 |
subtract 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 251 of file Dimension.h.
|
subtract first Rationals (length) of present Dimension and D1
Definition at line 263 of file Dimension.h. |
|
subtract second Rationals (mass) of present Dimension and D1
Definition at line 268 of file Dimension.h. |
|
subtract third Rationals (time) of present Dimension and D1
Definition at line 273 of file Dimension.h. |
|
subtract fourth Rationals (electric current) of present Dimension and D1
Definition at line 278 of file Dimension.h. |
|
subtract fifth Rationals (temperature) of present Dimension and D1
Definition at line 283 of file Dimension.h. |
|
subtract sixth Rationals (amount of substance) of present Dimension and D1
Definition at line 288 of file Dimension.h. |
|
subtract seventh Rationals (luminous intensity) of present Dimension and D1
Definition at line 293 of file Dimension.h. |
|
resulting Dimension return the result in the form of a Dimension<> Definition at line 299 of file Dimension.h. |