Points&Forces (core)
Software tools facilitating the task of surveying architecture
Classes | Typedefs | Functions
a_mat.h File Reference
#include <valarray>
#include <iostream>
#include "a_mat_base.h"
+ Include dependency graph for a_mat.h:
+ This graph shows which files directly or indirectly include this file:

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)
 

Typedef Documentation

◆ UI

typedef unsigned int UI

Definition at line 23 of file a_mat.h.

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.