![]() |
klMatrix
|
#include "kl_matrix.h"#include "kl_util.h"#include "kl_matlab_iface.h"#include <string>#include <iomanip>

Functions | |
| void | startLatexDoc (string title, string author, string date, ofstream &_tex, string abs) |
| void | makeLatexSection (string sectionTitle, ofstream &_tex) |
| void | endLatexDoc (ofstream &_tex) |
| void | LatexInsert1DPlot (klVector< double > &vec, ofstream &_tex, string dir, string filename, string title, klHoldOnStatus holdon=klHoldOnStatus::NoHold, const char *markerType=NULL) |
| void | LatexInsert2DScatterPlot (klVector< double > &vecX, klVector< double > &vecY, ofstream &_tex, string dir, string filename, string title, klHoldOnStatus holdon=klHoldOnStatus::NoHold, const char *markerType=NULL) |
| void | LatexInsert3DPlot (klMatrix< double > &mat, ofstream &_tex, string dir, string filename, string title, klHoldOnStatus holdon=klHoldOnStatus::NoHold, const char *markerType=NULL) |
| void | LatexInsertHistogram (klVector< double > &vec, unsigned int numBins, ofstream &_tex, string dir, string filename, string title) |
| void | LatexInsertHeatMap (klMatrix< double > &mat, ofstream &_tex, string dir, string filename, string title) |
| void | LatexInsertLegend (string legend) |
| void | WritePlot (ofstream &_tex, string dir, string filename, char *title=NULL, char *xAxix=NULL, char *yAxis=NULL) |
| template<class TYPE > | |
| void | LatexPrintMatrix (klMatrix< TYPE > &matrix, string name, ofstream &_tex) |
| template<class TYPE > | |
| void | LatexPrintVector (klVector< TYPE > &klvector, string name, ofstream &_tex) |
| void endLatexDoc | ( | ofstream & | _tex | ) |

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


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


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


| 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 LatexPrintMatrix | ( | klMatrix< TYPE > & | matrix, |
| string | name, | ||
| ofstream & | _tex | ||
| ) |


| void LatexPrintVector | ( | klVector< TYPE > & | klvector, |
| string | name, | ||
| ofstream & | _tex | ||
| ) |


| 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 = NULL, |
||
| char * | xAxix = NULL, |
||
| char * | yAxis = NULL |
||
| ) |


1.8.7