Points&Forces (core)
Software tools facilitating the task of surveying architecture
|
#include "a_mat.h"
Go to the source code of this file.
Functions | |
std::istream & | operator>> (std::istream &i, UI &v) |
std::ostream & | operator<< (std::ostream &o, const UI &v) |
a_mat | operator+ (a_mat &a, a_mat &b) |
a_mat | operator- (a_mat &a, a_mat &b) |
a_mat | operator* (a_mat &a, a_mat &b) |
a_mat | operator* (a_mat &a, const double v) |
a_mat | operator* (const double v, a_mat &a) |
a_mat | operator/ (a_mat &a, const double v) |
std::ostream& operator<< | ( | std::ostream & | o, |
const UI & | v | ||
) |