vectors.cxx File Reference


Functions

std::ostream & operator<< (std::ostream &f, const FVector &v)
std::istream & operator>> (std::istream &f, FVector &v)
std::ostream & operator<< (std::ostream &f, const SVector &v)
std::istream & operator>> (std::istream &f, SVector &v)
double dot (const FVector &v1, const FVector &v2)
double dot (const FVector &v1, const SVector &v2)
double dot (const SVector &v1, const FVector &v2)
double dot (const SVector &v1, const SVector &v2)
SVector combine (const SVector &v1, double a1, const SVector &v2, double a2)
FVector combine (const FVector &v1, double a1, const SVector &v2, double a2)
FVector combine (const SVector &v1, double a1, const FVector &v2, double a2)
FVector combine (const FVector &v1, double a1, const FVector &v2, double a2)
template<>
void parse_labeled_vector< SVector > (std::string ex, int &label, SVector &x)
template<>
void parse_labeled_vector< FVector > (std::string ex, int &label, FVector &x)

Function Documentation

FVector combine ( const FVector v1,
double  a1,
const FVector v2,
double  a2 
)

FVector combine ( const SVector v1,
double  a1,
const FVector v2,
double  a2 
)

FVector combine ( const FVector v1,
double  a1,
const SVector v2,
double  a2 
)

SVector combine ( const SVector v1,
double  a1,
const SVector v2,
double  a2 
)

double dot ( const SVector v1,
const SVector v2 
)

double dot ( const SVector v1,
const FVector v2 
)

double dot ( const FVector v1,
const SVector v2 
)

double dot ( const FVector v1,
const FVector v2 
)

std::ostream& operator<< ( std::ostream &  f,
const SVector v 
)

std::ostream& operator<< ( std::ostream &  f,
const FVector v 
)

std::istream& operator>> ( std::istream &  f,
SVector v 
)

std::istream& operator>> ( std::istream &  f,
FVector v 
)

template<>
void parse_labeled_vector< FVector > ( std::string  ex,
int &  label,
FVector x 
)

template<>
void parse_labeled_vector< SVector > ( std::string  ex,
int &  label,
SVector x 
)


Generated on Wed Dec 15 10:46:16 2010 for Hazy_System by  doxygen 1.4.7