Points&Forces (core)
Software tools facilitating the task of surveying architecture
|
Go to the source code of this file.
Classes | |
class | a_mat |
class | a_mat::range_error |
class | a_mat::compatibility_error |
Typedefs | |
typedef unsigned int | UI |
Functions | |
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) |