print

Print a matrix, with an optional message.

void
print
(
,
string msg = ""
)

Examples

rm.print("Covariance matrix");
rm.print();

Meta