NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
Static Public Member Functions | List of all members
itk::MatrixLinearCombinationFunctions< TVnlMatrixFixed > Class Template Reference

Static Public Member Functions

static TVnlMatrixFixed ComputeMatrixSquareRoot (const TVnlMatrixFixed &matrix, typename TVnlMatrixFixed::element_type tolerance)
 Compute the square root of a matrix according to "Linear combination of transformations", Marc Alex, Volume 21, Issue 3, ACM SIGGRAPH 2002. More...
 
static TVnlMatrixFixed ComputeMatrixExponential (const TVnlMatrixFixed &matrix)
 Compute the matrix exponential according to "Linear combination of transformations", Marc Alex, Volume 21, Issue 3, ACM SIGGRAPH 2002. More...
 
static TVnlMatrixFixed ComputeMatrixLogarithm (const TVnlMatrixFixed &matrix, typename TVnlMatrixFixed::element_type tolerance)
 Compute the matrix logarithm according to "Linear combination of transformations", Marc Alex, Volume 21, Issue 3, ACM SIGGRAPH 2002. More...
 

Member Function Documentation

template<typename TVnlMatrixFixed >
static TVnlMatrixFixed itk::MatrixLinearCombinationFunctions< TVnlMatrixFixed >::ComputeMatrixExponential ( const TVnlMatrixFixed &  matrix)
inlinestatic

Compute the matrix exponential according to "Linear combination of transformations", Marc Alex, Volume 21, Issue 3, ACM SIGGRAPH 2002.

template<typename TVnlMatrixFixed >
static TVnlMatrixFixed itk::MatrixLinearCombinationFunctions< TVnlMatrixFixed >::ComputeMatrixLogarithm ( const TVnlMatrixFixed &  matrix,
typename TVnlMatrixFixed::element_type  tolerance 
)
inlinestatic

Compute the matrix logarithm according to "Linear combination of transformations", Marc Alex, Volume 21, Issue 3, ACM SIGGRAPH 2002.

template<typename TVnlMatrixFixed >
static TVnlMatrixFixed itk::MatrixLinearCombinationFunctions< TVnlMatrixFixed >::ComputeMatrixSquareRoot ( const TVnlMatrixFixed &  matrix,
typename TVnlMatrixFixed::element_type  tolerance 
)
inlinestatic

Compute the square root of a matrix according to "Linear combination of transformations", Marc Alex, Volume 21, Issue 3, ACM SIGGRAPH 2002.


The documentation for this class was generated from the following file: