|
linbox
|
#include <lazy-product.h>
Inheritance diagram for LazyProduct:Public Types | |
| typedef std::vector< Integer > | Father_t |
Public Member Functions | |
| LazyProduct () | |
| void | initialize (const Integer &i) |
| bool | mulin (const Integer &i) |
| bool | mulin (const LazyProduct &i) |
| Integer & | operator() () |
| const Integer & | operator() () const |
| bool | noncoprime (const Integer &i) const |
Data Fields | |
| T | elements |
| STL member. | |
Protected Member Functions | |
| void | compute () |
Protected Attributes | |
| bool | _tobecomputed |
Friends | |
| std::ostream & | operator<< (std::ostream &o, const LazyProduct &C) |
|
inline |
|
inlineprotected |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
|
protected |
|
inherited |
STL member.