
Go to the source code of this file.
Namespaces | |
| mlpack | |
Linear algebra utility functions, generally performed on matrices or vectors.  | |
| mlpack::bound | |
| mlpack::bound::addr | |
Functions | |
template < typename AddressType , typename VecType >  | |
| void | AddressToPoint (VecType &point, const AddressType &address) | 
| Translate the address to the point.  More... | |
template < typename AddressType , typename AddressType >  | |
| int | CompareAddresses (const AddressType1 &addr1, const AddressType2 &addr2) | 
| Compare two addresses.  More... | |
template < typename AddressType , typename AddressType , typename AddressType >  | |
| bool | Contains (const AddressType1 &address, const AddressType2 &loBound, const AddressType3 &hiBound) | 
| Returns true if an address is contained between two other addresses.  More... | |
template < typename AddressType , typename VecType >  | |
| void | PointToAddress (AddressType &address, const VecType &point) | 
| Calculate the address of a point.  More... | |
This file contains a series of functions for translating points to addresses and back and functions for comparing addresses.
The notion of addresses is described in the following paper.
Definition in file address.hpp.