pow_swing_by_inv.hpp
Go to the documentation of this file.
1 #pragma once
2 // ------------------------------------------------------------------------ //
3 // This source file is part of the 'ESA Advanced Concepts Team's //
4 // Space Mechanics Toolbox' software. //
5 // //
6 // The source files are for research use only, //
7 // and are distributed WITHOUT ANY WARRANTY. Use them on your own risk. //
8 // //
9 // Copyright (c) 2004-2007 European Space Agency //
10 // ------------------------------------------------------------------------ //
11 
12 namespace pass
13 {
14 
15 void pow_swing_by_inv(const double, const double, const double, double &,
16  double &);
17 }
std::pair< double, double > pow_swing_by_inv(const double Vin, const double Vout, const double alpha)
Definition: astro_helpers.cpp:143
Definition: adaptive_parameter_search.hpp:5