|
void | add (const SimpleVector &v1, const double &c2, const SimpleVector &v2, SimpleVector &result) |
|
void | add (const double &c1, const SimpleVector &v1, const double &c2, const SimpleVector &v2, SimpleVector &result) |
|
void | add (const double &alpha, const SimpleVector &v1, const SimpleVector &v2, SimpleVector &result) |
|
void | add (const SimpleVector &v1, const SimpleVector &v2, const SimpleVector &v3, SimpleVector &result) |
|
void | subtract (const SimpleVector &v1, const SimpleVector &v2, SimpleVector &result) |
|
double | InnerProduct (const SimpleVector &v1, const SimpleVector &v2) |
|
double | Norm (const SimpleVector &v1) |
|