NGSolve
4.9
|
Base class of {Table} container. More...
#include <table.hpp>
Public Member Functions | |
NGS_DLL_HEADER | BaseTable (int asize, int entrysize) |
NGS_DLL_HEADER | BaseTable (const FlatArray< int > &entrysize) |
int * | Index () const |
Protected Attributes | |
int | size |
number of rows | |
int * | index |
pointer to first in row |
Base class of {Table} container.
Provides index array pointing to first element in entry.