In file DMatrix.cpp:

DIVAMatrixExport void CDMatrix::ToLaTeX( const CDString& sFilename, const CDString& sVarName, const CDString& sComment, bool fWriteAsTable, const CDString& sNumFmt, const CDString& sBracketType, bool fAppend ) const

Writes the matrix in LaTeX format. Throws: CVisError.

Documentation

Writes the matrix in LaTeX format. Throws: CVisError.

Returns:
Nothing.
Parameters:
sFilename - Destination file name.
sVarName - Name of matrix.
sComment - Comment in the LaTeX file.
fWriteAsTable - If true the matrix is formatted as a table.
sNumFmt - printf c-stype format of numbers, e.g. "%.2f".
sBracketType - Either "[" or "(".
fAppend - If true 'sFilename' is append with this matrix.
Author:
Mikkel B. Stegmann
Version:
4-5-2000


Back DIVA Reference Manual The DIVA-Site