double_matrix Class Reference

A matrix of double floating point numbers. More...

#include <matrix.h>

Inheritance diagram for double_matrix:

Inheritance graph
[legend]
Collaboration diagram for double_matrix:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Detailed Description

A matrix of double floating point numbers.

Definition at line 124 of file matrix.h.


Constructor & Destructor Documentation

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

Definition at line 127 of file matrix.h.

double_matrix::double_matrix ( const matrix< double > &  to_copy  )  [inline]

Definition at line 129 of file matrix.h.


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