KrisLibrary  1.0.0
Public Types | Public Member Functions | Public Attributes | List of all members
Math::MatrixPrinter Struct Reference

Public Types

enum  Mode { Normal, AsciiShade, PlusMinus }
 

Public Member Functions

 MatrixPrinter (const fMatrix &m, Mode mode=Normal)
 
 MatrixPrinter (const dMatrix &m, Mode mode=Normal)
 
 MatrixPrinter (const cMatrix &m, Mode mode=Normal)
 
void Print (std::ostream &out, int indent=0) const
 

Public Attributes

const fMatrix * fm
 
const dMatrix * dm
 
const cMatrix * cm
 
char delim
 
char bracket
 
Mode mode
 

The documentation for this struct was generated from the following files: