use of passed in stream for print capture
parent
6f6588457b
commit
56eb1bb808
|
@ -153,7 +153,7 @@ const Eigen::IOFormat& matlabFormat() {
|
||||||
/* ************************************************************************* */
|
/* ************************************************************************* */
|
||||||
//3 argument call
|
//3 argument call
|
||||||
void print(const Matrix& A, const string &s, ostream& stream) {
|
void print(const Matrix& A, const string &s, ostream& stream) {
|
||||||
cout << s << A.format(matlabFormat()) << endl;
|
stream << s << A.format(matlabFormat()) << endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ************************************************************************* */
|
/* ************************************************************************* */
|
||||||
|
|
Loading…
Reference in New Issue