Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

vectorI.h File Reference

#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)])


Define Documentation

#define REF_CV( A, I )   (((A).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.

#define THIS_CV( I )   (((*this).D)->m[(I)])
 


Generated at Wed Nov 22 08:38:29 2000 for LinAl - a simple and efficient Matrix library - by doxygen1.2.1 written by Dimitri van Heesch, © 1997-2000