Jafar
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Namespaces | Functions
indirectArray.hpp File Reference

indirectArray.hpp More...


Detailed Description

indirectArray.hpp

Created on: 06/03/2010 Author: jsola

## Add a description here ##

Definition in file indirectArray.hpp.

Go to the source code of this file.

Namespaces

namespace  jafar
 

Transport info from GDAL Datasets to Bands' internal data.


namespace  jafar::jmath::ublasExtra
 

This namespace contains some extra tools for ublas vector and matrix.


Functions

template<class A >
ostream & std::operator<< (ostream &s, const boost::numeric::ublas::indirect_array< A > &ia_)
 Operator << for class for ind_array.
jblas::ind_array jafar::jmath::ublasExtra::ia_set (const jblas::vecb &vb)
 Create array from a boolean vector.
jblas::ind_array jafar::jmath::ublasExtra::ia_set (const ublas::range &r)
 Create indirect array from range.
jblas::ind_array jafar::jmath::ublasExtra::ia_set (size_t begin, size_t end)
 Create indirect array from start and end indices.
jblas::ind_array jafar::jmath::ublasExtra::ia_set (const ublas::slice &s)
 Create indirect array from slice.
jblas::ind_array jafar::jmath::ublasExtra::ia_complement (const jblas::ind_array &ifull, const jblas::ind_array &ipartial)
 Find the elements in indirect array ifull that are not contained in ipartial.
jblas::ind_array jafar::jmath::ublasExtra::ia_union (const jblas::ind_array &ia1, const jblas::ind_array &ia2)
 Make the union of two indirect arrays.
jblas::ind_array jafar::jmath::ublasExtra::ia_concat (const jblas::ind_array &ia1, const jblas::ind_array &ia2)
 Make the concatenation of two indirect arrays.
jblas::ind_array jafar::jmath::ublasExtra::ia_head (const jblas::ind_array &ia, const size_t N)
 Return the N first indices of an indirect array.
jblas::ind_array jafar::jmath::ublasExtra::ia_head (const jblas::vecb &vb, const size_t N)
 Create indirect array from boolean vector and take the head N elements The size of the returned array is the number of requested elements.
jblas::ind_array jafar::jmath::ublasExtra::ia_popfront (jblas::vecb &vb, const size_t N)
 Create indirect array from boolean vector with the head N true-elements, and clear these N elements form the boolean.
jblas::ind_array jafar::jmath::ublasExtra::ia_pushfront (jblas::vecb &vb, const size_t N)
 Create indirect array from boolean vector with the head N false-elements, and set these N elements to the boolean.
jblas::ind_array jafar::jmath::ublasExtra::operator+ (const jblas::ind_array &ia, int n)
 Add an integer to all indexes of the indirect array.
jblas::ind_array jafar::jmath::ublasExtra::operator- (const jblas::ind_array &ia, int n)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Wed Oct 15 2014 00:37:29 for Jafar by doxygen 1.7.6.1
LAAS-CNRS