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.

Return

Scalar tensor product

Parameters
  • [in] A: Tensor to multiply

  • [in] x: Scalar to multiply by

Template Parameters
  • ScalarType: Typename of the scalar

  • ElemType: Typename of tensor elements

  • D: Vector dimension

  • N: Rank