PBQP Vector class.
More...
#include <Math.h>
List of all members.
Detailed Description
PBQP Vector class.
Definition at line 22 of file Math.h.
Constructor & Destructor Documentation
Construct a PBQP vector of the given size.
Definition at line 27 of file Math.h.
Construct a PBQP vector with initializer.
Definition at line 34 of file Math.h.
Copy construct a PBQP vector.
Definition at line 43 of file Math.h.
Move construct a PBQP vector.
Definition at line 51 of file Math.h.
Destroy this vector, return its memory.
Definition at line 58 of file Math.h.
Member Function Documentation
Returns the index of the minimum value in this vector.
Definition at line 129 of file Math.h.
Add another vector to this one.
Definition at line 113 of file Math.h.
Subtract another vector from this one.
Definition at line 121 of file Math.h.
Copy-assignment operator.
Definition at line 64 of file Math.h.
Move-assignment operator.
Definition at line 75 of file Math.h.
Element access.
Definition at line 99 of file Math.h.
Const element access.
Definition at line 106 of file Math.h.
Friends And Related Function Documentation
The documentation for this class was generated from the following file: