|
template<typename TValueType , unsigned int NRows, unsigned int NCols> |
const TValueType * | itk::detail::GetPointerToMatrixData (const vnl_matrix_fixed< TValueType, NRows, NCols > &inputMatrix) |
|
template<typename TValueType > |
const TValueType * | itk::detail::GetPointerToMatrixData (const vnl_matrix< TValueType > &inputMatrix) |
|
template<typename TValueType , unsigned int NRows, unsigned int NCols> |
const TValueType * | itk::detail::GetPointerToMatrixData (const itk::Matrix< TValueType, NRows, NCols > &inputMatrix) |
|
template<typename TMatrix , typename TVector , typename TEigenMatrix > |
std::ostream & | itk::operator<< (std::ostream &os, const SymmetricEigenAnalysis< TMatrix, TVector, TEigenMatrix > &s) |
|
template<unsigned int VDimension, typename TMatrix , typename TVector , typename TEigenMatrix > |
std::ostream & | itk::operator<< (std::ostream &os, const SymmetricEigenAnalysisFixedDimension< VDimension, TMatrix, TVector, TEigenMatrix > &s) |
|
|
template<typename TArray > |
std::vector< int > | itk::detail::sortEigenValuesByMagnitude (TArray &eigenValues, const unsigned int numberOfElements) |
|
template<typename QMatrix > |
void | itk::detail::permuteColumnsWithSortIndices (QMatrix &eigenVectors, const std::vector< int > &indicesSortPermutations) |
|