Skip to content

Commit

Permalink
clean up unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
chaodengusc committed Aug 4, 2015
1 parent 262d477 commit 499ea73
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions continued_fraction.hpp
Expand Up @@ -77,10 +77,6 @@ class ContinuedFractionApproximation {

int get_diagonal() const {return diagonal_idx;}

//find best cont frac approx for a power series
ContinuedFraction
optimal_powerseries_to_cont_frac(const std::vector<double> &ps_coeff) const;

private:

int diagonal_idx; // the diagonal to work with for estimates
Expand Down

0 comments on commit 499ea73

Please sign in to comment.