#include <iostream>
#include <qvcore/qvdefines.h>
#include <cblas.h>
#include <QPointF>
Go to the source code of this file.
Functions | |
const int | qvFactorial (const int n) |
const double | qvCombination (const int setRange, const int subsetRange) |
Number of combinations of a fixed size over the elements of a set. | |
const double | qvAngle (const QPointF &) |
const double | qvClockWiseAngle (const QPointF &, const QPointF &) |
const int | qvRandom (const int minValue, const int maxValue) |
std::ostream & | operator<< (std::ostream &os, const QPointF &point) |
double | norm2 (const QPointF &p) |
Definition in file qvmath.h.
const int qvFactorial | ( | const int | n | ) |