Defines | 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.

Defines

#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)
 INSTANTIATE_ARRAY (bool, OCTAVE_API)
 INSTANTIATE_ARRAY_SORT (bool)
template OCTAVE_API std::ostream & operator<< (std::ostream &, const Array< bool > &)

Variables

template class OCTAVE_API DiagArray2< bool >

Define 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.

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

Variable Documentation

template class OCTAVE_API DiagArray2< bool >

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

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines