Loading...
Searching...
No Matches
MatrixHelpers.hpp File Reference
#include "Matter.h"
#include "Parameters.h"

Go to the source code of this file.

Namespaces

namespace  eonc
 RAII resource manager for the ARTn C library with global synchronization.
namespace  eonc::helpers

Functions

template<typename T>
bool eonc::helpers::eigenEquality (const Eigen::MatrixBase< T > &lhs, const Eigen::MatrixBase< T > &rhs, const double threshold=1e-4)
 Check two eigen objects for equality.