Template Function gamer::operator*(const tensor<ElemType, D, N>&, ScalarType)

Function Documentation

template<typename ScalarType, typename ElemType, std::size_t D, std::size_t N>
tensor<ElemType, D, N> gamer::operator*(const tensor<ElemType, D, N> &A, ScalarType x)

Scalar tensor product.

Parameters
  • A[in] Tensor to multiply

  • x[in] Scalar to multiply by

Template Parameters
  • ScalarType – Typename of the scalar

  • ElemType – Typename of tensor elements

  • D – Vector dimension

  • N – Rank

Returns

Scalar tensor product