v2DM-DOCI
1.0
|
Classes | |
class | BlockStructure |
class | BoundaryPoint |
class | Container |
class | EIG |
class | Lineq |
class | Matrix |
class | Method |
class | PHM |
class | PotentialReduction |
class | SPM |
class | SUP |
class | Tools |
class | TPM |
class | UnitaryMatrix |
class | Vector |
Typedefs | |
typedef BlockStructure< Matrix > | BlockMatrix |
typedef BlockStructure< Vector > | BlockVector |
Functions | |
template<class MyBlockType > | |
std::ostream & | operator<< (std::ostream &output, const doci2DM::BlockStructure< MyBlockType > &blocks_p) |
template std::ostream & | operator<< (std::ostream &output, const doci2DM::BlockStructure< doci2DM::Matrix > &blocks_p) |
template std::ostream & | operator<< (std::ostream &output, const doci2DM::BlockStructure< doci2DM::Vector > &blocks_p) |
std::ostream & | operator<< (std::ostream &output, const doci2DM::Container &container) |
std::ostream & | operator<< (std::ostream &output, doci2DM::Lineq &lineq_p) |
std::ostream & | operator<< (std::ostream &output, const doci2DM::Matrix &matrix_p) |
std::ostream & | operator<< (std::ostream &output, doci2DM::PHM &phm) |
std::ostream & | operator<< (std::ostream &output, SPM &spm) |
std::ostream & | operator<< (std::ostream &output, doci2DM::SUP &sup) |
std::ostream & | operator<< (std::ostream &output, doci2DM::TPM &tpm) |
std::ostream & | operator<< (std::ostream &output, const doci2DM::Vector &vector_p) |
typedef BlockStructure<Matrix> doci2DM::BlockMatrix |
Definition at line 156 of file BlockStructure.h.
typedef BlockStructure<Vector> doci2DM::BlockVector |
Definition at line 157 of file BlockStructure.h.
std::ostream& doci2DM::operator<< | ( | std::ostream & | output, |
SPM & | spm | ||
) |
std::ostream& doci2DM::operator<< | ( | std::ostream & | output, |
doci2DM::Lineq & | lineq_p | ||
) |
std::ostream& doci2DM::operator<< | ( | std::ostream & | output, |
doci2DM::TPM & | tpm | ||
) |
std::ostream& doci2DM::operator<< | ( | std::ostream & | output, |
doci2DM::SUP & | sup | ||
) |
std::ostream& doci2DM::operator<< | ( | std::ostream & | output, |
const doci2DM::Container & | container | ||
) |
Output stream operator overloaded, the usage is simple, if you want to print to a file, make an ifstream object and type:
object << blockmatrix << endl;
For output onto the screen type:
cout << blockmatrix << endl;
output | The stream to which you are writing (e.g. cout) |
container | the Container you want to print |
Definition at line 310 of file Container.cpp.
std::ostream& doci2DM::operator<< | ( | std::ostream & | output, |
const doci2DM::Vector & | vector_p | ||
) |
Output stream operator overloaded, the usage is simple, if you want to print to a file, make an ifstream object and type:
object << vector << endl;
For output onto the screen type:
cout << vector << endl;
output | The stream to which you are writing (e.g. cout) |
vector_p | de Vector you want to print |
Definition at line 317 of file Vector.cpp.
std::ostream& doci2DM::operator<< | ( | std::ostream & | output, |
doci2DM::PHM & | phm | ||
) |
std::ostream& doci2DM::operator<< | ( | std::ostream & | output, |
const doci2DM::BlockStructure< MyBlockType > & | blocks_p | ||
) |
Output stream operator overloaded, the usage is simple, if you want to print to a file, make an ifstream object and type:
object << blockmatrix << endl;
For output onto the screen type:
cout << blockmatrix << endl;
output | The stream to which you are writing (e.g. cout) |
blocks_p | the BlockMatrix you want to print |
Definition at line 420 of file BlockStructure.cpp.
template std::ostream& doci2DM::operator<< | ( | std::ostream & | output, |
const doci2DM::BlockStructure< doci2DM::Matrix > & | blocks_p | ||
) |
template std::ostream& doci2DM::operator<< | ( | std::ostream & | output, |
const doci2DM::BlockStructure< doci2DM::Vector > & | blocks_p | ||
) |
std::ostream& doci2DM::operator<< | ( | std::ostream & | output, |
const doci2DM::Matrix & | matrix_p | ||
) |
Output stream operator overloaded, the usage is simple, if you want to print to a file, make an ifstream object and type:
object << matrix << endl;
For output onto the screen type:
cout << matrix << endl;
output | The stream to which you are writing (e.g. cout) |
matrix_p | de Matrix you want to print |
Definition at line 581 of file Matrix.cpp.