StarNEig User's Guide  v0.1.5
A task-based library for solving dense nonsymmetric eigenvalue problems
Deprecated List
Global starneig_broadcast (int root, size_t size, void *buffer)
The starneig_broadcast() function has been replaced with the starneig_mpi_broadcast() function. This function will be removed in a future release of the library.
Global starneig_create_blacs_matrix (int rows, int cols, int row_blksz, int col_blksz, starneig_datatype_t type, starneig_blacs_context_t context, starneig_blacs_descr_t *descr, void **local)
The starneig_create_blacs_matrix() function has been replaced with the starneig_blacs_create_matrix() function. This function will be removed in a future release of the library.
Global starneig_descinit (struct starneig_blacs_descr *descr, int m, int n, int sm, int sn, int irsrc, int icsrc, starneig_blacs_context_t context, int ld)
The starneig_descinit() function has been replaced with the starneig_blacs_descinit() function. This function will be removed in a future release of the library.
Global starneig_destroy_blacs_matrix (starneig_blacs_descr_t *descr, void **local)
The starneig_destroy_blacs_matrix() function has been replaced with the starneig_blacs_destroy_matrix() function. This function will be removed in a future release of the library.
Global starneig_numroc (int n, int nb, int iproc, int isrcproc, int nprocs)
The starneig_numroc() function has been replaced with the starneig_blacs_numroc() function. This function will be removed in a future release of the library.