Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
solverstack
Chameleon
Commits
9f6b80f9
Commit
9f6b80f9
authored
Apr 17, 2018
by
PRUVOST Florent
Browse files
add a comment to explain why we copy paste these routines
parent
9b38d6cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
example/lapack_to_morse/step0.h
View file @
9f6b80f9
...
...
@@ -120,6 +120,9 @@ static void print_header(char *prog_name, int * iparam) {
return
;
}
/* The following is a copy paste from coreblas/core_zplgsy and core_zplrnt.
* We need these routines to generate the matrices but we don't want to link with chameleon here.
*/
#define Rnd64_A 6364136223846793005ULL
#define Rnd64_C 1ULL
#define RndF_Mul 5.4210108624275222e-20f
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment