#include <RDGeneral/export.h>
#include <RDGeneral/Invariant.h>
#include <RDGeneral/utils.h>
#include <cmath>
#include <iomanip>
#include <cstdlib>
#include <cstring>
#include <ctime>
#include <memory>
#include <boost/random.hpp>
Go to the source code of this file.
|
| template<typename T> |
| constexpr double | RDNumeric::TanimotoSimilarity (const Vector< T > &v1, const Vector< T > &v2) |
| | returns the algebraic tanimoto similarity [defn' from JCIM 46:587-96 (2006)]
|
| |
| template<typename TYPE> |
| constexpr std::ostream & | operator<< (std::ostream &target, const RDNumeric::Vector< TYPE > &vec) |
| | ostream operator for Vectors
|
| |
◆ operator<<()
template<typename TYPE>
| std::ostream & operator<< |
( |
std::ostream & | target, |
|
|
const RDNumeric::Vector< TYPE > & | vec ) |
|
constexpr |
◆ zero_tolerance
| double zero_tolerance = 1.e-16 |
|
staticconstexpr |