![]() |
FastPolyEval
1.0
Fast Evaluation of Real and Complex Polynomials
|
Description of a basic help screen. More...
Data Fields | |
| char * | before |
| the first line to display | |
| int | columnCount |
| the number of columns | |
| int * | columnWidths |
| the widths of all but the last column (array length should be 1 less than columnCount) | |
| char ** | headers |
| the column headers | |
| int | linesCount |
| the number of lines / commands | |
| char *** | lines |
| the double array of messages | |
| char * | after |
| the last line to display | |