![]() |
My Project
debian-1:4.1.1-p2+ds-4build3
|
#include <tgb_internal.h>
Public Member Functions | |
ModPMatrixProxyOnArray (number_type *array, int nnrows, int nncols) | |
~ModPMatrixProxyOnArray () | |
void | permRows (int i, int j) |
void | multiplyRow (int row, number_type coef) |
void | reduceOtherRowsForward (int r) |
void | updateStartIndex (int row, int lower_bound) |
int | getStartIndex (int row) |
BOOLEAN | findPivot (int &r, int &c) |
Data Fields | |
int | ncols |
int | nrows |
Protected Attributes | |
number_type ** | rows |
int * | startIndices |
Friends | |
class | ModPMatrixBackSubstProxyOnArray< number_type > |
Definition at line 1508 of file tgb_internal.h.
|
inline |
Definition at line 1514 of file tgb_internal.h.
|
inline |
Definition at line 1527 of file tgb_internal.h.
|
inline |
Definition at line 1619 of file tgb_internal.h.
|
inline |
Definition at line 1615 of file tgb_internal.h.
|
inline |
Definition at line 1542 of file tgb_internal.h.
|
inline |
Definition at line 1533 of file tgb_internal.h.
|
inline |
Definition at line 1551 of file tgb_internal.h.
|
inline |
Definition at line 1602 of file tgb_internal.h.
|
friend |
Definition at line 1182 of file tgb_internal.h.
int ModPMatrixProxyOnArray< number_type >::ncols |
Definition at line 1513 of file tgb_internal.h.
int ModPMatrixProxyOnArray< number_type >::nrows |
Definition at line 1513 of file tgb_internal.h.
|
protected |
Definition at line 1642 of file tgb_internal.h.
|
protected |
Definition at line 1643 of file tgb_internal.h.