|
Stokhos Package Browser (Single Doxygen Collection) Version of the Day
|
#include <iostream>#include "Kokkos_Core.hpp"#include "Teuchos_CommandLineProcessor.hpp"#include "Teuchos_StandardCatchMacros.hpp"
Go to the source code of this file.
Functions | |
| template<typename Scalar, typename Ordinal, typename Device> | |
| void | performance_test_driver (const Ordinal nGrid, const Ordinal nIter, const Ordinal order, const Ordinal min_var, const Ordinal max_var) |
| int | main (int argc, char *argv[]) |
| void performance_test_driver | ( | const Ordinal | nGrid, |
| const Ordinal | nIter, | ||
| const Ordinal | order, | ||
| const Ordinal | min_var, | ||
| const Ordinal | max_var ) |
Definition at line 242 of file TestSpMM.hpp.
| int main | ( | int | argc, |
| char * | argv[] ) |
Definition at line 61 of file TestMeanMultiply.cpp.