PBQP Vector class.
More...
#include <Math.h>
PBQP Vector class.
Definition at line 24 of file Math.h.
| llvm::PBQP::Vector::Vector |
( |
unsigned |
Length | ) |
|
|
inlineexplicit |
Construct a PBQP vector of the given size.
Definition at line 29 of file Math.h.
Construct a PBQP vector with initializer.
Definition at line 36 of file Math.h.
Copy construct a PBQP vector.
Definition at line 45 of file Math.h.
| llvm::PBQP::Vector::Vector |
( |
Vector && |
V | ) |
|
|
inline |
Move construct a PBQP vector.
Definition at line 53 of file Math.h.
| llvm::PBQP::Vector::~Vector |
( |
| ) |
|
|
inline |
Destroy this vector, return its memory.
Definition at line 60 of file Math.h.
| unsigned llvm::PBQP::Vector::getLength |
( |
| ) |
const |
|
inline |
| unsigned llvm::PBQP::Vector::minIndex |
( |
| ) |
const |
|
inline |
Returns the index of the minimum value in this vector.
Definition at line 131 of file Math.h.
Add another vector to this one.
Definition at line 115 of file Math.h.
Subtract another vector from this one.
Definition at line 123 of file Math.h.
Copy-assignment operator.
Definition at line 66 of file Math.h.
Move-assignment operator.
Definition at line 77 of file Math.h.
Element access.
Definition at line 101 of file Math.h.
Const element access.
Definition at line 108 of file Math.h.
Return a hash_value for the given vector.
Definition at line 142 of file Math.h.
The documentation for this class was generated from the following file: