Fast Methods for Cosmological Simulations
FastSim serves as a tool for quick N-body simulations in modified gravity.
Vec_3D< T > Class Template Reference

#include <class_vec_3d.hpp>

Inheritance diagram for Vec_3D< T >:
Collaboration diagram for Vec_3D< T >:

Public Member Functions

 Vec_3D ()
 
template<typename... U>
 Vec_3D (U...init)
 

Detailed Description

template<typename T>
class Vec_3D< T >

Definition at line 18 of file class_vec_3d.hpp.

Constructor & Destructor Documentation

template<typename T>
Vec_3D< T >::Vec_3D ( )
inline

Definition at line 22 of file class_vec_3d.hpp.

22 {};
template<typename T>
template<typename... U>
Vec_3D< T >::Vec_3D ( U...  init)
inline

Definition at line 24 of file class_vec_3d.hpp.

24  :
25  std::array<T, 3>{init...} {}

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