NO DOc.
More...
#include <unparametric.h>
template<>
class LinBox::FieldAXPY< UnparametricField< integer > >
NO DOc.
Constructor.
A faxpy object if constructed from a Field and a field element. Copies of this objects are stored in the faxpy object.
- Parameters
-
F | field F in which arithmetic is done |
Copy constructor.
- Parameters
-
Assignment operator.
- Parameters
-
Element& mulacc |
( |
const Element & |
a, |
|
|
const Element1 & |
x |
|
) |
| |
|
inline |
Add a*x to y y += a*x.
- Parameters
-
a | constant reference to element a |
x | constant reference to element x allow optimal multiplication, such as integer * int |
Element& get |
( |
Element & |
y | ) |
|
|
inline |
Retrieve y.
Performs the delayed modding out if necessary
Assign method.
Stores new field element for arithmetic.
- Returns
- reference to self
- Parameters
-
y | constant reference to element a |
The documentation for this class was generated from the following file: