FEI Package Browser (Single Doxygen Collection)
Version of the Day
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
base
fei_ostream_ops.hpp
Go to the documentation of this file.
1
#ifndef _fei_ostream_ops_hpp_
2
#define _fei_ostream_ops_hpp_
3
/*--------------------------------------------------------------------*/
4
/* Copyright 2005 Sandia Corporation. */
5
/* Under the terms of Contract DE-AC04-94AL85000, there is a */
6
/* non-exclusive license for use of this work by or on behalf */
7
/* of the U.S. Government. Export of this program may require */
8
/* a license from the United States Government. */
9
/*--------------------------------------------------------------------*/
10
11
#include "
fei_iosfwd.hpp
"
12
namespace
fei {
13
class
FillableMat;
14
class
CSRMat;
15
class
CSVec;
16
}
//namespace fei
17
18
/*
19
* This header is ONLY to be included from within other FEI headers or sources.
20
* The macro FEI_OSTREAM must already be defined. (It is defined in
21
fei_iostream.hpp and/or in fei_iosfwd.hpp.)
22
*/
23
24
FEI_OSTREAM
&
operator<<
(
FEI_OSTREAM
& os,
fei::Vector
& vec);
25
26
FEI_OSTREAM
&
operator<<
(
FEI_OSTREAM
& os,
fei::Matrix
& mat);
27
28
FEI_OSTREAM
&
operator<<
(
FEI_OSTREAM
& os,
fei::FillableMat
& mat);
29
30
FEI_OSTREAM
&
operator<<
(
FEI_OSTREAM
& os,
fei::CSRMat
& mat);
31
32
FEI_OSTREAM
&
operator<<
(
FEI_OSTREAM
& os,
fei::CSVec
& vec);
33
34
#endif // _fei_ostream_ops_hpp_
fei::CSRMat
Definition:
fei_CSRMat.hpp:21
operator<<
FEI_OSTREAM & operator<<(FEI_OSTREAM &os, EqnBuffer &eq)
Definition:
fei_EqnBuffer.cpp:385
fei_iosfwd.hpp
FEI_OSTREAM
#define FEI_OSTREAM
Definition:
fei_iosfwd.hpp:24
fei::FillableMat
Definition:
fei_FillableMat.hpp:20
fei::CSVec
Definition:
fei_CSVec.hpp:24
fei::Matrix
Definition:
fei_Matrix.hpp:30
fei::Vector
Definition:
fei_Vector.hpp:57
Generated on Fri Sep 1 2023 07:58:31 for FEI Package Browser (Single Doxygen Collection) by
1.8.5