Mir 1.0
Mir application programming interface
mirml_nr_jtsm_t_ Struct Reference

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_tv
 Matrix whose columns contain the corresponding normalized eigenvectors.
 
mirml_vector_td
 Eigenvalues sorted into descending order.
 
double eps
 Floating-point precision.
 
int nrot_max
 Maximal number of rotations allowed.
 
int nrot
 Number of rotations performed.
 

Detailed Description

Structure for Jacobi transformations of symmetric matrices.


The documentation for this struct was generated from the following file: