![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Predefined types for linear algebra management. More...
#include <IPSDKUtil/BaseTypes.h>#include <boost/numeric/ublas/vector.hpp>#include <boost/numeric/ublas/matrix.hpp>Go to the source code of this file.
Namespaces | |
| ipsdk | |
| Main namespace for IPSDK library. | |
| ipsdk::math | |
| Namespace agregating IPSDK mathematical routines and classes. | |
Typedefs | |
| typedef boost::numeric::ublas::unbounded_array< ipReal64 > | ipsdk::math::UnBoundedArray |
| unbounded array type associated to library | |
| typedef boost::numeric::ublas::vector< ipReal64 > | ipsdk::math::Vector |
| vector type associated to library | |
| typedef boost::numeric::ublas::bounded_vector< ipReal64, 2 > | ipsdk::math::Vector2d |
| 2d vector type associated to library | |
| typedef boost::numeric::ublas::bounded_vector< ipReal64, 3 > | ipsdk::math::Vector3d |
| 3d vector type associated to library | |
| typedef boost::numeric::ublas::bounded_vector< ipReal64, 4 > | ipsdk::math::Vector4d |
| 4d vector type associated to library | |
| typedef boost::numeric::ublas::matrix< ipReal64 > | ipsdk::math::Matrix |
| matrix type associated to library | |
| typedef boost::numeric::ublas::bounded_matrix< ipReal64, 2, 2 > | ipsdk::math::Matrix2d |
| 2d matrix (2x2) type associated to library | |
| typedef boost::numeric::ublas::bounded_matrix< ipReal64, 3, 3 > | ipsdk::math::Matrix3d |
| 3d matrix (3x3) type associated to library | |
| typedef boost::numeric::ublas::bounded_matrix< ipReal64, 4, 4 > | ipsdk::math::Matrix4d |
| 4d matrix (4x4) type associated to library | |
Predefined types for linear algebra management.
1.8.14