Mentions légales du service

Skip to content
Snippets Groups Projects
Commit b8cb5fd0 authored by Mathieu Faverge's avatar Mathieu Faverge
Browse files

Minor

parent 8e678915
No related branches found
No related tags found
Loading
......@@ -17,7 +17,7 @@
#define _PREC double
#define _LAMCH LAPACKE_dlamch_work
#define _NAME "PLASMA_zheev_Tile"
#define _NAME "MORSE_zheev_Tile"
/* See Lawn 41 page 120 */
#define _FMULS FMULS_GEBRD( M, N )
#define _FADDS FADDS_GEBRD( M, N )
......
......@@ -17,7 +17,7 @@
#define _PREC double
#define _LAMCH LAPACKE_dlamch_work
#define _NAME "PLASMA_zheevd_Tile"
#define _NAME "MORSE_zheevd_Tile"
/* See Lawn 41 page 120 */
#define _FMULS ((2. / 3.) * ((double)N * (double)N * (double)N))
#define _FADDS ((2. / 3.) * ((double)N * (double)N * (double)N))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment