Functions | |
| static ARVec * | alloc (int clm) |
| static int | free (ARVec *v) |
| static ARFloat | household (ARVec *x) |
| static ARFloat | innerproduct (ARVec *x, ARVec *y) |
| static int | tridiagonalize (ARMat *a, ARVec *d, ARVec *e) |
| static ARVec* ARToolKitPlus::Vector::alloc | ( | int | clm | ) | [static] |
| static int ARToolKitPlus::Vector::free | ( | ARVec * | v | ) | [static] |
| static ARFloat ARToolKitPlus::Vector::household | ( | ARVec * | x | ) | [static] |
| static ARFloat ARToolKitPlus::Vector::innerproduct | ( | ARVec * | x, |
| ARVec * | y | ||
| ) | [static] |
| static int ARToolKitPlus::Vector::tridiagonalize | ( | ARMat * | a, |
| ARVec * | d, | ||
| ARVec * | e | ||
| ) | [static] |