ARB
|
#include <AP_matrix.hxx>
Public Member Functions | |
AP_matrix (long si) | |
~AP_matrix () | |
void | set (int i, int j, AP_FLOAT val) |
AP_FLOAT | get (int i, int j) |
long | get_size () const |
Definition at line 39 of file AP_matrix.hxx.
AP_matrix::AP_matrix | ( | long | si | ) |
Definition at line 24 of file AP_matrix.cxx.
References ARB_calloc().
AP_matrix::~AP_matrix | ( | ) |
Definition at line 32 of file AP_matrix.cxx.
Definition at line 46 of file AP_matrix.hxx.
Referenced by AP_userdef_matrix::normize(), and AP_userdef_matrix::update_from_awars().
Definition at line 47 of file AP_matrix.hxx.
Referenced by DI_MATRIX::calculate().
|
inline |
Definition at line 49 of file AP_matrix.hxx.
Referenced by AP_userdef_matrix::create_awars(), AP_userdef_matrix::create_input_fields(), AP_userdef_matrix::normize(), AP_userdef_matrix::update_from_awars(), and AP_userdef_matrix::~AP_userdef_matrix().