IMP
2.2.0
The Integrative Modeling Platform
|
Simple D vector class. More...
#include <IMP/algebra/algebra_config.h>
#include "GeometricPrimitiveD.h"
#include <IMP/base/check_macros.h>
#include <IMP/base/exception.h>
#include <IMP/base/random.h>
#include <IMP/base/utility.h>
#include <IMP/base/types.h>
#include <boost/random/variate_generator.hpp>
#include <boost/random/normal_distribution.hpp>
#include <boost/range.hpp>
#include "internal/vector.h"
#include <limits>
#include <cmath>
#include <boost/static_assert.hpp>
Go to the source code of this file.
Classes | |
class | IMP::algebra::VectorBaseD< D > |
A Cartesian vector in D-dimensions. More... | |
Namespaces | |
IMP | |
All IMP::kernel code is brought into the IMP namespace. | |
IMP::algebra | |
See IMP.algebra for more information. | |
Macros | |
#define | IMP_ALGEBRA_VECTOR_CHECK check_vector() |
#define | IMP_ALGEBRA_VECTOR_CHECK_COMPATIBLE(o) |
#define | IMP_ALGEBRA_VECTOR_CHECK_INDEX(i) check_index(i) |
Functions | |
template<class VT > | |
VT | IMP::algebra::get_unit_vector (VT vt) |
Copyright 2007-2014 IMP Inventors. All rights reserved.
Definition in file VectorBaseD.h.
#define IMP_ALGEBRA_VECTOR_CHECK_COMPATIBLE | ( | o | ) |
Definition at line 31 of file VectorBaseD.h.