![]() |
Functions | |
template<size_t... Rest> | |
Fastor::Tensor< double, Rest... > | forwardDifference (const std::function< Fastor::Tensor< double, Rest... >(const double) > &F, const double x) |
template<size_t... Rest> | |
Fastor::Tensor< double, Rest... > | centralDifference (const std::function< Fastor::Tensor< double, Rest... >(const double) > &F, const double x) |
Fastor::Tensor< double, Rest... > Marmot::NumericalAlgorithms::Differentiation::ScalarToTensor::forwardDifference | ( | const std::function< Fastor::Tensor< double, Rest... >(const double) > & | F, |
const double | x | ||
) |
Fastor::Tensor< double, Rest... > Marmot::NumericalAlgorithms::Differentiation::ScalarToTensor::centralDifference | ( | const std::function< Fastor::Tensor< double, Rest... >(const double) > & | F, |
const double | x | ||
) |