DGtal 1.3.0
Loading...
Searching...
No Matches
Functions
testDiscreteExteriorCalculusExtended.cpp File Reference
#include "DECCommon.h"

Go to the source code of this file.

Functions

int main (int, char **)
 

Detailed Description

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Author
Pierre Gueth (pierr.nosp@m.e.gu.nosp@m.eth@l.nosp@m.iris.nosp@m..cnrs.nosp@m..fr ) Laboratoire d'InfoRmatique en Image et Systemes d'information - LIRIS (CNRS, UMR 5205), CNRS, France
David Coeurjolly (david.nosp@m..coe.nosp@m.urjol.nosp@m.ly@l.nosp@m.iris..nosp@m.cnrs.nosp@m..fr )

This file is part of the DGtal library

Definition in file testDiscreteExteriorCalculusExtended.cpp.

Function Documentation

◆ main()

int main ( int  ,
char **   
)

Definition at line 31 of file testDiscreteExteriorCalculusExtended.cpp.

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

References DGtal::Trace::beginBlock(), DGtal::Trace::endBlock(), DGtal::Trace::info(), and DGtal::trace.