ARB
Classes | Macros | Typedefs | Functions
AP_matrix.hxx File Reference
#include <arbtools.h>
#include <arb_string.h>
#include <matrix.h>
Include dependency graph for AP_matrix.hxx:
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

#define ap_assert (   cond)    arb_assert(cond)

Definition at line 24 of file AP_matrix.hxx.

Typedef Documentation

typedef double AP_FLOAT

Definition at line 30 of file AP_matrix.hxx.

Function Documentation

CONSTEXPR_INLINE long matrix_halfsize ( long  entries,
bool  inclusive_diagonal 
)