(P)lanetary (O)rbital (E)volution due to (T)ides
  • Installation
  • Python Interface
  • The C++ interface
  • A detailed derivation of the equations specifying the evolution
  • Acknowledgements
(P)lanetary (O)rbital (E)volution due to (T)ides
  • Docs »
  • File Common.cpp
  • View page source

File Common.cpp¶

↰ Parent directory (/home/kpenev/projects/git/poet/poet_src/Core)

The implementation of some of the utility functions.

Contents

  • Definition (/home/kpenev/projects/git/poet/poet_src/Core/Common.cpp)
  • Includes
  • Namespaces
  • Functions
  • Variables

Definition (/home/kpenev/projects/git/poet/poet_src/Core/Common.cpp)¶

  • Program Listing for File Common.cpp

Includes¶

  • Common.h (File Common.h)

Namespaces¶

  • Namespace Core
  • Namespace std

Functions¶

  • Function Core::cubic_coefficients
  • Function Core::cubic_extremum
  • Function Core::cubic_zerocrossing
  • Function Core::estimate_extremum
  • Function Core::estimate_zerocrossing
  • Function Core::indistinguishable
  • Function Core::operator<<(std::ostream&, const Core::EvolModeType&)
  • Function Core::quadratic_extremum
  • Function Core::quadratic_zerocrossing
  • Function Core::solve_cubic
  • Function std::operator<<(std::ostream&, const std::valarray<double>&)
  • Function std::operator<<(std::ostream&, const std::list<double>&)

Variables¶

  • Variable Core::NUMERIC_SAFETY

© Copyright 2019, Kaloyan Penev

Built with Sphinx using a theme provided by Read the Docs.