FEI Package Browser (Single Doxygen Collection)
Version of the Day
|
#include "fei_iosfwd.hpp"
Go to the source code of this file.
Namespaces | |
fei | |
Functions | |
FEI_OSTREAM & | operator<< (FEI_OSTREAM &os, fei::Vector &vec) |
FEI_OSTREAM & | operator<< (FEI_OSTREAM &os, fei::Matrix &mat) |
FEI_OSTREAM & | operator<< (FEI_OSTREAM &os, fei::FillableMat &mat) |
FEI_OSTREAM & | operator<< (FEI_OSTREAM &os, fei::CSRMat &mat) |
FEI_OSTREAM & | operator<< (FEI_OSTREAM &os, fei::CSVec &vec) |
FEI_OSTREAM& operator<< | ( | FEI_OSTREAM & | os, |
fei::Vector & | vec | ||
) |
Definition at line 19 of file fei_ostream_ops.cpp.
References fei::Vector::writeToStream().
FEI_OSTREAM& operator<< | ( | FEI_OSTREAM & | os, |
fei::Matrix & | mat | ||
) |
Definition at line 25 of file fei_ostream_ops.cpp.
References fei::Matrix::writeToStream().
FEI_OSTREAM& operator<< | ( | FEI_OSTREAM & | os, |
fei::FillableMat & | mat | ||
) |
Definition at line 31 of file fei_ostream_ops.cpp.
References fei::FillableMat::begin(), fei::CSVec::coefs(), fei::FillableMat::end(), FEI_ENDL, fei::FillableMat::getNumRows(), and fei::CSVec::indices().
FEI_OSTREAM& operator<< | ( | FEI_OSTREAM & | os, |
fei::CSRMat & | mat | ||
) |
Definition at line 65 of file fei_ostream_ops.cpp.
References FEI_ENDL, fei::CSRMat::getGraph(), fei::CSRMat::getNumRows(), fei::CSRMat::getPackedCoefs(), fei::SparseRowGraph::packedColumnIndices, fei::SparseRowGraph::rowNumbers, and fei::SparseRowGraph::rowOffsets.
FEI_OSTREAM& operator<< | ( | FEI_OSTREAM & | os, |
fei::CSVec & | vec | ||
) |
Definition at line 52 of file fei_ostream_ops.cpp.
References fei::CSVec::coefs(), FEI_ENDL, fei::CSVec::indices(), and fei::CSVec::size().