I try to compute eigen vectors of the symmetric matrix corresponding to every input pixel. So, I try to add m_Calculator.ComputeEigenValuesAndVectors(x, eigenValues,eigenvectors) in itkSymmetricEigenAnalysisImageFilter.h. However, it does not work. The data type of eigenvectors is difficult to define for me due to the processing involved in multi-thread.