#include "Fastor/Fastor.h"
#include "Marmot/MarmotMath.h"
#include <iostream>
Go to the source code of this file.
|
template<typename T , size_t tensorSize> |
Fastor::Tensor< T, tensorSize, tensorSize > | Marmot::ContinuumMechanics::TensorUtility::TensorExponential::computeTensorExponential (const Fastor::Tensor< T, tensorSize, tensorSize > &theTensor, int maxIterations, double tolerance, double alternativeTolerance) |
|
template<typename T , size_t tensorSize> |
TensorExponentialResult< T, tensorSize > | Marmot::ContinuumMechanics::TensorUtility::TensorExponential::FirstOrderDerived::computeTensorExponential (const Fastor::Tensor< T, tensorSize, tensorSize > &theTensor, int maxIterations, double tolerance) |
|
◆ Marmot::ContinuumMechanics::TensorUtility::TensorExponential::TensorExponentialResult
struct Marmot::ContinuumMechanics::TensorUtility::TensorExponential::TensorExponentialResult |
template<typename T, std::size_t tensorSize>
struct Marmot::ContinuumMechanics::TensorUtility::TensorExponential::TensorExponentialResult< T, tensorSize >
Class Members |
Tensor< T, tensorSize, tensorSize > |
theExponential |
|
Tensor< T, tensorSize, tensorSize, tensorSize, tensorSize > |
theExponentialDerivative |
|