CAMdoubleVector Class Reference

#include <dvector.h>

Inheritance diagram for CAMdoubleVector:

Inheritance graph
[legend]
List of all members.

Detailed Description

Examples:

testAttitudeIntegration.cpp, testDynamics.cpp, testEnvironment.cpp, testOrbitIntegration.cpp, and testPropagation.cpp.

Definition at line 33 of file dvector.h.

Public Member Functions

 CAMdoubleVector ()
 CAMdoubleVector (const CAMdoubleVector &A)
 CAMdoubleVector (const CAMvectorBase &A)
 CAMdoubleVector (long n)
 CAMdoubleVector (const CAMrange &R1)
 CAMdoubleVector (const CAMrange &R1, char *RorC)
void operator= (const CAMdoubleVector &A)
void operator= (const CAMvectorBase &A)
void operator= (const CAMmatrixBase &A)
void operator= (double value)
void initialize ()
void initialize (const CAMdoubleVector &A)
void initialize (const CAMvectorBase &A)
void initialize (long n)
void initialize (const CAMrange &R1)
double & operator() (long i1)
const double & operator() (long i1) const
CAMdoubleVector operator() (const CAMrange &R1)
const CAMdoubleVector operator() (const CAMrange &R1) const
double * getDataPointer () const
void initialize (int d_type)
void initialize (int d_type, const CAMrange &R1)
CAMvectorBase operator- () const
CAMvectorBase operator- (const CAMvectorBase &A) const
CAMmatrixBase operator- (const CAMmatrixBase &A) const
CAMvectorBase operator- (const double value) const
CAMvectorBase operator+ (const CAMvectorBase &A) const
CAMmatrixBase operator+ (const CAMmatrixBase &A) const
CAMvectorBase operator+ (const double value) const
CAMmatrixBase operator * (const CAMvectorBase &A) const
CAMvectorBase operator * (const CAMmatrixBase &A) const
CAMvectorBase operator * (double value) const
void operator+= (const CAMvectorBase &A)
void operator+= (const CAMmatrixBase &A)
void operator+= (const double value)
void operator-= (const CAMvectorBase &A)
void operator-= (const CAMmatrixBase &A)
void operator-= (const double value)
CAMvectorBase operator~ () const
CAMvectorBase transpose () const
long CAMvectorBase::getIndexBase () const
long CAMvectorBase::getIndexBound () const
long CAMvectorBase::getIndexStride () const
long CAMvectorBase::getIndexCount () const
void CAMvectorBase::setIndexBase (long i)
void CAMvectorBase::setIndexStride (long i)
CAMvectorBase operator/ (double value) const
void operator *= (double value)
void operator/= (double value)
void setToValue (double value)
CAMvectorBase plusValue (double value)
CAMvectorBase minusValue (double value)
void setTemporaryFlag ()
void initializeReturnArgument (const CAMstructureBase &S, int dataT)
void initializeReturnArgument (const CAMvectorBase &A)
void initializeMinDuplicate (const CAMvectorBase &A)
void * getDataPointer (long i1, long i2) const
CAMmatrixBase asMatrix () const
CAMarrayBase asArray () const
long getDimension () const
void incrementReferenceCount ()
void decrementReferenceCount ()
int getReferenceCount () const
void setReferenceCount (int refValue)
double max () const
double min () const
double maxAbs () const
double minAbs () const
double infNorm () const
double pNorm (int p) const
double pNorm (long p) const
double pNorm (float p) const
double pNorm (double p) const
double dot (const CAMvectorBase &V) const
void exchangeContentsWith (CAMvectorBase &B)
void initializeReferenceDuplicate (const CAMvectorBase &B)

Static Public Member Functions

void referenceCountError ()
void indexCheck (const CAMstructureBase &S, long i1, long i2)
void indexErrorMessage (long indexDimension, long base, long bound, long index)
void nonConformingMessage (const CAMstructureBase &A, const CAMstructureBase &B)
void doubleConversionError (const CAMstructureBase &A)
void objectConversionError (const CAMstructureBase &A)
void nullOperandError ()
void nullOperandError (char *Operation)
void inputSizeError ()

Public Attributes

CAMstructureBase Structure
CAMdataHandlerDataP
int typeValue
int referenceFlag
long vectorBaseReferenceCount

Friends

