|
OOFEM 3.0
|
#include "oofemenv.h"#include "contextioresulttype.h"#include "contextmode.h"#include "numerics.h"#include <vector>#include <iosfwd>#include <initializer_list>#include <algorithm>#include <string>Go to the source code of this file.
Classes | |
| class | oofem::FloatMatrix |
Namespaces | |
| namespace | oofem |
Functions | |
| FloatMatrix & | oofem::operator*= (FloatMatrix &x, const double &a) |
| FloatMatrix | oofem::operator* (const FloatMatrix &x, const double &a) |
| FloatMatrix | oofem::operator* (const double &a, const FloatMatrix &x) |
| FloatMatrix | oofem::operator* (const FloatMatrix &a, const FloatMatrix &b) |
| FloatArray | oofem::operator* (const FloatMatrix &a, const FloatArray &b) |
| FloatMatrix | oofem::operator+ (const FloatMatrix &a, const FloatMatrix &b) |
| FloatMatrix | oofem::operator- (const FloatMatrix &a, const FloatMatrix &b) |
| FloatMatrix & | oofem::operator+= (FloatMatrix &a, const FloatMatrix &b) |
| FloatMatrix & | oofem::operator-= (FloatMatrix &a, const FloatMatrix &b) |