std::ostream& operator<<(std::ostream& out, Multivector<Scalar, Frame, rank> const& multivector) { out << DebugString(multivector); return out; }