Alamo
src
Set
Matrix4.H
Go to the documentation of this file.
1
#ifndef SET_MATRIX4_H
2
#define SET_MATRIX4_H
3
4
#include <iostream>
5
6
#include "
Util/Util.H
"
7
#include "
Set/Base.H
"
8
9
namespace
Set
10
{
11
12
enum
Sym
{
None
,
Major
,
Minor
,
MajorMinor
,
Diagonal
,
Full
,
Isotropic
};
13
14
template
<
int
DIM,
int
SYM>
15
class
Matrix4
16
{
17
};
18
19
template
<
int
dim,
int
sym>
20
std::ostream&
21
operator<<
(std::ostream&
os
,
const
Matrix4<dim,sym>
&
b
)
22
{
23
Matrix4<dim,sym>
bcopy
=
b
;
24
bcopy
.Print(
os
);
25
return
os
;
26
}
27
28
}
29
30
31
32
#endif
Base.H
Util.H
Set::Matrix4
Definition
Matrix4.H:16
Set
A collection of data types and symmetry-reduced data structures.
Definition
Base.H:17
Set::Sym
Sym
Definition
Matrix4.H:12
Set::None
@ None
Definition
Matrix4.H:12
Set::MajorMinor
@ MajorMinor
Definition
Matrix4.H:12
Set::Full
@ Full
Definition
Matrix4.H:12
Set::Diagonal
@ Diagonal
Definition
Matrix4.H:12
Set::Isotropic
@ Isotropic
Definition
Matrix4.H:12
Set::Major
@ Major
Definition
Matrix4.H:12
Set::Minor
@ Minor
Definition
Matrix4.H:12
Set::Vector
Eigen::Matrix< amrex::Real, AMREX_SPACEDIM, 1 > Vector
Definition
Base.H:19
Set::operator<<
std::ostream & operator<<(std::ostream &os, const Matrix4< dim, sym > &b)
Definition
Matrix4.H:21
Generated by
1.9.8