OOFEM  2.4
OOFEM.org - Object Oriented Finite Element Solver
floatarray.h File Reference
#include "oofemcfg.h"
#include "contextioresulttype.h"
#include "contextmode.h"
#include <initializer_list>
#include <vector>
#include <iosfwd>

Go to the source code of this file.

Classes

class  oofem::FloatArray
 Class representing vector of real numbers. More...
 

Namespaces

 oofem
 the oofem namespace is to define a context or scope in which all oofem names are defined.
 

Functions

IML compatibility
FloatArray & oofem::operator*= (FloatArray &x, const double &a)
 Vector multiplication by scalar. More...
 
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)
 
double oofem::norm (const FloatArray &x)
 
double oofem::dot (const FloatArray &x, const FloatArray &y)
 

Variables

const FloatArray oofem::ZeroVector = {0.0,0.0,0.0}
 

This page is part of the OOFEM documentation. Copyright (c) 2011 Borek Patzak
Project e-mail: info@oofem.org
Generated at Tue Jan 2 2018 20:07:32 for OOFEM by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2011