![]() |
klMatrix
|

Functions | |
| void | startLatexDoc (string title, string author, string date, ofstream &_tex, string abs) |
| void | makeLatexSection (string sectionTitle, ofstream &_tex) |
| void | endLatexDoc (ofstream &_tex) |
| void | LatexInsert3DPlot (klMatrix< double > &mat, ofstream &_tex, string dir, string filename, string title, klHoldOnStatus holdon, const char *markerType) |
| void | LatexInsert1DPlot (klVector< double > &vec, ofstream &_tex, string dir, string filename, string title, klHoldOnStatus holdon, const char *markerType) |
| void | LatexInsert2DScatterPlot (klVector< double > &vecX, klVector< double > &vecY, ofstream &_tex, string dir, string filename, string title, klHoldOnStatus holdon, const char *markerType) |
| void | LatexInsertHeatMap (klMatrix< double > &mat, ofstream &_tex, string dir, string filename, string title) |
| void | LatexInsertHistogram (klVector< double > &vec, unsigned int numBins, ofstream &_tex, string dir, string filename, string title) |
| void | LatexInsertLegend (string legend) |
| void | WritePlot (ofstream &_tex, string dir, string filename, char *title, char *xAxis, char *yAxis) |
| void endLatexDoc | ( | ofstream & | _tex | ) |

| void LatexInsert1DPlot | ( | klVector< double > & | vec, |
| ofstream & | _tex, | ||
| string | dir, | ||
| string | filename, | ||
| string | title, | ||
| klHoldOnStatus | holdon, | ||
| const char * | markerType | ||
| ) |


| void LatexInsert2DScatterPlot | ( | klVector< double > & | vecX, |
| klVector< double > & | vecY, | ||
| ofstream & | _tex, | ||
| string | dir, | ||
| string | filename, | ||
| string | title, | ||
| klHoldOnStatus | holdon, | ||
| const char * | markerType | ||
| ) |


| void LatexInsert3DPlot | ( | klMatrix< double > & | mat, |
| ofstream & | _tex, | ||
| string | dir, | ||
| string | filename, | ||
| string | title, | ||
| klHoldOnStatus | holdon, | ||
| const char * | markerType | ||
| ) |


| void LatexInsertHeatMap | ( | klMatrix< double > & | mat, |
| ofstream & | _tex, | ||
| string | dir, | ||
| string | filename, | ||
| string | title | ||
| ) |


| void LatexInsertHistogram | ( | klVector< double > & | vec, |
| unsigned int | numBins, | ||
| ofstream & | _tex, | ||
| string | dir, | ||
| string | filename, | ||
| string | title | ||
| ) |


| void LatexInsertLegend | ( | string | legend | ) |


| void makeLatexSection | ( | string | sectionTitle, |
| ofstream & | _tex | ||
| ) |

| void startLatexDoc | ( | string | title, |
| string | author, | ||
| string | date, | ||
| ofstream & | _tex, | ||
| string | abs | ||
| ) |

| void WritePlot | ( | ofstream & | _tex, |
| string | dir, | ||
| string | filename, | ||
| char * | title, | ||
| char * | xAxis, | ||
| char * | yAxis | ||
| ) |


1.8.7