STARS-H
Software for Testing Accuracy, Reliability and Scalability of Hierarchical computations
|
Structure for minimal example. More...
#include <starsh-minimal.h>
Data Fields | |
STARSH_int | count |
Size of matrix. | |
char | dtype |
Type of matrix entry (ignored). | |
Structure for minimal example.
Main difference of this structure against others is that it does not have any useful field except count
(size of matrix). This limits possible problem to those, where kernel depends only on row and column index.