Public Member Functions | |
| type(dc_scaled_sec) function | dcscaledsec_add_ss (sclsec1, sclsec2) |
| type(dc_scaled_sec) function | dcscaledsec_add_si (sclsec, factor) |
| type(dc_scaled_sec) function | dcscaledsec_add_is (factor, sclsec) |
| type(dc_scaled_sec) function | dcscaledsec_add_sr (sclsec, factor) |
| type(dc_scaled_sec) function | dcscaledsec_add_rs (factor, sclsec) |
| type(dc_scaled_sec) function | dcscaledsec_add_sd (sclsec, factor) |
| type(dc_scaled_sec) function | dcscaledsec_add_ds (factor, sclsec) |
Definition at line 183 of file dc_scaledsec.f90.
| type(dc_scaled_sec) function dc_scaledsec::operator(+)::dcscaledsec_add_ds | ( | real(dp), intent(in) | factor, |
| type(dc_scaled_sec), intent(in) | sclsec ) |
Add double precision real and DC_SCALED_SEC
| [in] | factor | Double precision value to add |
| [in] | sclsec | DC_SCALED_SEC variable |
Definition at line 1315 of file dc_scaledsec.f90.
| type(dc_scaled_sec) function dc_scaledsec::operator(+)::dcscaledsec_add_is | ( | integer, intent(in) | factor, |
| type(dc_scaled_sec), intent(in) | sclsec ) |
Add integer and DC_SCALED_SEC
| [in] | factor | Integer value to add |
| [in] | sclsec | DC_SCALED_SEC variable |
Definition at line 1215 of file dc_scaledsec.f90.
| type(dc_scaled_sec) function dc_scaledsec::operator(+)::dcscaledsec_add_rs | ( | real, intent(in) | factor, |
| type(dc_scaled_sec), intent(in) | sclsec ) |
Add single precision real and DC_SCALED_SEC
| [in] | factor | Real value to add |
| [in] | sclsec | DC_SCALED_SEC variable |
Definition at line 1265 of file dc_scaledsec.f90.
| type(dc_scaled_sec) function dc_scaledsec::operator(+)::dcscaledsec_add_sd | ( | type(dc_scaled_sec), intent(in) | sclsec, |
| real(dp), intent(in) | factor ) |
Add DC_SCALED_SEC and double precision real
| [in] | sclsec | DC_SCALED_SEC variable |
| [in] | factor | Double precision value to add |
Definition at line 1290 of file dc_scaledsec.f90.
| type(dc_scaled_sec) function dc_scaledsec::operator(+)::dcscaledsec_add_si | ( | type(dc_scaled_sec), intent(in) | sclsec, |
| integer, intent(in) | factor ) |
Add DC_SCALED_SEC and integer
| [in] | sclsec | DC_SCALED_SEC variable |
| [in] | factor | Integer value to add |
Definition at line 1190 of file dc_scaledsec.f90.
| type(dc_scaled_sec) function dc_scaledsec::operator(+)::dcscaledsec_add_sr | ( | type(dc_scaled_sec), intent(in) | sclsec, |
| real, intent(in) | factor ) |
Add DC_SCALED_SEC and single precision real
| [in] | sclsec | DC_SCALED_SEC variable |
| [in] | factor | Real value to add |
Definition at line 1240 of file dc_scaledsec.f90.
| type(dc_scaled_sec) function dc_scaledsec::operator(+)::dcscaledsec_add_ss | ( | type(dc_scaled_sec), intent(in) | sclsec1, |
| type(dc_scaled_sec), intent(in) | sclsec2 ) |
Add two DC_SCALED_SEC variables
| [in] | sclsec1 | First DC_SCALED_SEC variable |
| [in] | sclsec2 | Second DC_SCALED_SEC variable |
Definition at line 1118 of file dc_scaledsec.f90.