#include "Marmot/MarmotNumericalDifferentiation.h"
#include "Marmot/MarmotConstants.h"
#include <complex>
Namespaces | |
Marmot | |
This file includes functions needed for calculations with stress and strain tensors written in voigt notation. | |
Marmot::NumericalAlgorithms | |
Marmot::NumericalAlgorithms::Differentiation | |
Marmot::NumericalAlgorithms::Differentiation::Complex | |
Functions | |
double | Marmot::NumericalAlgorithms::Differentiation::forwardDifference (const scalar_to_scalar_function_type &f, const double x) |
double | Marmot::NumericalAlgorithms::Differentiation::centralDifference (const scalar_to_scalar_function_type &f, const double x) |
MatrixXd | Marmot::NumericalAlgorithms::Differentiation::forwardDifference (const vector_to_vector_function_type &F, const VectorXd &X) |
MatrixXd | Marmot::NumericalAlgorithms::Differentiation::centralDifference (const vector_to_vector_function_type &F, const VectorXd &X) |
double | Marmot::NumericalAlgorithms::Differentiation::Complex::forwardDifference (const scalar_to_scalar_function_type &f, const double x) |
std::tuple< VectorXd, MatrixXd > | Marmot::NumericalAlgorithms::Differentiation::Complex::forwardDifference (const vector_to_vector_function_type &F, const VectorXd &X) |
MatrixXd | Marmot::NumericalAlgorithms::Differentiation::Complex::centralDifference (const vector_to_vector_function_type &F, const VectorXd &X) |
MatrixXd | Marmot::NumericalAlgorithms::Differentiation::Complex::fourthOrderAccurateDerivative (const vector_to_vector_function_type &F, const VectorXd &X) |