TestHelpers.h File Reference
#include "Math/ExtendedMath.h"
#include <string>

Go to the source code of this file.

Namespaces

 helpers
 

Functions

void helpers::check (double real, double ideal, double error, std::string errorMessage)
 
void helpers::check (Vec3D real, Vec3D ideal, double error, std::string errorMessage)
 
void helpers::check (Matrix3D real, Matrix3D ideal, double error, std::string errorMessage)
 
void helpers::check (MatrixSymmetric3D real, MatrixSymmetric3D ideal, double error, std::string errorMessage)