|
glucat 0.12.0
|
Structure containing classification of eigenvalues. More...
#include <matrix.h>
Public Types | |
| using | Scalar_T = typename Matrix_T::value_type |
Public Attributes | |
| bool | m_is_singular = false |
| Is the matrix singular? | |
| eig_case_t | m_eig_case = safe_eigs |
| What kind of eigenvalues does the matrix contain? | |
| Scalar_T | m_safe_arg = Scalar_T(0) |
| Argument such that exp(pi-m_safe_arg) lies between arguments of eigenvalues. | |
Structure containing classification of eigenvalues.
| using glucat::matrix::eig_genus< Matrix_T >::Scalar_T = typename Matrix_T::value_type |
| eig_case_t glucat::matrix::eig_genus< Matrix_T >::m_eig_case = safe_eigs |
What kind of eigenvalues does the matrix contain?
Definition at line 146 of file matrix.h.
Referenced by glucat::matrix::classify_eigenvalues().
| bool glucat::matrix::eig_genus< Matrix_T >::m_is_singular = false |
Is the matrix singular?
Definition at line 144 of file matrix.h.
Referenced by glucat::matrix::classify_eigenvalues().
| Scalar_T glucat::matrix::eig_genus< Matrix_T >::m_safe_arg = Scalar_T(0) |
Argument such that exp(pi-m_safe_arg) lies between arguments of eigenvalues.
Definition at line 148 of file matrix.h.
Referenced by glucat::matrix::classify_eigenvalues().