decomposition.h File Reference

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.

Detailed Description

Functions for decomposing the Jacobian.

Generated on Thu Jun 30 02:14:57 2016 for Computational Geometry Package by  doxygen 1.6.3