class CAMmatrixBase
__IMPEXP__ friend ostream & operator<< (ostream &out_stream, const CAMvectorBase &A)
__IMPEXP__ friend istream & operator>> (istream &in_stream, CAMvectorBase &A)
__IMPEXP__ friend CAMvectorBase operator- (const double value, const CAMvectorBase &A)
__IMPEXP__ friend CAMvectorBase operator+ (const double value, const CAMvectorBase &A)
__IMPEXP__ friend CAMvectorBase operator * (double value, const CAMvectorBase &A)
__IMPEXP__ friend CAMvectorBase operator/ (double value, const CAMvectorBase &A)


Constructor & Destructor Documentation

CAMdoubleVector::CAMdoubleVector  ) 
 

Definition at line 40 of file dvector.h.

CAMdoubleVector::CAMdoubleVector const CAMdoubleVector &  A  ) 
 

Definition at line 41 of file dvector.h.

CAMdoubleVector::CAMdoubleVector const CAMvectorBase A  ) 
 

Definition at line 42 of file dvector.h.

CAMdoubleVector::CAMdoubleVector long  n  ) 
 

Definition at line 43 of file dvector.h.

CAMdoubleVector::CAMdoubleVector const CAMrange R1  ) 
 

Definition at line 44 of file dvector.h.

CAMdoubleVector::CAMdoubleVector const CAMrange R1,
char *  RorC
 

Definition at line 46 of file dvector.h.


Member Function Documentation

void CAMdoubleVector::operator= const CAMdoubleVector &  A  ) 
 

Definition at line 52 of file dvector.h.

void CAMdoubleVector::operator= const CAMvectorBase A  ) 
 

Reimplemented from CAMvectorBase.

Definition at line 55 of file dvector.h.

void CAMdoubleVector::operator= const CAMmatrixBase A  ) 
 

Reimplemented from CAMvectorBase.

Definition at line 57 of file dvector.h.

void CAMdoubleVector::operator= double  value  ) 
 

Reimplemented from CAMvectorBase.

Definition at line 59 of file dvector.h.

void CAMdoubleVector::initialize  ) 
 

Reimplemented from CAMvectorBase.

Definition at line 64 of file dvector.h.

void CAMdoubleVector::initialize const CAMdoubleVector &  A  ) 
 

Definition at line 66 of file dvector.h.

void CAMdoubleVector::initialize const CAMvectorBase A  ) 
 

Reimplemented from CAMvectorBase.

Definition at line 68 of file dvector.h.

void CAMdoubleVector::initialize long  n  ) 
 

Definition at line 70 of file dvector.h.

void CAMdoubleVector::initialize const CAMrange R1  ) 
 

Definition at line 72 of file dvector.h.

double& CAMdoubleVector::operator() long  i1  ) 
 

Definition at line 74 of file dvector.h.

const double& CAMdoubleVector::operator() long  i1  )  const
 

Definition at line 90 of file dvector.h.

CAMdoubleVector CAMdoubleVector::operator() const CAMrange R1  ) 
 

Definition at line 105 of file dvector.h.

const CAMdoubleVector CAMdoubleVector::operator() const CAMrange R1  )  const
 

Definition at line 128 of file dvector.h.

double* CAMdoubleVector::getDataPointer  )  const
 

Reimplemented from CAMvectorBase.

Definition at line 154 of file dvector.h.

void CAMvectorBase::initialize int  d_type  )  [inherited]
 

Definition at line 248 of file vecbse.cpp.

void CAMvectorBase::initialize int  d_type,
const CAMrange R1
[inherited]
 

Definition at line 292 of file vecbse.cpp.

CAMvectorBase CAMvectorBase::operator-  )  const [inherited]
 

Definition at line 378 of file vecbse.cpp.

CAMvectorBase CAMvectorBase::operator- const CAMvectorBase A  )  const [inherited]
 

Definition at line 424 of file vecbse.cpp.

CAMmatrixBase CAMvectorBase::operator- const CAMmatrixBase A  )  const [inherited]
 

Definition at line 440 of file vecbse.cpp.

CAMvectorBase CAMvectorBase::operator- const double  value  )  const [inherited]
 

Definition at line 867 of file vecbse.cpp.

CAMvectorBase CAMvectorBase::operator+ const CAMvectorBase A  )  const [inherited]
 

Definition at line 391 of file vecbse.cpp.

CAMmatrixBase CAMvectorBase::operator+ const CAMmatrixBase A  )  const [inherited]
 

Definition at line 408 of file vecbse.cpp.

CAMvectorBase CAMvectorBase::operator+ const double  value  )  const [inherited]
 

Definition at line 836 of file vecbse.cpp.

CAMmatrixBase CAMvectorBase::operator * const CAMvectorBase A  )  const [inherited]
 

Definition at line 457 of file vecbse.cpp.

CAMvectorBase CAMvectorBase::operator * const CAMmatrixBase A  )  const [inherited]
 

Definition at line 550 of file vecbse.cpp.

CAMvectorBase CAMvectorBase::operator * double  value  )  const [inherited]
 

Definition at line 923 of file vecbse.cpp.

void CAMvectorBase::operator+= const CAMvectorBase A  )  [inherited]
 

Definition at line 650 of file vecbse.cpp.

void CAMvectorBase::operator+= const CAMmatrixBase A  )  [inherited]
 

Definition at line 666 of file vecbse.cpp.

void CAMvectorBase::operator+= const double  value  )  [inherited]
 

Definition at line 899 of file vecbse.cpp.

void CAMvectorBase::operator-= const CAMvectorBase A  )  [inherited]
 

Definition at line 676 of file vecbse.cpp.

void CAMvectorBase::operator-= const CAMmatrixBase A  )  [inherited]
 

Definition at line 686 of file vecbse.cpp.

void CAMvectorBase::operator-= const double  value  )  [inherited]
 

Definition at line 911 of file vecbse.cpp.

CAMvectorBase CAMvectorBase::operator~  )  const [inherited]
 

Definition at line 807 of file vecbse.cpp.

CAMvectorBase CAMvectorBase::transpose  )  const [inherited]
 

Definition at line 697 of file vecbse.cpp.

long CAMvectorBase::CAMvectorBase::getIndexBase  )  const [inherited]
 

long CAMvectorBase::CAMvectorBase::getIndexBound  )  const [inherited]
 

long CAMvectorBase::CAMvectorBase::getIndexStride  )  const [inherited]
 

long CAMvectorBase::CAMvectorBase::getIndexCount  )  const [inherited]
 

void CAMvectorBase::CAMvectorBase::setIndexBase long  i  )  [inherited]
 

void CAMvectorBase::CAMvectorBase::setIndexStride long  i  )  [inherited]
 

CAMvectorBase CAMvectorBase::operator/ double  value  )  const [inherited]
 

Definition at line 945 of file vecbse.cpp.

void CAMvectorBase::operator *= double  value  )  [inherited]
 

Definition at line 967 of file vecbse.cpp.

void CAMvectorBase::operator/= double  value  )  [inherited]
 

Definition at line 975 of file vecbse.cpp.

void CAMvectorBase::setToValue double  value  )  [inherited]
 

Definition at line 982 of file vecbse.cpp.

CAMvectorBase CAMvectorBase::plusValue double  value  )  [inherited]
 

Definition at line 990 of file vecbse.cpp.

CAMvectorBase CAMvectorBase::minusValue double  value  )  [inherited]
 

Definition at line 1001 of file vecbse.cpp.

void CAMvectorBase::setTemporaryFlag  )  [inherited]
 

Definition at line 145 of file vecbse.h.

void CAMvectorBase::initializeReturnArgument const CAMstructureBase S,
int  dataT
[inherited]
 

Definition at line 322 of file vecbse.cpp.

void CAMvectorBase::initializeReturnArgument const CAMvectorBase A  )  [inherited]
 

Definition at line 316 of file vecbse.cpp.

void CAMvectorBase::initializeMinDuplicate const CAMvectorBase A  )  [inherited]
 

Definition at line 328 of file vecbse.cpp.

void * CAMvectorBase::getDataPointer long  i1,
long  i2
const [inherited]
 

Definition at line 1132 of file vecbse.cpp.

CAMmatrixBase CAMvectorBase::asMatrix  )  const [inherited]
 

Definition at line 1080 of file vecbse.cpp.

CAMarrayBase CAMvectorBase::asArray  )  const [inherited]
 

Definition at line 1106 of file vecbse.cpp.

long CAMvectorBase::getDimension  )  const [inherited]
 

Definition at line 154 of file vecbse.h.

void CAMvectorBase::incrementReferenceCount  )  [inherited]
 

Definition at line 1154 of file vecbse.cpp.

void CAMvectorBase::decrementReferenceCount  )  [inherited]
 

Definition at line 159 of file vecbse.h.

int CAMvectorBase::getReferenceCount  )  const [inherited]
 

Definition at line 160 of file vecbse.h.

void CAMvectorBase::setReferenceCount int  refValue  )  [inherited]
 

Definition at line 161 of file vecbse.h.

void CAMvectorBase::referenceCountError  )  [static, inherited]
 

Definition at line 1160 of file vecbse.cpp.

void CAMvectorBase::indexCheck const CAMstructureBase S,
long  i1,
long  i2
[static, inherited]
 

