|
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_zhagdm (int nrows_Dense, int ncols_Dense, double *Dense, int ld_Dense, int tile_row_index, int tile_col_index) |
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_zhagdm.c.
| void _printmat | ( | double * | A, |
| int | m, | ||
| int | n, | ||
| int | ld | ||
| ) |
| void HCORE_zhagdm | ( | int | nrows_Dense, |
| int | ncols_Dense, | ||
| double * | Dense, | ||
| int | ld_Dense, | ||
| int | tile_row_index, | ||
| int | tile_col_index | ||
| ) |
Definition at line 37 of file hcore_zhagdm.c.