![]() |
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 1501 of file tgb_internal.h.
|
inline |
Definition at line 1507 of file tgb_internal.h.
|
inline |
Definition at line 1520 of file tgb_internal.h.
|
inline |
Definition at line 1657 of file tgb_internal.h.
|
inline |
Definition at line 1653 of file tgb_internal.h.
|
inline |
Definition at line 1535 of file tgb_internal.h.
|
inline |
Definition at line 1526 of file tgb_internal.h.
|
inline |
Definition at line 1554 of file tgb_internal.h.
|
inline |
Definition at line 1640 of file tgb_internal.h.
|
friend |
Definition at line 1170 of file tgb_internal.h.
int ModPMatrixProxyOnArray< number_type >::ncols |
Definition at line 1506 of file tgb_internal.h.
int ModPMatrixProxyOnArray< number_type >::nrows |
Definition at line 1506 of file tgb_internal.h.
|
protected |
Definition at line 1680 of file tgb_internal.h.
|
protected |
Definition at line 1681 of file tgb_internal.h.