|
| template<typename TValueType, unsigned int VRows, unsigned int VColumns> |
| const TValueType * | itk::detail::GetPointerToMatrixData (const itk::Matrix< TValueType, VRows, VColumns > &inputMatrix) |
| |
| template<typename TValueType> |
| const TValueType * | itk::detail::GetPointerToMatrixData (const vnl_matrix< TValueType > &inputMatrix) |
| |
| template<typename TValueType, unsigned int VRows, unsigned int VColumns> |
| const TValueType * | itk::detail::GetPointerToMatrixData (const vnl_matrix_fixed< TValueType, VRows, VColumns > &inputMatrix) |
| |
| EigenValueOrderEnum | itk::Int2EigenValueOrderEnum (const uint8_t value) |
| |
| 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) |
| |
| ITKCommon_EXPORT std::ostream & | itk::operator<< (std::ostream &out, const SymmetricEigenAnalysisEnums::EigenValueOrder value) |
| |
| template<typename QMatrix> |
| void | itk::detail::permuteColumnsWithSortIndices (QMatrix &eigenVectors, const std::vector< int > &indicesSortPermutations) |
| |
| template<typename TArray> |
| std::vector< int > | itk::detail::sortEigenValuesByMagnitude (TArray &eigenValues, const unsigned int numberOfElements) |
| |