![]() |
#include <tgbgauss.h>
Public Member Functions | |
| void | sort_rows () |
| tgb_sparse_matrix (int i, int j, ring rarg) | |
| ~tgb_sparse_matrix () | |
| int | get_rows () |
| int | get_columns () |
| void | print () |
| void | row_normalize (int row) |
| void | row_content (int row) |
| 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 | |
| ring | r |
| mac_poly * | mp |
| int | columns |
| int | rows |
| BOOLEAN | free_numbers |
Friends | |
| poly | free_row_to_poly (tgb_sparse_matrix *mat, int row, poly *monoms, int monom_index) |
| void | init_with_mac_poly (tgb_sparse_matrix *mat, int row, mac_poly m) |
Definition at line 55 of file tgbgauss.h.
| tgb_sparse_matrix::tgb_sparse_matrix | ( | int | i, |
| int | j, | ||
| ring | rarg | ||
| ) |
Definition at line 648 of file tgbgauss.cc.
| tgb_sparse_matrix::~tgb_sparse_matrix | ( | ) |
Definition at line 662 of file tgbgauss.cc.
| void tgb_sparse_matrix::add_lambda_times_row | ( | int | add_to, |
| int | summand, | ||
| number | factor | ||
| ) |
Definition at line 912 of file tgbgauss.cc.
Definition at line 931 of file tgbgauss.cc.
| number tgb_sparse_matrix::get | ( | int | i, |
| int | j | ||
| ) |
Definition at line 769 of file tgbgauss.cc.
| int tgb_sparse_matrix::get_columns | ( | ) |
Definition at line 764 of file tgbgauss.cc.
| int tgb_sparse_matrix::get_rows | ( | ) |
Definition at line 759 of file tgbgauss.cc.
| BOOLEAN tgb_sparse_matrix::is_zero_entry | ( | int | i, |
| int | j | ||
| ) |
Definition at line 785 of file tgbgauss.cc.
| int tgb_sparse_matrix::min_col_not_zero_in_row | ( | int | row | ) |
Definition at line 801 of file tgbgauss.cc.
| void tgb_sparse_matrix::mult_row | ( | int | row, |
| number | factor | ||
| ) |
Definition at line 917 of file tgbgauss.cc.
| int tgb_sparse_matrix::next_col_not_zero | ( | int | row, |
| int | pre | ||
| ) |
Definition at line 812 of file tgbgauss.cc.
| int tgb_sparse_matrix::non_zero_entries | ( | int | row | ) |
Definition at line 906 of file tgbgauss.cc.
|
inline |
Definition at line 74 of file tgbgauss.h.
| void tgb_sparse_matrix::print | ( | ) |
Definition at line 701 of file tgbgauss.cc.
| void tgb_sparse_matrix::row_content | ( | int | row | ) |
Definition at line 850 of file tgbgauss.cc.
| void tgb_sparse_matrix::row_normalize | ( | int | row | ) |
Definition at line 834 of file tgbgauss.cc.
| void tgb_sparse_matrix::set | ( | int | i, |
| int | j, | ||
| number | n | ||
| ) |
Definition at line 724 of file tgbgauss.cc.
| void tgb_sparse_matrix::sort_rows | ( | ) |
Definition at line 696 of file tgbgauss.cc.
| BOOLEAN tgb_sparse_matrix::zero_row | ( | int | row | ) |
Definition at line 825 of file tgbgauss.cc.
|
friend |
Definition at line 3101 of file tgb.cc.
|
friend |
Definition at line 3086 of file tgb.cc.
|
private |
Definition at line 59 of file tgbgauss.h.
|
private |
Definition at line 61 of file tgbgauss.h.
|
private |
Definition at line 58 of file tgbgauss.h.
|
private |
Definition at line 57 of file tgbgauss.h.
|
private |
Definition at line 60 of file tgbgauss.h.