forpy  2
forpy::MatEqVis Struct Reference

Comparison visitor. More...

#include <storage.h>

Public Member Functions

template<typename T , typename U >
bool operator() (const T &, const U &)
 
template<typename T >
bool operator() (const T &lhs, const T &rhs)
 
bool operator() (const Empty &, const Empty &)
 

Detailed Description

Comparison visitor.

Compares to Eigen::Matrix variants for element-wise approximate equality.

Definition at line 91 of file storage.h.

Member Function Documentation

◆ operator()() [1/3]

template<typename T , typename U >
bool forpy::MatEqVis::operator() ( const T &  ,
const U &   
)
inline

Definition at line 93 of file storage.h.

◆ operator()() [2/3]

template<typename T >
bool forpy::MatEqVis::operator() ( const T &  lhs,
const T &  rhs 
)
inline

Definition at line 97 of file storage.h.

◆ operator()() [3/3]

bool forpy::MatEqVis::operator() ( const Empty ,
const Empty  
)
inline

Definition at line 100 of file storage.h.


The documentation for this struct was generated from the following file: