ls1-MarDyn
ls1-MarDyn molecular dynamics code
|
Classes | |
class | compare |
Public Member Functions | |
Vector3 (type arg) | |
Vector3 (type arg0, type arg1, type arg2) | |
Vector3 (type args[3]) | |
Vector3 (const Vector3 &other) | |
Vector3 | operator+ (const Vector3 &rhs) const |
void | operator+= (const Vector3 &rhs) |
Vector3 | operator- (const Vector3 &rhs) const |
Vector3 | operator* (double scalar) const |
void | operator*= (double scalar) |
type | MaxNorm () const |
type | L2NormSquare () const |
double | L2Norm () const |
Vector3 & | operator= (const Vector3 &rhs) |
Vector3 & | operator= (type rhs) |
type & | operator[] (int i) |
type | operator[] (int i) const |
bool | operator== (const Vector3 &rhs) const |
const type * | data () const |
Friends | |
std::ostream & | operator (std::ostream &stream, const Vector3 &v) |