Skip to content
Snippets Groups Projects
Commit 0a04588f authored by Lukáš Matthew Čejka's avatar Lukáš Matthew Čejka Committed by Tomáš Oberhuber
Browse files

Deleted useless commented-out function.

parent 2388f742
No related branches found
No related tags found
1 merge request!45Matrices revision
......@@ -27,16 +27,6 @@ using namespace TNL::Matrices;
using namespace TNL;
using namespace TNL::Benchmarks;
//template< typename Matrix >
//void printMatrixInfo( const String& inputFileName,
// const Matrix& matrix,
// std::ostream& str )
//{
// str << " Rows: " << std::setw( 8 ) << matrix.getRows();
// str << " Columns: " << std::setw( 8 ) << matrix.getColumns();
// str << " Nonzero Elements: " << std::setw( 10 ) << matrix.getNumberOfNonzeroMatrixElements();
//}
template< typename Real >
void
runSpMVBenchmarks( Benchmark & benchmark,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment