LLVM API Documentation
#include <algorithm>
#include <cassert>
#include <functional>
Go to the source code of this file.
Classes | |
class | PBQP::Vector |
PBQP Vector class. More... | |
class | PBQP::VectorComparator |
class | PBQP::Matrix |
PBQP Matrix class. More... | |
class | PBQP::MatrixComparator |
class | PBQP::MDVector< Metadata > |
class | PBQP::MDMatrix< Metadata > |
Namespaces | |
namespace | PBQP |
Typedefs | |
typedef float | PBQP::PBQPNum |
Functions | |
template<typename OStream > | |
OStream & | PBQP::operator<< (OStream &OS, const Vector &V) |
Output a textual representation of the given vector on the given output stream. | |
template<typename OStream > | |
OStream & | PBQP::operator<< (OStream &OS, const Matrix &M) |
Output a textual representation of the given matrix on the given output stream. |