OOFEM 3.0
Loading...
Searching...
No Matches
floatmatrix.C File Reference
#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.

Namespaces

namespace  oofem

Macros

#define _LOOP_MATRIX(r, c)

Functions

std::ostream & oofem::operator<< (std ::ostream &out, const FloatMatrix &x)
FloatMatrixoofem::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)
FloatMatrixoofem::operator+= (FloatMatrix &a, const FloatMatrix &b)
FloatMatrixoofem::operator-= (FloatMatrix &a, const FloatMatrix &b)

Macro Definition Documentation

◆ _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