Template Function librapid::cosh(const GenericVector<Scalar, Dims>&)#

Function Documentation#

template<typename Scalar, int64_t Dims>
GenericVector<Scalar, Dims> librapid::cosh(const GenericVector<Scalar, Dims> &vec)#

Calculate the cosh of each element of a vector and return the result

Template Parameters
  • Scalar – The scalar type of the vector

  • Dims – The dimensionality of the vector

  • StorageType – The storage type of the vector

Parameters

vec – The vector to calculate the cosh of

Returns

The cosh of each element of the vector