MAST
Multidisciplinary-design Adaptation and Sensitivity Toolkit (MAST)
test_comparisons.h File Reference
#include <iomanip>
#include "base/mast_data_types.h"
Include dependency graph for test_comparisons.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 MAST
 

Functions

bool MAST::compare (const Real v1, const Real v2, const Real tol)
 
bool MAST::compare_matrix (const RealMatrixX &m0, const RealMatrixX &m, const Real tol)
 
bool MAST::compare_value (const Real v0, const Real v, const Real tol)
 
bool MAST::compare_vector (const RealVectorX &v0, const RealVectorX &v, const Real tol)
 
bool MAST::is_numerical_zero (const Real v, const Real eps)