GNU Octave  4.0.0
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
 
#define INLINE_DESCENDING_SORT
 

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 DiagArray2< bool >
 
template class OCTAVE_API octave_sort< bool >
 

Macro Definition Documentation

#define INLINE_ASCENDING_SORT

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

#define INLINE_DESCENDING_SORT

Definition at line 32 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 38 of file Array-b.cc.

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

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

References 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 109 of file Array-b.cc.

template class OCTAVE_API DiagArray2< bool >

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

template class OCTAVE_API octave_sort< bool >

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