NanoStructures
1.0
DMFT solver for layered, strongly correlated nanostructures
|
Public Member Functions | |
Vector (int length) | |
Vector (const Vector &orig) | |
Vector & | operator= (const Vector &orig) |
double * | getData () |
double | get (int index) const |
void | set (int index, double value) |
int | getLength () |
void | resize (int length) |
Protected Attributes | |
double * | m_data |
int | m_length |