Givaro
Data Structures | Public Types | Public Member Functions
givvector< T, A > Class Template Reference

#include <givpoly1dense.h>

Data Structures

struct  rebind

Public Types

typedef __GIV_STANDARD_VECTOR
< T, A >::const_iterator 
const_iterator

Public Member Functions

 givvector ()
 givvector (size_t s)
 givvector (size_t s, const T &t)
 givvector (const Self_t &p, givNoCopy xxx)
 givvector (const Self_t &p, givWithCopy xxx)
Self_treallocate (size_t s)
Self_tlogcopy (const Self_t &src)
Self_tcopy (const Self_t &src)
int areEqual (const Self_t &p) const
int areNEqual (const Self_t &p) const
template<typename _Elt1 , typename _Alc1 , typename Field >
 givvector (const givvector< _Elt1, _Alc1 > &V, const Field &F)

Detailed Description

template<typename T, typename A = std::allocator<T>>
class Givaro::givvector< T, A >

Examples:

examples/Polynomial/highorder.C.


Member Typedef Documentation

typedef __GIV_STANDARD_VECTOR<T,A>::const_iterator const_iterator

Constructor & Destructor Documentation

givvector ( ) [inline]
givvector ( size_t  s) [inline]
givvector ( size_t  s,
const T &  t 
) [inline]
givvector ( const Self_t p,
givNoCopy  xxx 
) [inline]
givvector ( const Self_t p,
givWithCopy  xxx 
) [inline]
givvector ( const givvector< _Elt1, _Alc1 > &  V,
const Field F 
) [inline]

Member Function Documentation

Self_t& reallocate ( size_t  s) [inline]
Self_t& logcopy ( const Self_t src) [inline]
Self_t& copy ( const Self_t src) [inline]
int areEqual ( const Self_t p) const [inline]
int areNEqual ( const Self_t p) const [inline]

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