|
DGtal 2.0.0
|
#include <iostream>#include "DGtal/base/Common.h"#include "DGtal/math/linalg/SimpleMatrix.h"#include "DGtal/math/linalg/CStaticMatrix.h"#include "DGtal/math/linalg/CDenseMatrix.h"#include "DGtal/math/linalg/CStaticVector.h"#include "DGtal/math/linalg/CDenseVector.h"#include "DGtal/math/linalg/CLinearAlgebra.h"#include "DGtal/helpers/StdDefs.h"Go to the source code of this file.
Functions | |
| bool | testSimpleMatrix () |
| bool | testArithm () |
| bool | testColRow () |
| bool | testDetCofactor () |
| bool | testM1Matrix () |
| bool | testInverse () |
| bool | testConstructor () |
| bool | testConcepts () |
| int | main (int argc, char **argv) |
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/.
Functions for testing class SimpleMatrix.
This file is part of the DGtal library.
Definition in file testSimpleMatrix.cpp.
| int main | ( | int | argc, |
| char ** | argv ) |
Definition at line 403 of file testSimpleMatrix.cpp.
References testArithm(), testColRow(), testConcepts(), testConstructor(), testDetCofactor(), testInverse(), testM1Matrix(), testSimpleMatrix(), and DGtal::trace.
| bool testArithm | ( | ) |
Definition at line 91 of file testSimpleMatrix.cpp.
References DGtal::SimpleMatrix< TComponent, TM, TN >::constant(), and DGtal::trace.
Referenced by main().
| bool testColRow | ( | ) |
Definition at line 192 of file testSimpleMatrix.cpp.
References DGtal::SimpleMatrix< TComponent, TM, TN >::column(), DGtal::SimpleMatrix< TComponent, TM, TN >::row(), DGtal::SimpleMatrix< TComponent, TM, TN >::setComponent(), and DGtal::trace.
Referenced by main().
| bool testConcepts | ( | ) |
Definition at line 384 of file testSimpleMatrix.cpp.
Referenced by main().
| bool testConstructor | ( | ) |
Definition at line 354 of file testSimpleMatrix.cpp.
References DGtal::trace.
Referenced by main().
| bool testDetCofactor | ( | ) |
Definition at line 242 of file testSimpleMatrix.cpp.
References DGtal::SimpleMatrix< TComponent, TM, TN >::setComponent(), and DGtal::trace.
Referenced by main().
| bool testInverse | ( | ) |
Definition at line 305 of file testSimpleMatrix.cpp.
References DGtal::SimpleMatrix< TComponent, TM, TN >::setComponent(), and DGtal::trace.
Referenced by main().
| bool testM1Matrix | ( | ) |
Definition at line 296 of file testSimpleMatrix.cpp.
References DGtal::trace.
Referenced by main().
| bool testSimpleMatrix | ( | ) |
Example of a test. To be completed.
Definition at line 52 of file testSimpleMatrix.cpp.
References DGtal::trace.
Referenced by main().