PBQP Vector class.
More...
#include <Math.h>
PBQP Vector class.
Definition at line 22 of file Math.h.
Construct a PBQP vector of the given size.
Definition at line 26 of file Math.h.
Construct a PBQP vector with initializer.
Definition at line 31 of file Math.h.
PBQP::Vector::Vector |
( |
const Vector & |
v | ) |
|
|
inline |
Copy construct a PBQP vector.
Definition at line 37 of file Math.h.
PBQP::Vector::~Vector |
( |
| ) |
|
|
inline |
Destroy this vector, return its memory.
Definition at line 43 of file Math.h.
unsigned PBQP::Vector::getLength |
( |
| ) |
const |
|
inline |
unsigned PBQP::Vector::minIndex |
( |
| ) |
const |
|
inline |
Returns the index of the minimum value in this vector.
Definition at line 86 of file Math.h.
Add another vector to this one.
Definition at line 72 of file Math.h.
Subtract another vector from this one.
Definition at line 79 of file Math.h.
Assignment operator.
Definition at line 46 of file Math.h.
Element access.
Definition at line 60 of file Math.h.
Const element access.
Definition at line 66 of file Math.h.
The documentation for this class was generated from the following file: