Structure for Jacobi transformations of symmetric matrices. More...
#include <mirml_nr.h>
Data Fields | |
| mirkl_size_t | n |
| Number of processed rows and columns in input matrix. This is not necessarily the total number of rows and columns in input matrix! | |
| mirml_matrix_t * | v |
| Matrix whose columns contain the corresponding normalized eigenvectors. | |
| mirml_vector_t * | d |
| Eigenvalues sorted into descending order. | |
| double | eps |
| Floating-point precision. | |
| int | nrot_max |
| Maximal number of rotations allowed. | |
| int | nrot |
| Number of rotations performed. | |
Structure for Jacobi transformations of symmetric matrices.