|
DGtal 2.1.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/math/linalg/IntegerMatrixFunctions.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 () |
| bool | testBareissDeterminant () |
| template<typename Number > | |
| std::ostream & | operator<< (std::ostream &out, const std::vector< Number > &v) |
| bool | testLLL () |
| bool | testOrthogonalLattice () |
| 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 712 of file testSimpleMatrix.cpp.
References DGtal::Trace::beginBlock(), DGtal::Trace::emphase(), DGtal::Trace::endBlock(), DGtal::Trace::info(), testArithm(), testBareissDeterminant(), testColRow(), testConcepts(), testConstructor(), testDetCofactor(), testInverse(), testLLL(), testM1Matrix(), testOrthogonalLattice(), testSimpleMatrix(), and DGtal::trace.
| std::ostream & operator<< | ( | std::ostream & | out, |
| const std::vector< Number > & | v | ||
| ) |
Definition at line 488 of file testSimpleMatrix.cpp.
| bool testArithm | ( | ) |
Definition at line 92 of file testSimpleMatrix.cpp.
References DGtal::Trace::beginBlock(), DGtal::SimpleMatrix< TComponent, TM, TN >::constant(), DGtal::Trace::endBlock(), DGtal::Trace::info(), and DGtal::trace.
Referenced by main().
| bool testBareissDeterminant | ( | ) |
Definition at line 401 of file testSimpleMatrix.cpp.
References DGtal::Trace::beginBlock(), DGtal::SimpleMatrix< TComponent, TM, TN >::determinant(), DGtal::Trace::endBlock(), DGtal::functions::getDeterminantBareiss(), DGtal::Trace::info(), DGtal::functions::matrixAsVectorVector(), and DGtal::trace.
Referenced by main().
| bool testColRow | ( | ) |
Definition at line 193 of file testSimpleMatrix.cpp.
References DGtal::Trace::beginBlock(), DGtal::SimpleMatrix< TComponent, TM, TN >::column(), DGtal::Trace::endBlock(), DGtal::Trace::info(), DGtal::SimpleMatrix< TComponent, TM, TN >::row(), DGtal::SimpleMatrix< TComponent, TM, TN >::setComponent(), and DGtal::trace.
Referenced by main().
| bool testConcepts | ( | ) |
Definition at line 385 of file testSimpleMatrix.cpp.
Referenced by main().
| bool testConstructor | ( | ) |
Definition at line 355 of file testSimpleMatrix.cpp.
References DGtal::Trace::beginBlock(), DGtal::Trace::endBlock(), DGtal::Trace::info(), and DGtal::trace.
Referenced by main().
| bool testDetCofactor | ( | ) |
Definition at line 243 of file testSimpleMatrix.cpp.
References DGtal::Trace::beginBlock(), DGtal::Trace::endBlock(), DGtal::Trace::info(), DGtal::SimpleMatrix< TComponent, TM, TN >::setComponent(), and DGtal::trace.
Referenced by main().
| bool testInverse | ( | ) |
Definition at line 306 of file testSimpleMatrix.cpp.
References DGtal::Trace::beginBlock(), DGtal::Trace::endBlock(), DGtal::Trace::info(), DGtal::SimpleMatrix< TComponent, TM, TN >::setComponent(), and DGtal::trace.
Referenced by main().
| bool testLLL | ( | ) |
Definition at line 497 of file testSimpleMatrix.cpp.
References DGtal::Trace::beginBlock(), DGtal::functions::computeLLLBasis(), DGtal::Trace::endBlock(), DGtal::functions::getDeterminantBareiss(), DGtal::functions::normL1(), DGtal::R, DGtal::R1, DGtal::functions::shortenBasis(), and DGtal::trace.
Referenced by main().
| bool testM1Matrix | ( | ) |
Definition at line 297 of file testSimpleMatrix.cpp.
References DGtal::Trace::beginBlock(), DGtal::Trace::endBlock(), DGtal::Trace::info(), and DGtal::trace.
Referenced by main().
| bool testOrthogonalLattice | ( | ) |
Definition at line 630 of file testSimpleMatrix.cpp.
References DGtal::Trace::beginBlock(), DGtal::functions::computeOrthogonalLattice(), DGtal::functions::crossProduct(), DGtal::functions::dotProduct(), DGtal::Trace::endBlock(), DGtal::functions::equals(), g(), DGtal::Trace::info(), DGtal::L, DGtal::functions::makePrimitive(), DGtal::functions::negate(), DGtal::functions::shortenBasis(), and DGtal::trace.
Referenced by main().
| bool testSimpleMatrix | ( | ) |
Example of a test. To be completed.
Definition at line 53 of file testSimpleMatrix.cpp.
References DGtal::Trace::beginBlock(), DGtal::Trace::endBlock(), DGtal::Trace::info(), and DGtal::trace.
Referenced by main().