![]() |
My Project
|
#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 1506 of file tgb_internal.h.
|
inline |
Definition at line 1512 of file tgb_internal.h.
|
inline |
Definition at line 1525 of file tgb_internal.h.
|
inline |
Definition at line 1662 of file tgb_internal.h.
|
inline |
Definition at line 1658 of file tgb_internal.h.
|
inline |
Definition at line 1540 of file tgb_internal.h.
|
inline |
Definition at line 1531 of file tgb_internal.h.
|
inline |
Definition at line 1559 of file tgb_internal.h.
|
inline |
Definition at line 1645 of file tgb_internal.h.
|
friend |
Definition at line 1174 of file tgb_internal.h.
int ModPMatrixProxyOnArray< number_type >::ncols |
Definition at line 1511 of file tgb_internal.h.
int ModPMatrixProxyOnArray< number_type >::nrows |
Definition at line 1511 of file tgb_internal.h.
|
protected |
Definition at line 1685 of file tgb_internal.h.
|
protected |
Definition at line 1686 of file tgb_internal.h.