Quantum Fog  0.9.3
Public Member Functions | Private Attributes | List of all members
MATRIX< TYPE > Class Template Reference

Public Member Functions

VOID clear ()
 
VOID copy (const MATRIX< TYPE > &s)
 
VOID set_to_default_mat (const TYPE &default_value, USHORT num_of_rows, USHORT num_of_cols)
 
 MATRIX (const TYPE &default_value, USHORT num_of_rows, USHORT num_of_cols)
 
 MATRIX (const MATRIX< TYPE > &s)
 
MATRIX< TYPE > & operator= (const MATRIX< TYPE > &rhs)
 
USHORT get_num_of_rows () const
 
USHORT get_num_of_cols () const
 
TYPE & entry (USHORT row, USHORT col) const
 

Private Attributes

TYPE ** its_elements_p_p
 
USHORT its_num_of_rows
 
USHORT its_num_of_cols
 

The documentation for this class was generated from the following file: