$search

ecl::Roots< CubicPolynomial > Class Template Reference

X axis intercepts for cubic polynomials. More...

#include <polynomial.hpp>

List of all members.

Public Member Functions

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

Detailed Description

template<>
class ecl::Roots< CubicPolynomial >

X axis intercepts for cubic polynomials.

See also:
Roots, CubicPolynomial, Math::Polynomials.

Definition at line 1193 of file polynomial.hpp.


Constructor & Destructor Documentation

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

Definition at line 1195 of file polynomial.hpp.

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

Definition at line 1196 of file polynomial.hpp.


Member Function Documentation

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

Returns the root of the specified polynomial.

Parameters:
p : cubic polynomial.
Returns:
vector<double> : list of x axis intercepts.

Definition at line 93 of file polynomial.cpp.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Defines


ecl_geometry
Author(s): Daniel Stonier (d.stonier@gmail.com)
autogenerated on Fri Mar 1 15:21:46 2013