LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Typedefs | Functions
Math.h File Reference
#include <algorithm>
#include <cassert>
#include <functional>
Include dependency graph for Math.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PBQP::Vector
 PBQP Vector class. More...
 
class  PBQP::Matrix
 PBQP Matrix class. More...
 

Namespaces

 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. More...
 
template<typename OStream >
OStream & PBQP::operator<< (OStream &os, const Matrix &m)
 Output a textual representation of the given matrix on the given output stream. More...