|
linbox
|
#include <coppersmith.h>
Public Types | |
| typedef _Domain | Domain |
| typedef Domain::Field | Field |
| typedef Domain::Element | Element |
| typedef Domain::OwnMatrix | Block |
| typedef Domain::Matrix | Sub |
Public Member Functions | |
| const Domain & | domain () const |
| const Field & | field () const |
| CoppersmithSolver (const Domain &MD, size_t blocking_=0) | |
| template<class Vector, class Blackbox> | |
| Vector & | solveNonSingular (Vector &x, const Blackbox &B, const Vector &y) const |
Protected Attributes | |
| const Domain * | _MD |
| size_t | blocking |
| typedef _Domain Domain |
| typedef Domain::Field Field |
| typedef Domain::Element Element |
| typedef Domain::OwnMatrix Block |
| typedef Domain::Matrix Sub |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |