#include <ARToolKitPlus/config.h>
Go to the source code of this file.
Classes | |
struct | ARToolKitPlus::ARVec |
Namespaces | |
namespace | ARToolKitPlus |
namespace | ARToolKitPlus::Vector |
Functions | |
AR_EXPORT ARVec * | ARToolKitPlus::Vector::alloc (int clm) |
AR_EXPORT int | ARToolKitPlus::Vector::free (ARVec *v) |
AR_EXPORT ARFloat | ARToolKitPlus::Vector::household (ARVec *x) |
AR_EXPORT ARFloat | ARToolKitPlus::Vector::innerproduct (ARVec *x, ARVec *y) |
AR_EXPORT int | ARToolKitPlus::Vector::tridiagonalize (ARMat *a, ARVec *d, ARVec *e) |