COPASI API
4.16.103
|
#include <algorithm>
#include <iostream>
#include <assert.h>
#include <string.h>
#include "copasi.h"
#include "utilities/CVector.h"
Go to the source code of this file.
Classes | |
class | CFortranAccess< Matrix > |
class | CLowerTriangularView< Matrix > |
class | CLowerTriangularView< Matrix > |
class | CMatrix< CType > |
class | CMatrix< CType > |
class | CTransposeView< Matrix > |
class | CTransposeView< Matrix > |
class | CUnitLowerTriangularView< Matrix > |
class | CUnitLowerTriangularView< Matrix > |
class | CUnitUpperTriangularView< Matrix > |
class | CUnitUpperTriangularView< Matrix > |
class | CUpperTriangularView< Matrix > |
class | CUpperTriangularView< Matrix > |
Functions | |
template<class CType > | |
std::ostream & | operator<< (std::ostream &os, const CMatrix< CType > &A) |
template<class Matrix > | |
std::ostream & | operator<< (std::ostream &os, const CTransposeView< Matrix > &A) |
template<class Matrix > | |
std::ostream & | operator<< (std::ostream &os, const CLowerTriangularView< Matrix > &A) |
template<class Matrix > | |
std::ostream & | operator<< (std::ostream &os, const CUpperTriangularView< Matrix > &A) |
template<class Matrix > | |
std::ostream & | operator<< (std::ostream &os, const CUnitUpperTriangularView< Matrix > &A) |
template<class Matrix > | |
std::ostream & | operator<< (std::ostream &os, const CUnitLowerTriangularView< Matrix > &A) |
std::ostream & operator<< | ( | std::ostream & | os, |
const CMatrix< CType > & | A | ||
) |
std::ostream & operator<< | ( | std::ostream & | os, |
const CTransposeView< Matrix > & | A | ||
) |
Output stream operator
ostream | & os |
const | CTransposeView< Matrix > & A |
Definition at line 904 of file CMatrix.h.
References CTransposeView< Matrix >::numCols(), and CTransposeView< Matrix >::numRows().
std::ostream & operator<< | ( | std::ostream & | os, |
const CLowerTriangularView< Matrix > & | A | ||
) |
Output stream operator
ostream | & os |
const | CLowerTriangularView< Matrix > & A |
Definition at line 847 of file CMatrix.h.
References CLowerTriangularView< Matrix >::numCols(), and CLowerTriangularView< Matrix >::numRows().
std::ostream & operator<< | ( | std::ostream & | os, |
const CUpperTriangularView< Matrix > & | A | ||
) |
Output stream operator
ostream | & os |
const | CUpperTriangularView< Matrix > & A |
Definition at line 828 of file CMatrix.h.
References CUpperTriangularView< Matrix >::numCols(), and CUpperTriangularView< Matrix >::numRows().
std::ostream & operator<< | ( | std::ostream & | os, |
const CUnitUpperTriangularView< Matrix > & | A | ||
) |
Output stream operator
ostream | & os |
const | CUnitUpperTriangularView< Matrix > & A |
Definition at line 866 of file CMatrix.h.
References CUnitUpperTriangularView< Matrix >::numCols(), and CUnitUpperTriangularView< Matrix >::numRows().
std::ostream & operator<< | ( | std::ostream & | os, |
const CUnitLowerTriangularView< Matrix > & | A | ||
) |
Output stream operator
ostream | & os |
const | CUnitLowerTriangularView< Matrix > & A |
Definition at line 885 of file CMatrix.h.
References CUnitLowerTriangularView< Matrix >::numCols(), and CUnitLowerTriangularView< Matrix >::numRows().