glucat
0.8.2
|
Structure containing classification of eigenvalues. More...
#include <matrix.h>
Public Types | |
typedef Matrix_T::value_type | Scalar_T |
Public Attributes | |
eig_case_t | m_eig_case |
What kind of eigenvalues does the matrix contain? More... | |
Scalar_T | m_safe_arg |
Argument such that exp(pi-m_safe_arg) lies between arguments of eigenvalues. More... | |
Structure containing classification of eigenvalues.
typedef Matrix_T::value_type glucat::matrix::eig_genus< Matrix_T >::Scalar_T |
eig_case_t glucat::matrix::eig_genus< Matrix_T >::m_eig_case |
What kind of eigenvalues does the matrix contain?
Definition at line 135 of file matrix.h.
Referenced by glucat::matrix::classify_eigenvalues(), glucat::matrix_log(), and glucat::matrix_sqrt().
Scalar_T glucat::matrix::eig_genus< Matrix_T >::m_safe_arg |
Argument such that exp(pi-m_safe_arg) lies between arguments of eigenvalues.
Definition at line 137 of file matrix.h.
Referenced by glucat::matrix::classify_eigenvalues(), glucat::matrix_log(), and glucat::matrix_sqrt().