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

Function Documentation

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

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

Parameters
  • s: computed value

  • b: buffer to which values are to be written