OBOE  0.1
Accpm::AccpmVector Class Reference

#include <AccpmVector.h>

List of all members.

Public Member Functions

 AccpmVector ()
 AccpmVector (int n)
 AccpmVector (double *v, int n)
 AccpmVector (const LaGenMatDouble &s)
virtual ~AccpmVector ()
AccpmVectoroperator= (double s)
AccpmVectoroperator= (const LaGenMatDouble &s)
bool operator== (const AccpmVector &v) const
void copy (const StdRealVector &v1)
void append (const AccpmVector &v)
void append (const double entry)
int deleteElem (int id)
void negate ()
void invert ()
double min (int *index=0) const
double max (int *index=0) const
void times (const AccpmVector &v)
void rdivide (const AccpmVector &v)
double sum () const

Detailed Description

Class for handling vectors which are compatible with BLAS and LAPACK.


Constructor & Destructor Documentation

Accpm::AccpmVector::AccpmVector ( double *  v,
int  n 
)
Accpm::AccpmVector::AccpmVector ( const LaGenMatDouble &  s)
virtual Accpm::AccpmVector::~AccpmVector ( ) [inline, virtual]

Member Function Documentation

void Accpm::AccpmVector::append ( const double  entry)
double Accpm::AccpmVector::max ( int *  index = 0) const

References ACCPM_MINUS_INF.

double Accpm::AccpmVector::min ( int *  index = 0) const

References ACCPM_PLUS_INF.

AccpmVector & Accpm::AccpmVector::operator= ( double  s)

Referenced by operator=().

AccpmVector & Accpm::AccpmVector::operator= ( const LaGenMatDouble &  s)

References operator=().

bool Accpm::AccpmVector::operator== ( const AccpmVector v) const

References DBL_CMP().

Element by element division ./ or rdivide operation of MATLAB

References DBL_CMP().

Referenced by Accpm::LocSet::computeFullATQA(), and Accpm::Manager::updateVariables().

Element by element mutliplication .* or times operation of MATLAB

Referenced by Accpm::Manager::computeBox2Constraint(), and Accpm::AccpmGenMatrix::scaleColumn().


The documentation for this class was generated from the following files: