My Project
|
#include <Ideal.h>
Public Member Functions | |
Module (ideal i, ring r) | |
ideal | as_module () const |
Module (iterator first, iterator last, const allocator_type &__a=allocator_type()) | |
Module () | |
Public Member Functions inherited from IdealBase< Vector > | |
IdealBase () | |
IdealBase (iterator first, iterator last, const typename std::vector< Vector >::allocator_type &__a=allocator_type()) | |
ring | getRing () const |
Vector & | operator[] (int n) |
const Vector & | operator[] (int n) const |
void | push_back (const Vector &p) |
void | push_front (const Vector &p) |
iterator | begin () |
iterator | end () |
size_type | size () const |
iterator | insert (iterator __position, const value_type &__x) |
void | insert (iterator __pos, iterator __first, iterator __last) |
iterator | erase (iterator __position) |
iterator | erase (iterator __first, iterator __last) |
Additional Inherited Members | |
Public Types inherited from IdealBase< Vector > | |
typedef Vector | value_type |
typedef std::vector< Vector >::size_type | size_type |
typedef std::vector< Vector >::iterator | iterator |
typedef std::vector< Vector >::difference_type | difference_type |
typedef std::vector< Vector >::allocator_type | allocator_type |
Protected Attributes inherited from IdealBase< Vector > | |
std::vector< Vector > | storage |
|
inline |
|
inline |
|
inline |
Definition at line 130 of file Ideal.h.