Global print function with prefix string.
Type may be any scalar or vector type.
Definition at line 138 of file Musimat.h.
00138 { cout << s << i << endl; }
Global print function.
Definition at line 134 of file Musimat.h.
Referenced by About(), and shuffle().
00134 { cout << i << endl; }