HermesCommon  3.0
Hermes::Table Class Reference

General square table of real numbers. More...

#include <table.h>

+ Inheritance diagram for Hermes::Table:

Public Member Functions

 Table (unsigned int size)
 
virtual void alloc (unsigned int size)
 
unsigned int get_size ()
 
double get_A (unsigned int i, unsigned int j)
 
void set_A (unsigned int i, unsigned int j, double val)
 

Protected Attributes

unsigned int size
 
double ** A
 

Detailed Description

General square table of real numbers.

Definition at line 86 of file table.h.


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