Go to the source code of this file.
Namespaces | |
namespace | IMP |
The IMP kernel provides base classes and key shared functionality. | |
namespace | IMP::algebra |
This module contains general purpose algebraic and geometric methods. | |
Functions | |
template<typename T > | |
T | IMP::algebra::get_linearly_interpolated (double diff, T lower, T upper) |
Simple interpolation that is only valid for values of a ranging from 0 to 1. | |
template<typename T , typename H > | |
T | IMP::algebra::linear_interpolation (H &v, int size, double idx) |
Linear interpolation for a point in a vector. |
Copyright 2007-2010 IMP Inventors. All rights reserved.