#include <matrix.h>
Inheritance diagram for double_matrix:


Public Member Functions | |
| double_matrix (int rows=0, int cols=0, double *data=NIL) | |
| double_matrix (const matrix< double > &to_copy) | |
Definition at line 124 of file matrix.h.
| double_matrix::double_matrix | ( | int | rows = 0, |
|
| int | cols = 0, |
|||
| double * | data = NIL | |||
| ) | [inline] |
| double_matrix::double_matrix | ( | const matrix< double > & | to_copy | ) | [inline] |
1.5.1