12345678910111213141516171819202122232425262728 |
- #ifndef __MPI_CHOLESKY_CODELETS_H__
- #define __MPI_CHOLESKY_CODELETS_H__
- void dw_cholesky(float ***matA, unsigned size, unsigned ld, unsigned nblocks, int rank, int nodes, double *timing, double *flops);
- #endif
|