mpi_cpp_tools
math.hpp File Reference
#include <cmath>
#include <algorithm>
Include dependency graph for math.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

double mct::clamp (const double &value, const double &limit_a, const double &limit_b)
 
template<typename Vector >
Vector mct::clamp (const Vector &vector, const double &limit_a, const double &limit_b)
 
template<typename Vector >
void mct::append_to_vector (Vector &vector, const double &element)
 
template<typename Matrix >
void mct::append_rows_to_matrix (Matrix &matrix, const Matrix &rows)
 
bool mct::approx_equal (double x, double y, double epsilon=1e-10)
 
template<typename Vector >
bool mct::contains (Vector v, double x)
 

Detailed Description

Author
Manuel Wuthrich License BSD-3-Clause
Date
2019-08-05