Template Function amici::writeSlice(std::vector<T> const&, std::vector<T>&)

Function Documentation

template<class T>
void amici::writeSlice(std::vector<T> const &s, std::vector<T> &b)

local helper function to write computed slice to provided buffer (vector)

Parameters:
  • s – computed value

  • b – buffer to which values are to be written