#include "floatarray.h"
#include "intarray.h"
#include "floatmatrix.h"
#include "mathfem.h"
#include "error.h"
#include "datastream.h"
#include <cstdarg>
#include <cstdlib>
#include <cstring>
#include <cmath>
#include <ostream>
#include <memory>
#include <numeric>
#include <iostream>
#include <fstream>
#include <iomanip>
Go to the source code of this file.
|
| std::ostream & | oofem::operator<< (std ::ostream &out, const FloatArray &x) |
| FloatArray & | oofem::operator*= (FloatArray &x, const double &a) |
| | Vector multiplication by scalar.
|
| FloatArray | oofem::operator* (const double &a, const FloatArray &x) |
| FloatArray | oofem::operator* (const FloatArray &x, const double &a) |
| FloatArray | oofem::operator+ (const FloatArray &x, const FloatArray &y) |
| FloatArray | oofem::operator- (const FloatArray &x, const FloatArray &y) |
| FloatArray & | oofem::operator+= (FloatArray &x, const FloatArray &y) |
| FloatArray & | oofem::operator-= (FloatArray &x, const FloatArray &y) |
| FloatArray & | oofem::operator/= (FloatArray &x, const double &a) |
| double | oofem::dot (const FloatArray &x, const FloatArray &y) |
| double | oofem::distance (const FloatArray &x, const FloatArray &y) |
| double | oofem::distance_square (const FloatArray &x, const FloatArray &y) |
| double | oofem::norm (const FloatArray &x) |
| double | oofem::norm_square (const FloatArray &x) |
| bool | oofem::isfinite (const FloatArray &x) |
| bool | oofem::iszero (const FloatArray &x) |
| double | oofem::sum (const FloatArray &x) |
| double | oofem::product (const FloatArray &x) |
◆ _DBG
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