DGtal
1.5.beta
testDiscreteExteriorCalculus.cpp
Go to the documentation of this file.
1
28
#include "DECCommon.h"
29
30
int
31
main
(
int
/*argc*/
,
char
**
/*argv*/
)
32
{
33
DGtal::trace
.
beginBlock
(
"testing sparse eigen backend"
);
34
test_backend<DGtal::EigenLinearAlgebraBackend>(1, 3);
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
}
DGtal::Trace::beginBlock
void beginBlock(const std::string &keyword="")
DGtal::Trace::info
std::ostream & info()
DGtal::Trace::endBlock
double endBlock()
DGtal::trace
Trace trace
Definition:
Common.h:153
main
int main(int, char **)
Definition:
testDiscreteExteriorCalculus.cpp:31
tests
dec
testDiscreteExteriorCalculus.cpp
Generated on Sat Nov 9 2024 12:44:52 for DGtal by
1.9.1