Namespaces | Enumerations | Functions
eigen_matrix_compare.h File Reference
#include <algorithm>
#include <cmath>
#include <limits>
#include <Eigen/Dense>
#include <gtest/gtest.h>
Include dependency graph for eigen_matrix_compare.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 fcl
 Main namespace.
 

Enumerations

enum  fcl::MatrixCompareType { fcl::MatrixCompareType::absolute, fcl::MatrixCompareType::relative }
 

Functions

template<typename DerivedA , typename DerivedB >
::testing::AssertionResult fcl::CompareMatrices (const Eigen::MatrixBase< DerivedA > &m1, const Eigen::MatrixBase< DerivedB > &m2, double tolerance=0.0, MatrixCompareType compare_type=MatrixCompareType::absolute)
 


fcl
Author(s):
autogenerated on Tue Dec 5 2023 03:40:49