-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
loc::backendThis issue concerns the C++ backend implementation.This issue concerns the C++ backend implementation.model::lctModels using the linear chain trickModels using the linear chain trickprio::lowThe priority of this task is low. It is an interesting item but with low priority.The priority of this task is low. It is an interesting item but with low priority.
Description
@lenaploetzke just pointed me to the question if we could not extract the part (FP)LctStateGroup::template get_num_subcompartments<InfectionState::InfectedSevere>() * (1 / params.template get<TimeInfectedSevere<FP>>()[Group]) from the loop in
memilio/cpp/models/lct_secir/model.h
Lines 256 to 257 in 54aa7db
| flow = (FP)LctStateGroup::template get_num_subcompartments<InfectionState::InfectedSevere>() * | |
| (1 / params.template get<TimeInfectedSevere<FP>>()[Group]) * y[ISevi_first_index + subcomp]; |
These also appear multiple times.
Metadata
Metadata
Assignees
Labels
loc::backendThis issue concerns the C++ backend implementation.This issue concerns the C++ backend implementation.model::lctModels using the linear chain trickModels using the linear chain trickprio::lowThe priority of this task is low. It is an interesting item but with low priority.The priority of this task is low. It is an interesting item but with low priority.
Type
Projects
Status
Product Backlog