#include <dmatrix.hh>
| Public Member Functions | |
| void | detach () | 
| int | dim () const | 
| DVector (int n=0) | |
| DVector (const DVector &) | |
| X | operator* (const DVector &) const | 
| DVector | operator* (const X &) const | 
| DVector | operator+ (const DVector &) const | 
| DVector | operator- (const DVector &) const | 
| DVector & | operator= (const DVector &) | 
| X & | operator[] (int i) | 
| const X & | operator[] (int i) const | 
| ~DVector () | |
| Static Public Member Functions | |
| static DVector< X > | I (int) | 
| Protected Attributes | |
| X * | elems | 
| int * | shares | 
| int | size | 
Definition at line 12 of file dmatrix.hh.
| void DVector< X >::detach | ( | ) | 
| 
 | inline | 
Definition at line 32 of file dmatrix.hh.
| 
 | inline | 
Definition at line 20 of file dmatrix.hh.
| 
 | inline | 
Definition at line 25 of file dmatrix.hh.
| 
 | protected | 
Definition at line 39 of file dmatrix.hh.
| 
 | protected | 
Definition at line 41 of file dmatrix.hh.
| 
 | protected | 
Definition at line 40 of file dmatrix.hh.