Go to the source code of this file.
|
template<typename Scalar > |
int | mainCuda (bool test_flat, bool test_orig, bool test_lin, bool test_block, bool symmetric, int device_id) |
|
template int | mainCuda< float > (bool, bool, bool, bool, bool, int) |
|
template int | mainCuda< double > (bool, bool, bool, bool, bool, int) |
|
template<typename Scalar >
int mainCuda |
( |
bool |
test_flat, |
|
|
bool |
test_orig, |
|
|
bool |
test_lin, |
|
|
bool |
test_block, |
|
|
bool |
symmetric, |
|
|
int |
device_id |
|
) |
| |
template int mainCuda< float > |
( |
bool |
, |
|
|
bool |
, |
|
|
bool |
, |
|
|
bool |
, |
|
|
bool |
, |
|
|
int |
|
|
) |
| |
template int mainCuda< double > |
( |
bool |
, |
|
|
bool |
, |
|
|
bool |
, |
|
|
bool |
, |
|
|
bool |
, |
|
|
int |
|
|
) |
| |