IMP Reference Guide
2.14.0
The Integrative Modeling Platform
|
Functionality only available in Python. More...
#include <IMP/algebra/algebra_config.h>
Go to the source code of this file.
Namespaces | |
IMP | |
Base functionality and abstract base classes for representation, scoring and sampling. | |
IMP::algebra | |
General purpose algebraic and geometric methods that are expected to be used by a wide variety of IMP modules. | |
Python Only | |
The following functions are only available in Python as the equivalent C++ functionality is provided via template functions or in other ways that don't directly map to Python. | |
typedef Grid3D< int, SparseGridStorage3D< int, BoundedGridStorage3D > > | IMP::algebra::SparseIntGrid3D |
typedef Grid3D< int, SparseGridStorage3D< int, UnboundedGridStorage3D > > | IMP::algebra::SparseUnboundedIntGrid3D |
typedef Grid3D< double, DenseGridStorage3D< double > > | IMP::algebra::DenseDoubleGrid3D |
typedef Grid3D< float, DenseGridStorage3D< float > > | IMP::algebra::DenseFloatGrid3D |
Transformation3D | IMP::algebra::get_transformation_aligning_first_to_second (Vector3Ds a, Vector3Ds b) |
Functionality only available in Python.
Copyright 2007-2020 IMP Inventors. All rights reserved.
Definition in file algebra/python_only.h.