Previous: TinyVec arrays, Up: TinyVector [Contents][Index]
ostream& operator<<(ostream&, const TinyVector<T,N>& x);
This function outputs a TinyVector onto a stream. Here’s an illustration of the format for a length 3 vector:
TinyVector
[ 0.5 0.2 0.9 ]