linbox
SemiDIteration< Matrix, Field > Class Template Reference

CRA iteration to get a diagonal with the same signature. More...

#include <signature.h>

Public Types

using Element = typename Field::Element
 

Public Member Functions

 SemiDIteration (const Matrix &M)
 
template<typename Vector>
IterationResult operator() (Vector &v, const Field &K)
 

Detailed Description

template<class Matrix, class Field = Givaro::Modular<double>>
class LinBox::SemiDIteration< Matrix, Field >

CRA iteration to get a diagonal with the same signature.

Member Typedef Documentation

◆ Element

template<class Matrix, class Field = Givaro::Modular<double>>
using Element = typename Field::Element

Constructor & Destructor Documentation

◆ SemiDIteration()

template<class Matrix, class Field = Givaro::Modular<double>>
SemiDIteration ( const Matrix & M)
inline

Member Function Documentation

◆ operator()()

template<class Matrix, class Field = Givaro::Modular<double>>
template<typename Vector>
IterationResult operator() ( Vector & v,
const Field & K )
inline

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