Template Function amici::writeSlice(const gsl::span<const T> slice, gsl::span<T> buffer)

Function Documentation

template<class T>
void amici::writeSlice(const gsl::span<const T> slice, gsl::span<T> buffer)

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

Parameters
  • slice – computed value

  • buffer – buffer to which values are to be written