|
double | eval (double arg1, double arg2) const |
|
double | getArg (int i) |
|
double | getArg (int i, int j) |
|
double | getVal (int i, int j) |
|
void | setArg (int i, int j, double arg) |
|
void | setVal (int i, int j, double val) |
|
void | append (double arg, const Tab1 &val) |
|
int | size1 () const |
|
int | size2 (int i) const |
|
const std::vector< double > & | getArgs () const |
|
const std::vector< Tab1 > & | getVals () const |
|
bool | read (std::FILE *fp) |
|
bool | write (std::FILE *fp) const |
|
|
std::vector< double > | args_ |
|
std::vector< Tab1 > | vals_ |
|
|
std::istream & | operator>> (std::istream &input, Tab2 &tab) |
|
std::ostream & | operator<< (std::ostream &output, Tab2 &tab) |
|
The documentation for this class was generated from the following files:
- Native/SilentToolkit/StkMath/StkTab2.h
- Native/SilentToolkit/StkMath/StkTab2.cpp