|
FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
|
Compute the partial derivative of a multidimensional array. More...
#include <DeriveArray.hpp>
Static Public Member Functions | |
| template<int N, class Type > | |
| static void | compute (MultiArray< N, Type > &result, const MultiArray< N, Type > &D) |
| template<int N, class Type > | |
| static bool | computeNthDerivative (MultiArray< N, Type > &result, const MultiArray< N, Type > &D, int NthDerivative) |
| Compute the 1st derivate of the given array in the nth dimension. | |
Compute the partial derivative of a multidimensional array.
|
inlinestatic |
Compute the 1st derivate of the given array in the nth dimension.
Note that this is not the nth derivate, but N relates to the dimension. This will always be just a derivation of 1st order.
References Fiber::DeriveArray< Interpol, DerivativeDimension, Delimiter >::computeNthDerivative().
Referenced by Fiber::DeriveArray< Interpol, DerivativeDimension, Delimiter >::computeNthDerivative().