CppNoddy  0.92
Loading...
Searching...
No Matches
Namespaces | Typedefs
Types.h File Reference

Some standard typedefs. More...

#include <complex>
#include <cmath>
#include <sys/stat.h>
#include <DenseVector.h>
#include <DenseMatrix.h>
#include <BandedMatrix.h>

Go to the source code of this file.

Namespaces

namespace  CppNoddy
 A collection of OO numerical routines aimed at simple (typical) applied problems in continuum mechanics.
 

Typedefs

typedef std::complex< double > CppNoddy::D_complex
 A complex double precision number using std::complex. More...
 

Detailed Description

Some standard typedefs.

These are kept for legacy reasons. I've tried to remove them from the code, which means things are a little more verbose, but perhaps also a little less obfuscated.

Definition in file Types.h.

© 2012

R.E. Hewitt