![]() |
My Project
|
#include <minpoly.h>
Public Member Functions | |
| LinearDependencyMatrix (unsigned n, unsigned long p) | |
| ~LinearDependencyMatrix () | |
| void | resetMatrix () |
| int | firstNonzeroEntry (unsigned long *row) |
| void | reduceTmpRow () |
| void | normalizeTmp (unsigned i) |
| bool | findLinearDependency (unsigned long *newRow, unsigned long *dep) |
Private Attributes | |
| unsigned | p |
| unsigned long | n |
| unsigned long ** | matrix |
| unsigned long * | tmprow |
| unsigned * | pivots |
| unsigned | rows |
Friends | |
| class | NewVectorMatrix |
Definition at line 19 of file minpoly.cc.
| LinearDependencyMatrix::~LinearDependencyMatrix | ( | ) |
Definition at line 34 of file minpoly.cc.
Definition at line 96 of file minpoly.cc.
Definition at line 88 of file minpoly.cc.
| void LinearDependencyMatrix::reduceTmpRow | ( | ) |
Definition at line 60 of file minpoly.cc.
| void LinearDependencyMatrix::resetMatrix | ( | ) |
Definition at line 46 of file minpoly.cc.
|
friend |