![]() |
My Project
|
#include <minpoly.h>
Public Member Functions | |
| NewVectorMatrix (unsigned n, unsigned long p) | |
| ~NewVectorMatrix () | |
| int | firstNonzeroEntry (unsigned long *row) |
| void | normalizeRow (unsigned long *row, unsigned i) |
| void | insertRow (unsigned long *row) |
| void | insertMatrix (LinearDependencyMatrix &mat) |
| int | findSmallestNonpivot () |
| int | findLargestNonpivot () |
Private Attributes | |
| unsigned | p |
| unsigned long | n |
| unsigned long ** | matrix |
| unsigned * | pivots |
| unsigned * | nonPivots |
| unsigned | rows |
| NewVectorMatrix::NewVectorMatrix | ( | unsigned | n, |
| unsigned long | p ) |
Definition at line 181 of file minpoly.cc.
| NewVectorMatrix::~NewVectorMatrix | ( | ) |
| int NewVectorMatrix::findLargestNonpivot | ( | ) |
Definition at line 366 of file minpoly.cc.
| int NewVectorMatrix::findSmallestNonpivot | ( | ) |
Definition at line 339 of file minpoly.cc.
| int NewVectorMatrix::firstNonzeroEntry | ( | unsigned long * | row | ) |
| void NewVectorMatrix::insertMatrix | ( | LinearDependencyMatrix & | mat | ) |
Definition at line 331 of file minpoly.cc.
| void NewVectorMatrix::insertRow | ( | unsigned long * | row | ) |
Definition at line 236 of file minpoly.cc.
| void NewVectorMatrix::normalizeRow | ( | unsigned long * | row, |
| unsigned | i ) |
Definition at line 225 of file minpoly.cc.