![]() |
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 1505 of file tgb_internal.h.
|
inline |
Definition at line 1511 of file tgb_internal.h.
|
inline |
Definition at line 1524 of file tgb_internal.h.
|
inline |
Definition at line 1661 of file tgb_internal.h.
|
inline |
Definition at line 1657 of file tgb_internal.h.
|
inline |
Definition at line 1539 of file tgb_internal.h.
|
inline |
Definition at line 1530 of file tgb_internal.h.
|
inline |
Definition at line 1558 of file tgb_internal.h.
|
inline |
Definition at line 1644 of file tgb_internal.h.
|
friend |
Definition at line 1174 of file tgb_internal.h.
int ModPMatrixProxyOnArray< number_type >::ncols |
Definition at line 1510 of file tgb_internal.h.
int ModPMatrixProxyOnArray< number_type >::nrows |
Definition at line 1510 of file tgb_internal.h.
|
protected |
Definition at line 1684 of file tgb_internal.h.
|
protected |
Definition at line 1685 of file tgb_internal.h.