OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#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 <ostream>
#include <iostream>
#include <fstream>
#include <iomanip>
#include <numeric>
Go to the source code of this file.
Namespaces | |
oofem | |
the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
#define | RESIZE(nr, nc) |
Functions | |
std::ostream & | oofem::operator<< (std::ostream &out, const FloatMatrix &x) |
#define RESIZE | ( | nr, | |
nc | |||
) |
Definition at line 55 of file floatmatrix.C.
Referenced by oofem::FloatMatrix::beDyadicProductOf(), oofem::FloatMatrix::beInverseOf(), oofem::FloatMatrix::beProductOf(), oofem::FloatMatrix::beProductTOf(), oofem::FloatMatrix::beTProductOf(), oofem::FloatMatrix::beTranspositionOf(), oofem::FloatMatrix::FloatMatrix(), and oofem::FloatMatrix::operator=().