linbox
mg-block-lanczos.inl File Reference
#include "linbox/linbox-config.h"
#include <iostream>
#include "linbox/util/debug.h"
#include "linbox/blackbox/diagonal.h"
#include "linbox/blackbox/compose.h"
#include "linbox/blackbox/transpose.h"
#include <givaro/givranditer.h>
#include "linbox/util/commentator.h"
#include "linbox/util/timer.h"
#include "linbox/algorithms/mg-block-lanczos.h"

Namespaces

namespace  LinBox
 Namespace in which all linbox code resides.
 

Macros

#define TIMER_DECLARE(part)
 
#define TIMER_START(part)
 
#define TIMER_STOP(part)
 
#define TIMER_REPORT(part)
 

Functions

template<class Domain, class Object>
void MGBLTraceReport (std::ostream &out, Domain &D, const char *text, size_t iter, const Object &obj)
 
void reportS (std::ostream &out, const std::vector< bool > &S, size_t iter)
 
template<class Field, class Matrix>
void checkAConjugacy (const MatrixDomain< Field > &MD, const Matrix &AV, const Matrix &V, Matrix &T, size_t AV_iter, size_t V_iter)
 

Macro Definition Documentation

◆ TIMER_DECLARE

#define TIMER_DECLARE ( part)

◆ TIMER_START

#define TIMER_START ( part)

◆ TIMER_STOP

#define TIMER_STOP ( part)

◆ TIMER_REPORT

#define TIMER_REPORT ( part)