MoorDyn
Classes | Namespaces | Functions
State.hpp File Reference
#include "Misc.hpp"
#include "IO.hpp"
#include "Instance.hpp"
#include <Eigen/Dense>
#include <map>
#include <string>
#include <utility>
#include <sstream>
Include dependency graph for State.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  moordyn::state::State
 The collection of state variables of the whole system. More...
 

Namespaces

 moordyn
 MoorDyn2 C++ API namespace.
 

Functions

moordyn::StateVar operator* (moordyn::StateVarView v, moordyn::real f)
 
moordyn::StateVar operator* (moordyn::real f, moordyn::StateVarView v)
 
moordyn::StateVar operator* (moordyn::StateVar v, moordyn::real f)
 
moordyn::StateVar operator* (moordyn::real f, moordyn::StateVar v)
 

Detailed Description

C++ API for the state variables, used in moordyn::TimeScheme