32 #include "DGtal/base/Common.h"
33 #include "DGtal/kernel/SpaceND.h"
34 #include "DGtal/kernel/LinearAlgebra.h"
38 using namespace DGtal;
49 unsigned int nbok = 0;
67 trace.
info() <<
"(" << nbok <<
"/" << nb <<
") "
68 <<
"true == true" << std::endl;
76 int main(
int argc,
char** argv )
80 for (
int i = 0; i < argc; ++i )
85 trace.
emphase() << ( res ?
"Passed." :
"Error." ) << endl;
void beginBlock(const std::string &keyword="")
DGtal is the top-level namespace which contains all DGtal functions and types.
Aim: A utility class that contains methods to perform integral linear algebra.
int main(int argc, char **argv)