givvector
More...
#include <givpoly1dense.h>
Inherits vector< T >.
Public Types |
typedef std::vector< T, A >
::const_iterator | const_iterator |
Data Fields |
T | elements |
| STL member.
|
Detailed Description
template<typename T, typename A = std::allocator<T>>
class Givaro::givvector< T, A >
givvector
- Examples:
- examples/Polynomial/highorder.C.
Member Typedef Documentation
typedef std::vector<T,A>::const_iterator const_iterator |
Constructor & Destructor Documentation
Member Function Documentation
Self_t& reallocate |
( |
size_t |
s | ) |
|
|
inline |
int areEqual |
( |
const Self_t & |
p | ) |
const |
|
inline |
int areNEqual |
( |
const Self_t & |
p | ) |
const |
|
inline |
Friends And Related Function Documentation
std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
const Self_t & |
V |
|
) |
| |
|
friend |
- Warning:
- we have no field in Vectors so << is RAW.
Field Documentation
The documentation for this class was generated from the following file: