#include "floatmatrix.h"
#include "floatarray.h"
#include "intarray.h"
#include "mathfem.h"
#include "error.h"
#include "datastream.h"
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <cmath>
#include <ostream>
#include <iostream>
#include <fstream>
#include <iomanip>
Go to the source code of this file.
|
| std::ostream & | oofem::operator<< (std ::ostream &out, const FloatMatrix &x) |
| 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) |
◆ _LOOP_MATRIX
| #define _LOOP_MATRIX |
( |
| r, |
|
|
| c ) |
This page is part of the
OOFEM-3.0 documentation. Copyright Copyright (C) 1994-2025 Borek Patzak
Bořek Patzák
Project e-mail:
oofem@fsv.cvut.cz
Generated at for OOFEM by
doxygen
1.15.0 written by Dimitri van Heesch,
© 1997-2011