Template Class zeros¶
Defined in File opoly.hh
Class Documentation¶
-
template<typename
INT, typenameREAL>
classopoly::zeros¶
-
Class computeing the zeros of an orthogonal polynomial
INT is a integer type, can be also unsigned
REAL is a floating point type, can be float or a high precision number class
Public Types
-
typedef interval_type *
interval_pointer¶
-
typedef interval_type const *
interval_const_pointer¶
-
typedef interval_type &
interval_reference¶
-
typedef interval_type const &
interval_const_reference¶
-
class
interval_type¶
-
Public Functions
-
inline
interval_type()¶
-
inline
interval_type(const_reference _a, const_reference _b, int_type _sa, int_type _sb)¶
-
inline void
set(const_reference _a, const_reference _b, int_type _sa, int_type _sb)¶
-
inline interval_type const &
operator=(interval_type const &I)¶
-
inline