Definition at line 1172 of file vecbse.cpp.

void CAMvectorBase::indexErrorMessage long  indexDimension,
long  base,
long  bound,
long  index
[static, inherited]
 

Definition at line 1197 of file vecbse.cpp.

void CAMvectorBase::nonConformingMessage const CAMstructureBase A,
const CAMstructureBase B
[static, inherited]
 

Definition at line 1205 of file vecbse.cpp.

void CAMvectorBase::doubleConversionError const CAMstructureBase A  )  [static, inherited]
 

Definition at line 1222 of file vecbse.cpp.

void CAMvectorBase::objectConversionError const CAMstructureBase A  )  [static, inherited]
 

Definition at line 1235 of file vecbse.cpp.

void CAMvectorBase::nullOperandError  )  [static, inherited]
 

Definition at line 1247 of file vecbse.cpp.

void CAMvectorBase::nullOperandError char *  Operation  )  [static, inherited]
 

Definition at line 1253 of file vecbse.cpp.

void CAMvectorBase::inputSizeError  )  [static, inherited]
 

Definition at line 1259 of file vecbse.cpp.

double CAMvectorBase::max  )  const [inherited]
 

Definition at line 13 of file vecutl.cpp.

double CAMvectorBase::min  )  const [inherited]
 

Definition at line 39 of file vecutl.cpp.

double CAMvectorBase::maxAbs  )  const [inherited]
 

Definition at line 65 of file vecutl.cpp.

double CAMvectorBase::minAbs  )  const [inherited]
 

Definition at line 91 of file vecutl.cpp.

double CAMvectorBase::infNorm  )  const [inherited]
 

Definition at line 118 of file vecutl.cpp.

double CAMvectorBase::pNorm int  p  )  const [inherited]
 

Definition at line 170 of file vecutl.cpp.

double CAMvectorBase::pNorm long  p  )  const [inherited]
 

Definition at line 171 of file vecutl.cpp.

double CAMvectorBase::pNorm float  p  )  const [inherited]
 

Definition at line 172 of file vecutl.cpp.

double CAMvectorBase::pNorm double  p  )  const [inherited]
 

Definition at line 144 of file vecutl.cpp.

double CAMvectorBase::dot const CAMvectorBase V  )  const [inherited]
 

Definition at line 173 of file vecutl.cpp.

void CAMvectorBase::exchangeContentsWith CAMvectorBase B  )  [inherited]
 

Definition at line 1017 of file vecbse.cpp.

void CAMvectorBase::initializeReferenceDuplicate const CAMvectorBase B  )  [inherited]
 

Definition at line 1048 of file vecbse.cpp.


Friends And Related Function Documentation

friend class CAMmatrixBase [friend, inherited]
 

Definition at line 63 of file vecbse.h.

__IMPEXP__ friend ostream& operator<< ostream &  out_stream,
const CAMvectorBase A
[friend, inherited]
 

Definition at line 182 of file vecbse.cpp.

__IMPEXP__ friend istream& operator>> istream &  in_stream,
CAMvectorBase A
[friend, inherited]
 

Definition at line 210 of file vecbse.cpp.

__IMPEXP__ friend CAMvectorBase operator- const double  value,
const CAMvectorBase A
[friend, inherited]
 

Definition at line 883 of file vecbse.cpp.

__IMPEXP__ friend CAMvectorBase operator+ const double  value,
const CAMvectorBase A
[friend, inherited]
 

Definition at line 851 of file vecbse.cpp.

__IMPEXP__ friend CAMvectorBase operator * double  value,
const CAMvectorBase A
[friend, inherited]
 

Definition at line 934 of file vecbse.cpp.

__IMPEXP__ friend CAMvectorBase operator/ double  value,
const CAMvectorBase A
[friend, inherited]
 

Definition at line 956 of file vecbse.cpp.


Member Data Documentation

CAMstructureBase CAMvectorBase::Structure [inherited]
 

Definition at line 55 of file vecbse.h.

CAMdataHandler* CAMvectorBase::DataP [inherited]
 

Definition at line 56 of file vecbse.h.

int CAMvectorBase::typeValue [inherited]
 

Definition at line 57 of file vecbse.h.

int CAMvectorBase::referenceFlag [inherited]
 

Definition at line 58 of file vecbse.h.

long CAMvectorBase::vectorBaseReferenceCount [inherited]
 

Definition at line 59 of file vecbse.h.


Generated on Wed Aug 6 12:59:03 2003 for Open-Sessame Framework by doxygen1.3