|
MRPT
2.0.3
|
#include <gtest/gtest.h>#include <mrpt/math/CMatrixDynamic.h>#include <mrpt/math/CMatrixFixed.h>#include <mrpt/math/CVectorDynamic.h>#include <mrpt/math/ops_containers.h>#include <mrpt/math/ops_matrices.h>#include <mrpt/random.h>#include <Eigen/Dense>Go to the source code of this file.
Functions | |
| TEST (Matrices, meanAndStdColumns) | |
| TEST (Matrices, meanAndStdAll) | |
| TEST (Matrices, laplacian) | |
| TEST (Matrices, loadFromTextFile) | |
| TEST | ( | Matrices | , |
| meanAndStdColumns | |||
| ) |
Definition at line 28 of file matrix_ops4_unittest.cpp.
References dat_A, EXPECT_NEAR(), and mrpt::math::meanAndStdColumns().
| TEST | ( | Matrices | , |
| meanAndStdAll | |||
| ) |
Definition at line 75 of file matrix_ops4_unittest.cpp.
References dat_A, EXPECT_NEAR(), and mrpt::math::meanAndStd().
| TEST | ( | Matrices | , |
| laplacian | |||
| ) |
Definition at line 116 of file matrix_ops4_unittest.cpp.
References EXPECT_NEAR(), and mrpt::math::laplacian().
| TEST | ( | Matrices | , |
| loadFromTextFile | |||
| ) |
Definition at line 136 of file matrix_ops4_unittest.cpp.
References mrpt::math::CMatrixFixed< T, ROWS, COLS >::cols(), mrpt::math::CMatrixDynamic< T >::cols(), EXPECT_EQ(), EXPECT_TRUE(), mrpt::math::MatrixVectorBase< Scalar, Derived >::loadFromTextFile(), mrpt::math::CMatrixFixed< T, ROWS, COLS >::rows(), and mrpt::math::CMatrixDynamic< T >::rows().
| Page generated by Doxygen 1.8.14 for MRPT 2.0.3 Git: 8e9e8af54 Wed May 13 17:41:24 2020 +0200 at miƩ may 13 17:55:54 CEST 2020 |