SlowDown Algorithmic Regularization (SDAR)
Algorithmic Regularization with slowdown method for integrating few-body motions
COMM::Vector3< T > Class Template Reference

#include <matrix.h>

Public Member Functions

 Vector3 ()
 
 Vector3 (const T _x, const T _y, const T _z)
 
operator* (const Vector3< T > &_v) const
 
Vector3 operator^ (const Vector3 &rhs) const
 

Public Attributes

x
 
y
 
z
 

Constructor & Destructor Documentation

◆ Vector3() [1/2]

template<class T >
COMM::Vector3< T >::Vector3 ( )
inline
Here is the caller graph for this function:

◆ Vector3() [2/2]

template<class T >
COMM::Vector3< T >::Vector3 ( const T  _x,
const T  _y,
const T  _z 
)
inline

Member Function Documentation

◆ operator*()

template<class T >
T COMM::Vector3< T >::operator* ( const Vector3< T > &  _v) const
inline

◆ operator^()

template<class T >
Vector3 COMM::Vector3< T >::operator^ ( const Vector3< T > &  rhs) const
inline

Member Data Documentation

◆ x

template<class T >
T COMM::Vector3< T >::x

◆ y

template<class T >
T COMM::Vector3< T >::y

◆ z

template<class T >
T COMM::Vector3< T >::z

The documentation for this class was generated from the following file: