#include <math.h>Go to the source code of this file.
Classes | |
| class | Vector3 |
| class | Matrix33 |
| class | UnitCell |
Defines | |
| #define | TINYNORM2 1e-10 |
| #define | MAXBASISNUM 20000 |
| #define | margin 1e-8 |
| #define | within01(x) (((x)>-margin)&&((x)<1-margin)) |
| #define margin 1e-8 |
| #define MAXBASISNUM 20000 |
Definition at line 464 of file linalg3.h.
Referenced by UnitCell::operator*(), UnitCell::set(), and UnitCell::UnitCell().
| #define TINYNORM2 1e-10 |
| #define within01 | ( | x | ) | (((x)>-margin)&&((x)<1-margin)) |
Referenced by UnitCell::operator*().
1.5.7.1