ARB
|
#include <arbtools.h>
#include <arb_string.h>
#include <matrix.h>
Go to the source code of this file.
Classes | |
struct | AP_smatrix |
class | AP_matrix |
class | AP_userdef_matrix |
Macros | |
#define | ap_assert(cond) arb_assert(cond) |
Typedefs | |
typedef double | AP_FLOAT |
Functions | |
CONSTEXPR_INLINE long | matrix_halfsize (long entries, bool inclusive_diagonal) |
#define ap_assert | ( | cond | ) | arb_assert(cond) |
Definition at line 24 of file AP_matrix.hxx.
typedef double AP_FLOAT |
Definition at line 30 of file AP_matrix.hxx.
CONSTEXPR_INLINE long matrix_halfsize | ( | long | entries, |
bool | inclusive_diagonal | ||
) |
Definition at line 26 of file AP_matrix.hxx.
References triangular_number().
Referenced by DI_MATRIX::calculate(), DI_MATRIX::extract_from_tree(), and di_protdist::makedists().