GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Macros | Functions | Variables
Array-b.cc File Reference
#include "Array.h"
#include "Array.cc"
#include "oct-sort.cc"
#include "DiagArray2.h"
#include "DiagArray2.cc"
Include dependency graph for Array-b.cc:

Go to the source code of this file.

Macros

#define INLINE_ASCENDING_SORT   1
 
#define INLINE_DESCENDING_SORT   1
 

Functions

template<bool desc>
static void do_bool_partition (bool *data, octave_idx_type nel)
 
template<bool desc>
static void do_bool_partition (bool *data, octave_idx_type *idx, octave_idx_type nel)
 
template OCTAVE_API std::ostream & operator<< (std::ostream &, const Array< bool > &)
 

Variables

template class OCTAVE_API Array< bool >
 
template class OCTAVE_API Array< idx_vector >
 
template class OCTAVE_API Array< octave_idx_type >
 
template class OCTAVE_API DiagArray2< bool >
 
template class OCTAVE_API octave_sort< bool >
 

Macro Definition Documentation

#define INLINE_ASCENDING_SORT   1

Definition at line 32 of file Array-b.cc.

#define INLINE_DESCENDING_SORT   1

Definition at line 33 of file Array-b.cc.

Function Documentation

template<bool desc>
static void do_bool_partition ( bool data,
octave_idx_type  nel 
)
static

Definition at line 45 of file Array-b.cc.

References k.

template<bool desc>
static void do_bool_partition ( bool data,
octave_idx_type idx,
octave_idx_type  nel 
)
static

Definition at line 56 of file Array-b.cc.

References k, and OCTAVE_LOCAL_BUFFER.

template OCTAVE_API std::ostream& operator<< ( std::ostream &  ,
const Array< bool > &   
)

Variable Documentation

template class OCTAVE_API Array< bool >

Definition at line 120 of file Array-b.cc.

template class OCTAVE_API Array< idx_vector >

Definition at line 41 of file Array-idx-vec.cc.

template class OCTAVE_API Array< octave_idx_type >
template class OCTAVE_API DiagArray2< bool >

Definition at line 128 of file Array-b.cc.

template class OCTAVE_API octave_sort< bool >

Definition at line 118 of file Array-b.cc.