Functions for decomposing the Jacobian. More...
#include "../../../ads/tensor/SquareMatrix.h"
#include "decomposition.ipp"
Go to the source code of this file.
Functions | |
template<typename T > | |
BEGIN_NAMESPACE_GEOM void | decompose (const ads::SquareMatrix< 2, T > &jacobian, ads::SquareMatrix< 2, T > *orientation, ads::SquareMatrix< 2, T > *skew, ads::SquareMatrix< 2, T > *aspectRatio) |
Decompose the jacobian into orientation * skew * aspectRatio. | |
template<typename T > | |
void | decompose (const ads::SquareMatrix< 3, T > &jacobian, ads::SquareMatrix< 3, T > *orientation, ads::SquareMatrix< 3, T > *skew, ads::SquareMatrix< 3, T > *aspectRatio) |
Decompose the jacobian into orientation * skew * aspectRatio. |
Functions for decomposing the Jacobian.