#include <iostream>
#include "copasi.h"
#include "CTableauMatrix.h"
Go to the source code of this file.
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const CTableauMatrix & |
m |
|
) |
| |
Definition at line 176 of file CTableauMatrix.cpp.
References CTableauMatrix::mLine.
178 os <<
"Tableau Matrix: Number of Lines = " << m.
mLine.size() << std::endl;
179 std::list< const CTableauLine * >::const_iterator i;
181 for (i = m.
mLine.begin(); i != m.
mLine.end(); i++)
std::list< const CTableauLine * > mLine