Template Function Jet::operator<<(std::ostream&, const Tensor<T>&)

Function Documentation

template<class T>
inline std::ostream &Jet::operator<<(std::ostream &out, const Tensor<T> &tensor)

Streams a tensor to an output stream.

Parameters
  • out – Output stream to be modified.

  • tensorTensor to be streamed.

Returns

Reference to the given output stream.