| ARB
    | 
#include <AP_matrix.hxx>


| Public Member Functions | |
| AP_smatrix (size_t si) | |
| ~AP_smatrix () | |
| void | set (size_t i, size_t j, AP_FLOAT val) | 
| AP_FLOAT | fast_get (size_t i, size_t j) const | 
| AP_FLOAT | get (size_t i, size_t j) const | 
| AP_FLOAT | get_max_value () const | 
| size_t | size () const | 
Definition at line 32 of file AP_matrix.hxx.
| 
 | explicit | 
Definition at line 24 of file AP_matrix.cxx.
| AP_smatrix::~AP_smatrix | ( | ) | 
Definition at line 39 of file AP_matrix.cxx.
| 
 | inline | 
Definition at line 43 of file AP_matrix.hxx.
Referenced by DI_MATRIX::calculate(), DI_MATRIX::compress(), DI_MATRIX::extract_from_tree(), and di_protdist::makedists().
| 
 | inline | 
Definition at line 45 of file AP_matrix.hxx.
References ap_assert.
Referenced by PH_NEIGHBOURJOINING::PH_NEIGHBOURJOINING().
| 
 | inline | 
Definition at line 46 of file AP_matrix.hxx.
Referenced by DI_MATRIX::compress(), di_mark_by_distance(), and DI_MATRIX::save().
| AP_FLOAT AP_smatrix::get_max_value | ( | ) | const | 
Definition at line 43 of file AP_matrix.cxx.
References max.
Referenced by PH_NEIGHBOURJOINING::PH_NEIGHBOURJOINING().
| 
 | inline | 
Definition at line 50 of file AP_matrix.hxx.
Referenced by di_calculate_tree_cb(), neighbourjoining(), and PH_NEIGHBOURJOINING::PH_NEIGHBOURJOINING().
 1.8.8
 1.8.8