int_matrix Class Reference

A matrix of integers. More...

#include <matrix.h>

Inheritance diagram for int_matrix:

Inheritance graph
[legend]
Collaboration diagram for int_matrix:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 int_matrix (int rows=0, int cols=0, int *data=NIL)
 int_matrix (const matrix< int > &to_copy)

Detailed Description

A matrix of integers.

Definition at line 106 of file matrix.h.


Constructor & Destructor Documentation

int_matrix::int_matrix ( int  rows = 0,
int  cols = 0,
int *  data = NIL 
) [inline]

Definition at line 109 of file matrix.h.

int_matrix::int_matrix ( const matrix< int > &  to_copy  )  [inline]

Definition at line 111 of file matrix.h.


The documentation for this class was generated from the following file:
Generated on Fri Nov 28 04:30:49 2008 for HOOPLE Libraries by  doxygen 1.5.1