#include <TSV.h>
Inheritance diagram for TSV:

Public Methods | |
| double | Norm2 () const |
| Computes the L2 norm of the TSV. | |
| TSV | operator- (const TSV &rhs) const |
| Computes the difference between two TSVs. | |
Friends | |
| int | CompareTSVElement (const void *elem1, const void *elem2) |
| Helper funtion that compares a pair of TSV elements by their absolute value. | |
Definition at line 43 of file TSV.h.
|
||||||||||||
|
Helper funtion that compares a pair of TSV elements by their absolute value. It can be passed as an argument to the SmartArray::Sort() to obtain a descending order of a TSV. \precondition It is assumed that the values ar positive since the represent the sume of the k larges absolute eigenvalues of a submatrix. |
1.2.18