GNU Octave  8.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
Array-b.cc File Reference
#include "Array.h"
#include "Array-base.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 *idx, octave_idx_type nel)
 
template<bool desc>
static void do_bool_partition (bool *data, octave_idx_type nel)
 
template OCTAVE_API std::ostream & operator<< (std::ostream &, const Array< bool > &)
 

Variables

template class OCTAVE_CLASS_TEMPLATE_INSTANTIATION_API Array< bool >
 

Macro Definition Documentation

◆ INLINE_ASCENDING_SORT

#define INLINE_ASCENDING_SORT   1

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

◆ INLINE_DESCENDING_SORT

#define INLINE_DESCENDING_SORT   1

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

Function Documentation

◆ do_bool_partition() [1/2]

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

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

References OCTAVE_LOCAL_BUFFER.

◆ do_bool_partition() [2/2]

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

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

◆ operator<<()

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

Variable Documentation

◆ Array< bool >

template class OCTAVE_CLASS_TEMPLATE_INSTANTIATION_API Array< bool >

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

Referenced by idx_vector::idx_mask_rep::idx_mask_rep().