![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <boost/smart_ptr.hpp>#include <string>#include <cstring>#include <boost/cstdint.hpp>Go to the source code of this file.
Classes | |
| class | RDKit::DiscreteValueVect |
| a class for efficiently storing vectors of discrete values More... | |
Namespaces | |
| RDKit | |
| Includes a bunch of functionality for handling Atom and Bond queries. | |
Functions | |
| unsigned int | RDKit::computeL1Norm (const DiscreteValueVect &v1, const DiscreteValueVect &v2) |
| DiscreteValueVect | RDKit::operator+ (const DiscreteValueVect &p1, const DiscreteValueVect &p2) |
| DiscreteValueVect | RDKit::operator- (const DiscreteValueVect &p1, const DiscreteValueVect &p2) |
Variables | |
| const unsigned int | RDKit::BITS_PER_INT = 32 |