FEI Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Namespaces | Functions
fei_ostream_ops.hpp File Reference
#include "fei_iosfwd.hpp"
Include dependency graph for fei_ostream_ops.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  fei
 

Functions

FEI_OSTREAMoperator<< (FEI_OSTREAM &os, fei::Vector &vec)
 
FEI_OSTREAMoperator<< (FEI_OSTREAM &os, fei::Matrix &mat)
 
FEI_OSTREAMoperator<< (FEI_OSTREAM &os, fei::FillableMat &mat)
 
FEI_OSTREAMoperator<< (FEI_OSTREAM &os, fei::CSRMat &mat)
 
FEI_OSTREAMoperator<< (FEI_OSTREAM &os, fei::CSVec &vec)
 

Function Documentation

◆ operator<<() [1/5]

FEI_OSTREAM & operator<< ( FEI_OSTREAM os,
fei::Vector vec 
)

Definition at line 19 of file fei_ostream_ops.cpp.

References fei::Vector::writeToStream().

◆ operator<<() [2/5]

FEI_OSTREAM & operator<< ( FEI_OSTREAM os,
fei::Matrix mat 
)

Definition at line 25 of file fei_ostream_ops.cpp.

References fei::Matrix::writeToStream().

◆ operator<<() [3/5]

FEI_OSTREAM & operator<< ( FEI_OSTREAM os,
fei::FillableMat mat 
)

◆ operator<<() [4/5]

FEI_OSTREAM & operator<< ( FEI_OSTREAM os,
fei::CSRMat mat 
)

◆ operator<<() [5/5]

FEI_OSTREAM & operator<< ( FEI_OSTREAM os,
fei::CSVec vec 
)