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

Function Documentation

template<class T>
void amici::writeSlice(const std::vector<T> &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