DGtal 1.3.0
Loading...
Searching...
No Matches
testDiscreteExteriorCalculusExtended.cpp
Go to the documentation of this file.
1
28#include "DECCommon.h"
29
30int
31main(int , char**)
32{
33 DGtal::trace.beginBlock("testing sparse eigen backend");
34 test_backend<DGtal::EigenLinearAlgebraBackend>(2, 7);
35 const double sparse_eigen_time = DGtal::trace.endBlock();
36
37 DGtal::trace.info() << "sparse_eigen_time=" << sparse_eigen_time << std::endl;
38
39 return 0;
40}
void beginBlock(const std::string &keyword="")
std::ostream & info()
double endBlock()
Trace trace
Definition: Common.h:154
int main()
Definition: testBits.cpp:56