|
HiCMA
Hierarchical Computations on Manycore Architectures
|
#include "morse.h"#include "hcore_z.h"#include <assert.h>#include <stdio.h>#include <sys/time.h>#include "hicma.h"#include "hicma_common.h"#include "starsh.h"#include "starsh-spatial.h"#include "starsh-randtlr.h"#include "coreblas/coreblas.h"#include "coreblas/lapacke.h"Go to the source code of this file.
Functions | |
| void | _printmat (double *A, int m, int n, int ld) |
| void | HCORE_zhagcm (int m, int n, double *AU, double *AV, double *Ark, int ldu, int ldv, int tile_row_index, int tile_column_index, int maxrank, double tol) |
HiCMA HCORE routine for generating dense matrix.
HiCMA is a software package provided by King Abdullah University of Science and Technology (KAUST)
Definition in file hcore_zhagcm.c.
| void _printmat | ( | double * | A, |
| int | m, | ||
| int | n, | ||
| int | ld | ||
| ) |
| void HCORE_zhagcm | ( | int | m, |
| int | n, | ||
| double * | AU, | ||
| double * | AV, | ||
| double * | Ark, | ||
| int | ldu, | ||
| int | ldv, | ||
| int | tile_row_index, | ||
| int | tile_column_index, | ||
| int | maxrank, | ||
| double | tol | ||
| ) |
Definition at line 37 of file hcore_zhagcm.c.