Go to the source code of this file.
Data Structures | |
class | IMP::algebra::Matrix2D< T > |
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. | |
Typedefs | |
typedef Matrix2D< std::complex < double > > | IMP::algebra::Matrix2D_c |
typedef Matrix2D< double > | IMP::algebra::Matrix2D_d |
typedef Matrix2D< int > | IMP::algebra::Matrix2D_i |
typedef VectorOfRefCounted < Matrix2D_c * > | IMP::algebra::Matrix2Ds_c |
typedef VectorOfRefCounted < Matrix2D_d * > | IMP::algebra::Matrix2Ds_d |
A vector of reference counted pointers to 2D Matrices of doubles. |