#include "matrix.h"
Go to the source code of this file.
Compounds | |
class | VectorI |
Defines | |
#define | REF_CV(A,I) (((A).D)->m[(I)]) |
Direct access for column vectors. More... | |
#define | THIS_CV(I) (((*this).D)->m[(I)]) |
|
Direct access for column vectors. The first macro can be used for fast access in functions that have direct access to the matrix content. This should only be used when optimization is necessary. |
|
|