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

Detailed Description

Declaration of VectorField.

Definition in file VectorField_fwd.hpp.

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

Go to the source code of this file.

Classes

class  mm::VectorField< Scalar, dimension >
 Represents a discretization of a vector field, a finite collection of vectors. More...
 
class  mm::VectorField< Scalar, dimension >::VectorFieldView
 Represents a non contiguous view to a vector field. More...
 
struct  mm::vector_type< VectorField< Scalar, dim > >
 The vector_type trait definition for VectorField. More...
 

Namespaces

 mm
 Root namespace for the whole library.
 

Typedefs

typedef VectorField< double, 1 > mm::VectorField1d
 One dimensional vector field of doubles. More...
 
typedef VectorField< double, 2 > mm::VectorField2d
 Two dimensional vector field of doubles. More...
 
typedef VectorField< double, 3 > mm::VectorField3d
 Three dimensional vector field of doubles. More...