OpenMD 3.0
Molecular Dynamics in the Open
Loading...
Searching...
No Matches
SquareMatrix.hpp File Reference
#include "math/LU.hpp"
#include "math/RectMatrix.hpp"

Go to the source code of this file.

Classes

class  OpenMD::SquareMatrix< Real, Dim >
 A square matrix class. More...
 

Namespaces

namespace  OpenMD
 This basic Periodic Table class was originally taken from the data.cpp file in OpenBabel.
 

Macros

#define VTK_ROTATE(a, i, j, k, l)
 
#define VTK_MAX_ROTATIONS   20
 

Typedefs

using OpenMD::Mat6x6d = SquareMatrix<RealType, 6>
 

Detailed Description

Author
Teng Lin
Date
10/11/2004
Version
1.0

Definition in file SquareMatrix.hpp.

Macro Definition Documentation

◆ VTK_MAX_ROTATIONS

#define VTK_MAX_ROTATIONS   20

Definition at line 284 of file SquareMatrix.hpp.

◆ VTK_ROTATE

#define VTK_ROTATE ( a,
i,
j,
k,
l )
Value:
g = a(i, j); \
h = a(k, l); \
a(i, j) = g - s * (h + g * tau); \
a(k, l) = h + s * (g - h * tau)

Definition at line 278 of file SquareMatrix.hpp.