|
oILAB
|
#include <IntegerLattice.h>
Public Member Functions | |
| IntegerLattice () | |
Static Public Member Functions | |
| static Eigen::Matrix< IntScalarType, dim - 1, dim > | perpendicularDirections (const Eigen::Vector< IntScalarType, dim > &in) |
Data Fields | |
| const MatrixDimI | latticeBasis |
Private Types | |
| using | IntScalarType = long long int |
| using | VectorDimI = Eigen::Matrix< IntScalarType, dim, 1 > |
| using | MatrixDimI = Eigen::Matrix< IntScalarType, dim, dim > |
Lattice class.
lattice class description
Definition at line 17 of file IntegerLattice.h.
|
private |
Definition at line 18 of file IntegerLattice.h.
|
private |
Definition at line 20 of file IntegerLattice.h.
|
private |
Definition at line 19 of file IntegerLattice.h.
|
inline |
Definition at line 24 of file IntegerLattice.h.
|
inlinestatic |
Definition at line 27 of file IntegerLattice.h.
| const MatrixDimI oILAB::IntegerLattice< dim >::latticeBasis |
Definition at line 23 of file IntegerLattice.h.