1#ifndef __CMA_UTILS_ALIAS_HPP__
2#define __CMA_UTILS_ALIAS_HPP__
4#include <Kokkos_Core.hpp>
5#include <common/common.hpp>
Definition host_specific.hpp:19
::rust::Box< ::CooMatrixWrap > StateCooMatrixType
Opaque type for Naive COO matrix.
Definition alias.hpp:26
rust::Box< TransitionerWrapper > TransitionnerPtrType
Opaque type for flowmap transitioner.
Definition alias.hpp:14
::rust::Box< ::IterationStateWrapper > IterationStatePtrType
Opaque type for iteration state.
Definition alias.hpp:20
double get_min_residence_time(const TransitionnerPtrType &iterator) noexcept
Determine the smallest compartment residence time For cases with multiple flowmaps,...
Definition utils.cpp:47