|
The Gnome Chemistry Utils
0.12.11
|
#include <gcu/matrix.h>
Public Member Functions | |
| GLMatrix () | |
| virtual | ~GLMatrix () |
| double & | operator() (int i, int j) |
| double * | array () |
Default constructor. Members are not initialized. This constructor is rarely used.
| virtual gcu::GLMatrix::~GLMatrix | ( | ) | [virtual] |
The destructor of GLMatrix.
| double* gcu::GLMatrix::array | ( | ) | [inline] |
| double& gcu::GLMatrix::operator() | ( | int | i, |
| int | j | ||
| ) | [inline] |
1.7.6.1