|
Public Methods |
void | copyAndClear (RingVector< Ring > &newVec, RingVectorBase &oldVec) |
RingVector< Ring > * | switchDense (const integer &size, RingVectorBase &oldVec) |
VectorVector< Ring > * | switchSparse (const integer &rows, VectorVectorBase &oldVec) |
void | switchAndSave (bool isMatrix) |
void | switchAndContinueDense (std::istream &in, integer array[], RingVectorBase &oldVec, integer &val, bool isMatrix) |
void | switchAndContinueSparse (std::istream &in, integer array[], VectorVectorBase &vec, unsigned long &row, integer &val, bool isMatrix) |
void | switchAndContinueSparseAsDense (std::istream &in, integer array[], RingVectorBase &oldVec, unsigned long &row, unsigned long &col, integer &val, bool isMatrix) |
void | readMatrix (std::istream &in, bool isDense) |
void | readVector (std::istream &in, bool isDense) |