Medusa  1.1
Coordinate Free Mehless Method implementation
ScalarField_fwd.hpp File Reference

Detailed Description

Declaration of ScalarField.

Definition in file ScalarField_fwd.hpp.

#include <medusa/Config.hpp>
#include <Eigen/Core>
#include "traits.hpp"
+ Include dependency graph for ScalarField_fwd.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  mm::ScalarField< Scalar >
 Represents a discretization of a scalar field, a finite collection of scalars. More...
 
class  mm::ScalarField< Scalar >::ScalarFieldView
 Represents a non contiguous view to a scalar field. More...
 
struct  mm::scalar_type< ScalarField< T > >
 The scalar_type trait definition for ScalarField. More...
 

Namespaces

 mm
 Root namespace for the whole library.
 

Typedefs

typedef ScalarField< double > mm::ScalarFieldd
 Convenience typedef for ScalarField of doubles. More...
 
typedef ScalarField< float > mm::ScalarFieldf
 Convenience typedef for ScalarField of floats. More...