Points&Forces (core)
Software tools facilitating the task of surveying architecture
Functions
a_mat.cxx File Reference
#include "a_mat.h"
+ Include dependency graph for a_mat.cxx:

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)
 

Function Documentation

◆ operator*() [1/3]

a_mat operator* ( a_mat a,
a_mat b 
)

Definition at line 275 of file a_mat.cxx.

+ Here is the call graph for this function:

◆ operator*() [2/3]

a_mat operator* ( a_mat a,
const double  v 
)

Definition at line 293 of file a_mat.cxx.

◆ operator*() [3/3]

a_mat operator* ( const double  v,
a_mat a 
)

Definition at line 299 of file a_mat.cxx.

◆ operator+()

a_mat operator+ ( a_mat a,
a_mat b 
)

Definition at line 263 of file a_mat.cxx.

◆ operator-()

a_mat operator- ( a_mat a,
a_mat b 
)

Definition at line 269 of file a_mat.cxx.

◆ operator/()

a_mat operator/ ( a_mat a,
const double  v 
)

Definition at line 305 of file a_mat.cxx.

◆ operator<<()

std::ostream& operator<< ( std::ostream &  o,
const UI v 
)

Definition at line 196 of file a_mat.cxx.

◆ operator>>()

std::istream& operator>> ( std::istream &  i,
UI v 
)

Definition at line 188 of file a_mat.cxx.