Functions
approxEqual.cpp File Reference
#include "approxEqual.hpp"
Include dependency graph for approxEqual.cpp:

Go to the source code of this file.

Functions

bool approxEqual (double a, double b, double epsilon)
bool approxEqual (const MatrixWrapper::Matrix &a, const MatrixWrapper::Matrix &b, double epsilon)
bool approxEqual (const MatrixWrapper::SymmetricMatrix &a, const MatrixWrapper::SymmetricMatrix &b, double epsilon)
bool approxEqual (const MatrixWrapper::ColumnVector &a, const MatrixWrapper::ColumnVector &b, double epsilon)

Function Documentation

bool approxEqual ( double  a,
double  b,
double  epsilon 
)

Definition at line 20 of file approxEqual.cpp.

bool approxEqual ( const MatrixWrapper::Matrix &  a,
const MatrixWrapper::Matrix &  b,
double  epsilon 
)

Definition at line 26 of file approxEqual.cpp.

bool approxEqual ( const MatrixWrapper::SymmetricMatrix &  a,
const MatrixWrapper::SymmetricMatrix &  b,
double  epsilon 
)

Definition at line 39 of file approxEqual.cpp.

bool approxEqual ( const MatrixWrapper::ColumnVector &  a,
const MatrixWrapper::ColumnVector &  b,
double  epsilon 
)

Definition at line 51 of file approxEqual.cpp.



bfl
Author(s): Klaas Gadeyne, Wim Meeussen, Tinne Delaet and many others. See web page for a full contributor list. ROS package maintained by Wim Meeussen.
autogenerated on Sun Oct 5 2014 22:29:53