ARB
Public Member Functions | List of all members
AP_matrix Class Reference

#include <AP_matrix.hxx>

Inheritance diagram for AP_matrix:
Inheritance graph
[legend]
Collaboration diagram for AP_matrix:
Collaboration graph
[legend]

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
 

Detailed Description

Definition at line 39 of file AP_matrix.hxx.

Constructor & Destructor Documentation

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.

Member Function Documentation

void AP_matrix::set ( int  i,
int  j,
AP_FLOAT  val 
)
inline
AP_FLOAT AP_matrix::get ( int  i,
int  j 
)
inline

Definition at line 47 of file AP_matrix.hxx.

Referenced by DI_MATRIX::calculate().

long AP_matrix::get_size ( ) const
inline

The documentation for this class was generated from the following files: