![]() |
#include <tgbgauss.h>
Public Member Functions | |
| tgb_matrix (int i, int j) | |
| ~tgb_matrix () | |
| int | get_rows () |
| int | get_columns () |
| void | print () |
| void | perm_rows (int i, int j) |
| void | set (int i, int j, number n) |
| number | get (int i, int j) |
| BOOLEAN | is_zero_entry (int i, int j) |
| void | free_row (int row, BOOLEAN free_non_zeros=TRUE) |
| int | min_col_not_zero_in_row (int row) |
| int | next_col_not_zero (int row, int pre) |
| BOOLEAN | zero_row (int row) |
| void | mult_row (int row, number factor) |
| void | add_lambda_times_row (int add_to, int summand, number factor) |
| int | non_zero_entries (int row) |
Private Attributes | |
| number ** | n |
| int | columns |
| int | rows |
| BOOLEAN | free_numbers |
Definition at line 18 of file tgbgauss.h.
| tgb_matrix::tgb_matrix | ( | int | i, |
| int | j | ||
| ) |
Definition at line 460 of file tgbgauss.cc.
| tgb_matrix::~tgb_matrix | ( | ) |
Definition at line 478 of file tgbgauss.cc.
| void tgb_matrix::add_lambda_times_row | ( | int | add_to, |
| int | summand, | ||
| number | factor | ||
| ) |
Definition at line 604 of file tgbgauss.cc.
Definition at line 636 of file tgbgauss.cc.
| number tgb_matrix::get | ( | int | i, |
| int | j | ||
| ) |
Definition at line 538 of file tgbgauss.cc.
| int tgb_matrix::get_columns | ( | ) |
Definition at line 533 of file tgbgauss.cc.
| int tgb_matrix::get_rows | ( | ) |
Definition at line 528 of file tgbgauss.cc.
| BOOLEAN tgb_matrix::is_zero_entry | ( | int | i, |
| int | j | ||
| ) |
Definition at line 545 of file tgbgauss.cc.
| int tgb_matrix::min_col_not_zero_in_row | ( | int | row | ) |
Definition at line 558 of file tgbgauss.cc.
| void tgb_matrix::mult_row | ( | int | row, |
| number | factor | ||
| ) |
Definition at line 620 of file tgbgauss.cc.
| int tgb_matrix::next_col_not_zero | ( | int | row, |
| int | pre | ||
| ) |
Definition at line 569 of file tgbgauss.cc.
| int tgb_matrix::non_zero_entries | ( | int | row | ) |
Definition at line 591 of file tgbgauss.cc.
| void tgb_matrix::perm_rows | ( | int | i, |
| int | j | ||
| ) |
Definition at line 550 of file tgbgauss.cc.
| void tgb_matrix::print | ( | ) |
Definition at line 499 of file tgbgauss.cc.
| void tgb_matrix::set | ( | int | i, |
| int | j, | ||
| number | n | ||
| ) |
Definition at line 521 of file tgbgauss.cc.
| BOOLEAN tgb_matrix::zero_row | ( | int | row | ) |
Definition at line 580 of file tgbgauss.cc.
|
private |
Definition at line 22 of file tgbgauss.h.
|
private |
Definition at line 24 of file tgbgauss.h.
|
private |
Definition at line 21 of file tgbgauss.h.
|
private |
Definition at line 23 of file tgbgauss.h.