linbox  1
Modular< uint8 > Class Template Reference

Allows compact storage when the modulus is less than 2^8. More...

#include <modular.h>

Inheritance diagram for Modular< uint8 >:
FieldInterface

List of all members.

Additional Inherited Members

- Public Member Functions inherited from ModularBase< _Element >
template<>
std::ostream & write (std::ostream &os) const
- Protected Attributes inherited from ModularBase< _Element >
Element _modulus
 Private (non-static) element for modulus.

Detailed Description

template<>
class LinBox::Modular< uint8 >

Allows compact storage when the modulus is less than 2^8.

Requires 1 < the modulus < 2^8, normally prime. See FieldArchetype for member specifications.


The documentation for this class was generated from the following file: