#include <column.h>
Public Methods | |
| column () | |
| Creates a column with no non-zero entry. | |
| column (cons c) | |
| Creates the column 1 \cdot c. | |
| column (LEDA::list< column_entry > &L) | |
Creates the column
. | |
| column | operator * (double d) |
Creates the column
. | |
| column | operator+ (column c1) |
Creates the column
. | |
| column | operator- (column c1) |
Creates the column
. | |
| column & | operator+= (column c1) |
| Adds the column c1 to the column. | |
| column & | operator-= (column r) |
| Substracts the column c1 to the column. | |
| void | normalize () |
|
|
Normalizes the column, i.e. sorts the entries and makes all basic constraints appear at most once. Definition at line 42 of file core-abacus/column.cc. |
1.2.16