Public Member Functions
ecl::Roots< LinearFunction > Class Template Reference

X axis intercepts for linear functions. More...

#include <polynomial.hpp>

List of all members.

Public Member Functions

ECL_PUBLIC Array< double > operator() (const LinearFunction &p)
 Returns the root of the specified polynomial.
 Roots ()
virtual ~Roots ()

Detailed Description

template<>
class ecl::Roots< LinearFunction >

X axis intercepts for linear functions.

See also:
Roots, Linear Function, Math::Polynomials.

Definition at line 1167 of file polynomial.hpp.


Constructor & Destructor Documentation

ecl::Roots< LinearFunction >::Roots ( ) [inline]

Definition at line 1169 of file polynomial.hpp.

virtual ecl::Roots< LinearFunction >::~Roots ( ) [inline, virtual]

Definition at line 1170 of file polynomial.hpp.


Member Function Documentation

Array< double > ecl::Roots< LinearFunction >::operator() ( const LinearFunction p)

Returns the root of the specified polynomial.

Parameters:
p: linear function.
Returns:
vector<double> : list of x axis intercepts.

Definition at line 59 of file polynomial.cpp.


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


ecl_geometry
Author(s): Daniel Stonier
autogenerated on Sun Oct 5 2014 23:36:08