Public Types | Public Member Functions | Static Public Member Functions | Protected Attributes

boolMatrix Class Reference

#include "boolMatrix.h"

Inheritance diagram for boolMatrix:
Inheritance graph
[legend]
Collaboration diagram for boolMatrix:
Collaboration graph
[legend]

List of all members.

Public Types

typedef bool(* compare_fcn_type )(typename ref_param< bool >::type, typename ref_param< bool >::type)
typedef ref_param< bool >::type crefT
typedef bool element_type

Public Member Functions

 boolMatrix (void)
 boolMatrix (octave_idx_type r, octave_idx_type c)
 boolMatrix (const dim_vector &dv)
 boolMatrix (const dim_vector &dv, bool val)
 boolMatrix (octave_idx_type r, octave_idx_type c, bool val)
 boolMatrix (const Array< bool > &a)
 boolMatrix (const boolMatrix &a)
boolMatrix all (int dim=-1) const
boolMatrix any (int dim=-1) const
Array< boolas_column (void) const
Array< boolas_matrix (void) const
Array< boolas_row (void) const
void assign (const idx_vector &i, const Array< bool > &rhs, const bool &rfv=resize_fill_value())
void assign (const idx_vector &i, const idx_vector &j, const Array< bool > &rhs, const bool &rfv=resize_fill_value())
void assign (const Array< idx_vector > &ia, const Array< bool > &rhs, const bool &rfv=resize_fill_value())
size_t byte_size (void) const
octave_idx_type capacity (void) const
boolcheckelem (octave_idx_type n)
boolcheckelem (octave_idx_type i, octave_idx_type j)
boolcheckelem (octave_idx_type i, octave_idx_type j, octave_idx_type k)
boolcheckelem (const Array< octave_idx_type > &ra_idx)
crefT checkelem (octave_idx_type n) const
crefT checkelem (octave_idx_type i, octave_idx_type j) const
crefT checkelem (octave_idx_type i, octave_idx_type j, octave_idx_type k) const
crefT checkelem (const Array< octave_idx_type > &ra_idx) const
void chop_trailing_singletons (void) GCC_ATTR_DEPRECATED
void clear (void)
void clear (const dim_vector &dv)
void clear (octave_idx_type r, octave_idx_type c)
octave_idx_type cols (void) const
Array< boolcolumn (octave_idx_type k) const
octave_idx_type columns (void) const
octave_idx_type compute_index (octave_idx_type i, octave_idx_type j) const
octave_idx_type compute_index (octave_idx_type i, octave_idx_type j, octave_idx_type k) const
octave_idx_type compute_index (const Array< octave_idx_type > &ra_idx) const
octave_idx_type compute_index_unchecked (const Array< octave_idx_type > &ra_idx) const
const booldata (void) const
void delete_elements (const idx_vector &i)
void delete_elements (int dim, const idx_vector &i)
void delete_elements (const Array< idx_vector > &ia)
boolMatrix diag (octave_idx_type k=0) const
octave_idx_type dim1 (void) const
octave_idx_type dim2 (void) const
octave_idx_type dim3 (void) const
const dim_vectordims (void) const
boolelem (const Array< octave_idx_type > &ra_idx)
crefT elem (octave_idx_type n) const
crefT elem (octave_idx_type i, octave_idx_type j) const
crefT elem (octave_idx_type i, octave_idx_type j, octave_idx_type k) const
crefT elem (const Array< octave_idx_type > &ra_idx) const
boolelem (octave_idx_type n)
boolelem (octave_idx_type i, octave_idx_type j)
boolelem (octave_idx_type i, octave_idx_type j, octave_idx_type k)
void fill (const bool &val)
Array< octave_idx_typefind (octave_idx_type n=-1, bool backward=false) const
const boolfortran_vec (void) const
boolfortran_vec (void)
Array< boolhermitian (bool(*fcn)(const bool &)=0) const
Array< boolindex (const idx_vector &i) const
Array< boolindex (const idx_vector &i, const idx_vector &j) const
Array< boolindex (const Array< idx_vector > &ia) const
Array< boolindex (const idx_vector &i, const idx_vector &j, bool resize_ok, const bool &rfv=resize_fill_value()) const
Array< boolindex (const Array< idx_vector > &ia, bool resize_ok, const bool &rfv=resize_fill_value()) const
Array< boolindex (const idx_vector &i, bool resize_ok, const bool &rfv=resize_fill_value()) const
boolMatrixinsert (const boolMatrix &a, octave_idx_type r, octave_idx_type c)
Array< bool > & insert (const Array< bool > &a, const Array< octave_idx_type > &idx)
Array< bool > & insert (const Array< bool > &a, octave_idx_type r, octave_idx_type c)
Array< boolipermute (const Array< octave_idx_type > &vec) const
bool is_empty (void) const
bool is_shared (void)
sortmode is_sorted (sortmode mode=UNSORTED) const
sortmode is_sorted_rows (sortmode mode=UNSORTED) const
bool is_square (void) const
bool is_vector (void) const
octave_idx_type length (void) const
Array< boollinear_slice (octave_idx_type lo, octave_idx_type up) const
octave_idx_type lookup (const bool &value, sortmode mode=UNSORTED) const
Array< octave_idx_typelookup (const Array< bool > &values, sortmode mode=UNSORTED) const
void make_unique (void)
Array< U > map (U(&fcn)(bool)) const
Array< U > map (U(&fcn)(const bool &)) const
Array< U > map (F fcn) const
void maybe_economize (void)
void * mex_get_data (void) const
int ndims (void) const
octave_idx_type nelem (void) const
octave_idx_type nnz (void) const
Array< boolnth_element (const idx_vector &n, int dim=0) const
octave_idx_type numel (void) const
boolMatrix operator! (void) const
bool operator!= (const boolMatrix &a) const
booloperator() (octave_idx_type n)
booloperator() (octave_idx_type i, octave_idx_type j)
booloperator() (const Array< octave_idx_type > &ra_idx)
crefT operator() (octave_idx_type n) const
crefT operator() (octave_idx_type i, octave_idx_type j) const
crefT operator() (const Array< octave_idx_type > &ra_idx) const
crefT operator() (octave_idx_type i, octave_idx_type j, octave_idx_type k) const
booloperator() (octave_idx_type i, octave_idx_type j, octave_idx_type k)
boolMatrixoperator= (const boolMatrix &a)
bool operator== (const boolMatrix &a) const
bool optimize_dimensions (const dim_vector &dv)
Array< boolpage (octave_idx_type k) const
octave_idx_type pages (void) const
Array< boolpermute (const Array< octave_idx_type > &vec, bool inv=false) const
void print_info (std::ostream &os, const std::string &prefix) const
Array< boolreshape (octave_idx_type nr, octave_idx_type nc) const
Array< boolreshape (const dim_vector &new_dims) const
void resize (octave_idx_type nr, octave_idx_type nc, bool rfv=resize_fill_value())
void resize (octave_idx_type nr, octave_idx_type nc, const bool &rfv=resize_fill_value()) GCC_ATTR_DEPRECATED
void resize (octave_idx_type n) GCC_ATTR_DEPRECATED
void resize (const dim_vector &dv, const bool &rfv=resize_fill_value())
void resize1 (octave_idx_type n, const bool &rfv=resize_fill_value())
octave_idx_type rows (void) const
Array< boolsort (Array< octave_idx_type > &sidx, int dim=0, sortmode mode=ASCENDING) const
Array< boolsort (int dim=0, sortmode mode=ASCENDING) const
Array< octave_idx_typesort_rows_idx (sortmode mode=ASCENDING) const
Array< boolsqueeze (void) const
bool test (F fcn) const
bool test_all (bool(&fcn)(const bool &)) const
bool test_all (F fcn) const
bool test_all (bool(&fcn)(bool)) const
bool test_any (bool(&fcn)(const bool &)) const
bool test_any (F fcn) const
bool test_any (bool(&fcn)(bool)) const
boolMatrix transpose (void) const
crefT xelem (octave_idx_type n) const
boolxelem (octave_idx_type i, octave_idx_type j, octave_idx_type k)
crefT xelem (octave_idx_type i, octave_idx_type j) const
boolxelem (octave_idx_type n)
crefT xelem (const Array< octave_idx_type > &ra_idx) const
boolxelem (octave_idx_type i, octave_idx_type j)
crefT xelem (octave_idx_type i, octave_idx_type j, octave_idx_type k) const
boolxelem (const Array< octave_idx_type > &ra_idx)

Static Public Member Functions

static Array< boolcat (int dim, octave_idx_type n, const Array< bool > *array_list)
static bool resize_fill_value (void)

Protected Attributes

dim_vector dimensions
Array< bool >::ArrayRep * rep
boolslice_data
octave_idx_type slice_len

Detailed Description

Definition at line 32 of file boolMatrix.h.


Member Typedef Documentation

typedef bool(* Array< bool >::compare_fcn_type)(typename ref_param< bool >::type, typename ref_param< bool >::type) [inherited]

Definition at line 127 of file Array.h.

typedef ref_param<bool >::type Array< bool >::crefT [inherited]

Definition at line 125 of file Array.h.

typedef bool Array< bool >::element_type [inherited]

Definition at line 123 of file Array.h.


Constructor & Destructor Documentation

boolMatrix::boolMatrix ( void   )  [inline]

Definition at line 38 of file boolMatrix.h.

boolMatrix::boolMatrix ( octave_idx_type  r,
octave_idx_type  c 
) [inline]

Definition at line 40 of file boolMatrix.h.

boolMatrix::boolMatrix ( octave_idx_type  r,
octave_idx_type  c,
bool  val 
) [inline]

Definition at line 43 of file boolMatrix.h.

boolMatrix::boolMatrix ( const dim_vector dv  )  [inline]

Definition at line 46 of file boolMatrix.h.

boolMatrix::boolMatrix ( const dim_vector dv,
bool  val 
) [inline]

Definition at line 48 of file boolMatrix.h.

boolMatrix::boolMatrix ( const Array< bool > &  a  )  [inline]

Definition at line 50 of file boolMatrix.h.

boolMatrix::boolMatrix ( const boolMatrix a  )  [inline]

Definition at line 52 of file boolMatrix.h.


Member Function Documentation

boolMatrix boolMatrix::all ( int  dim = -1  )  const

Definition at line 91 of file boolMatrix.cc.

boolMatrix boolMatrix::any ( int  dim = -1  )  const

Definition at line 97 of file boolMatrix.cc.

Array<bool > Array< bool >::as_column ( void   )  const [inline, inherited]

Definition at line 274 of file Array.h.

Array<bool > Array< bool >::as_matrix ( void   )  const [inline, inherited]

Definition at line 294 of file Array.h.

Array<bool > Array< bool >::as_row ( void   )  const [inline, inherited]

Definition at line 284 of file Array.h.

void Array< bool >::assign ( const idx_vector i,
const Array< bool > &  rhs,
const bool rfv = resize_fill_value () 
) [inherited]
void Array< bool >::assign ( const idx_vector i,
const idx_vector j,
const Array< bool > &  rhs,
const bool rfv = resize_fill_value () 
) [inherited]
void Array< bool >::assign ( const Array< idx_vector > &  ia,
const Array< bool > &  rhs,
const bool rfv = resize_fill_value () 
) [inherited]
size_t Array< bool >::byte_size ( void   )  const [inline, inherited]

Definition at line 308 of file Array.h.

octave_idx_type Array< bool >::capacity ( void   )  const [inline, inherited]

Definition at line 264 of file Array.h.

static Array<bool > Array< bool >::cat ( int  dim,
octave_idx_type  n,
const Array< bool > *  array_list 
) [static, inherited]
bool & Array< bool >::checkelem ( octave_idx_type  n  )  [inherited]
bool & Array< bool >::checkelem ( octave_idx_type  i,
octave_idx_type  j,
octave_idx_type  k 
) [inherited]
bool & Array< bool >::checkelem ( octave_idx_type  i,
octave_idx_type  j 
) [inherited]
bool & Array< bool >::checkelem ( const Array< octave_idx_type > &  ra_idx  )  [inherited]
crefT Array< bool >::checkelem ( octave_idx_type  n  )  const [inherited]
crefT Array< bool >::checkelem ( octave_idx_type  i,
octave_idx_type  j 
) const [inherited]
crefT Array< bool >::checkelem ( octave_idx_type  i,
octave_idx_type  j,
octave_idx_type  k 
) const [inherited]
crefT Array< bool >::checkelem ( const Array< octave_idx_type > &  ra_idx  )  const [inherited]
void Array< bool >::chop_trailing_singletons ( void   )  [inline, inherited]

Definition at line 315 of file Array.h.

void Array< bool >::clear ( octave_idx_type  r,
octave_idx_type  c 
) [inline, inherited]

Definition at line 261 of file Array.h.

void Array< bool >::clear ( void   )  [inherited]
void Array< bool >::clear ( const dim_vector dv  )  [inherited]
octave_idx_type Array< bool >::cols ( void   )  const [inline, inherited]

Definition at line 304 of file Array.h.

Referenced by operator!(), and operator==().

Array<bool > Array< bool >::column ( octave_idx_type  k  )  const [inherited]
octave_idx_type Array< bool >::columns ( void   )  const [inline, inherited]

Definition at line 305 of file Array.h.

octave_idx_type Array< bool >::compute_index ( octave_idx_type  i,
octave_idx_type  j 
) const [inherited]
octave_idx_type Array< bool >::compute_index ( octave_idx_type  i,
octave_idx_type  j,
octave_idx_type  k 
) const [inherited]
octave_idx_type Array< bool >::compute_index ( const Array< octave_idx_type > &  ra_idx  )  const [inherited]
octave_idx_type Array< bool >::compute_index_unchecked ( const Array< octave_idx_type > &  ra_idx  )  const [inline, inherited]

Definition at line 322 of file Array.h.

const bool * Array< bool >::data ( void   )  const [inline, inherited]

Definition at line 435 of file Array.h.

Referenced by operator==().

void Array< bool >::delete_elements ( const idx_vector i  )  [inherited]
void Array< bool >::delete_elements ( int  dim,
const idx_vector i 
) [inherited]
void Array< bool >::delete_elements ( const Array< idx_vector > &  ia  )  [inherited]
boolMatrix boolMatrix::diag ( octave_idx_type  k = 0  )  const

Reimplemented from Array< bool >.

Definition at line 82 of file boolMatrix.cc.

octave_idx_type Array< bool >::dim1 ( void   )  const [inline, inherited]

Definition at line 269 of file Array.h.

octave_idx_type Array< bool >::dim2 ( void   )  const [inline, inherited]

Definition at line 270 of file Array.h.

octave_idx_type Array< bool >::dim3 ( void   )  const [inline, inherited]

Definition at line 271 of file Array.h.

const dim_vector& Array< bool >::dims ( void   )  const [inline, inherited]

Definition at line 311 of file Array.h.

bool & Array< bool >::elem ( octave_idx_type  n  )  [inline, inherited]

Definition at line 353 of file Array.h.

Referenced by operator!().

bool & Array< bool >::elem ( octave_idx_type  i,
octave_idx_type  j 
) [inline, inherited]

Definition at line 359 of file Array.h.

bool & Array< bool >::elem ( octave_idx_type  i,
octave_idx_type  j,
octave_idx_type  k 
) [inline, inherited]

Definition at line 361 of file Array.h.

bool & Array< bool >::elem ( const Array< octave_idx_type > &  ra_idx  )  [inline, inherited]

Definition at line 363 of file Array.h.

crefT Array< bool >::elem ( octave_idx_type  n  )  const [inline, inherited]

Definition at line 383 of file Array.h.

crefT Array< bool >::elem ( octave_idx_type  i,
octave_idx_type  j 
) const [inline, inherited]

Definition at line 385 of file Array.h.

crefT Array< bool >::elem ( octave_idx_type  i,
octave_idx_type  j,
octave_idx_type  k 
) const [inline, inherited]

Definition at line 387 of file Array.h.

crefT Array< bool >::elem ( const Array< octave_idx_type > &  ra_idx  )  const [inline, inherited]

Definition at line 389 of file Array.h.

void Array< bool >::fill ( const bool val  )  [inherited]
Array<octave_idx_type> Array< bool >::find ( octave_idx_type  n = -1,
bool  backward = false 
) const [inherited]
const bool * Array< bool >::fortran_vec ( void   )  const [inline, inherited]

Definition at line 437 of file Array.h.

bool * Array< bool >::fortran_vec ( void   )  [inherited]
Array<bool > Array< bool >::hermitian ( bool (*)(const bool &)  fcn = 0  )  const [inherited]
Array<bool > Array< bool >::index ( const idx_vector i  )  const [inherited]
Array<bool > Array< bool >::index ( const idx_vector i,
const idx_vector j 
) const [inherited]
Array<bool > Array< bool >::index ( const Array< idx_vector > &  ia  )  const [inherited]
Array<bool > Array< bool >::index ( const idx_vector i,
bool  resize_ok,
const bool rfv = resize_fill_value () 
) const [inherited]
Array<bool > Array< bool >::index ( const Array< idx_vector > &  ia,
bool  resize_ok,
const bool rfv = resize_fill_value () 
) const [inherited]
Array<bool > Array< bool >::index ( const idx_vector i,
const idx_vector j,
bool  resize_ok,
const bool rfv = resize_fill_value () 
) const [inherited]
boolMatrix & boolMatrix::insert ( const boolMatrix a,
octave_idx_type  r,
octave_idx_type  c 
)

Definition at line 56 of file boolMatrix.cc.

Array<bool >& Array< bool >::insert ( const Array< bool > &  a,
const Array< octave_idx_type > &  idx 
) [inherited]
Array<bool >& Array< bool >::insert ( const Array< bool > &  a,
octave_idx_type  r,
octave_idx_type  c 
) [inherited]
Array<bool > Array< bool >::ipermute ( const Array< octave_idx_type > &  vec  )  const [inline, inherited]

Definition at line 423 of file Array.h.

bool Array< bool >::is_empty ( void   )  const [inline, inherited]

Definition at line 428 of file Array.h.

bool Array< bool >::is_shared ( void   )  [inline, inherited]

Definition at line 441 of file Array.h.

Referenced by boolNDArray::invert().

sortmode Array< bool >::is_sorted ( sortmode  mode = UNSORTED  )  const [inherited]
sortmode Array< bool >::is_sorted_rows ( sortmode  mode = UNSORTED  )  const [inherited]
bool Array< bool >::is_square ( void   )  const [inline, inherited]

Definition at line 426 of file Array.h.

bool Array< bool >::is_vector ( void   )  const [inline, inherited]

Definition at line 430 of file Array.h.

octave_idx_type Array< bool >::length ( void   )  const [inline, inherited]

Definition at line 265 of file Array.h.

Referenced by operator==().

Array<bool > Array< bool >::linear_slice ( octave_idx_type  lo,
octave_idx_type  up 
) const [inherited]
octave_idx_type Array< bool >::lookup ( const bool value,
sortmode  mode = UNSORTED 
) const [inherited]
Array<octave_idx_type> Array< bool >::lookup ( const Array< bool > &  values,
sortmode  mode = UNSORTED 
) const [inherited]
void Array< bool >::make_unique ( void   )  [inline, inherited]

Definition at line 109 of file Array.h.

Array<U> Array< bool >::map ( fcn  )  const [inline, inherited]

Definition at line 573 of file Array.h.

Array<U> Array< bool >::map ( U(&)(const bool &)  fcn  )  const [inline, inherited]

Definition at line 609 of file Array.h.

Array<U> Array< bool >::map ( U(&)(bool fcn  )  const [inline, inherited]

Definition at line 604 of file Array.h.

void Array< bool >::maybe_economize ( void   )  [inline, inherited]

Definition at line 514 of file Array.h.

void* Array< bool >::mex_get_data ( void   )  const [inline, inherited]

Definition at line 529 of file Array.h.

int Array< bool >::ndims ( void   )  const [inline, inherited]

Definition at line 443 of file Array.h.

octave_idx_type Array< bool >::nelem ( void   )  const [inline, inherited]

Definition at line 266 of file Array.h.

octave_idx_type Array< bool >::nnz ( void   )  const [inherited]
Array<bool > Array< bool >::nth_element ( const idx_vector n,
int  dim = 0 
) const [inherited]
octave_idx_type Array< bool >::numel ( void   )  const [inline, inherited]

Definition at line 267 of file Array.h.

boolMatrix boolMatrix::operator! ( void   )  const
bool boolMatrix::operator!= ( const boolMatrix a  )  const

Definition at line 50 of file boolMatrix.cc.

bool & Array< bool >::operator() ( octave_idx_type  i,
octave_idx_type  j 
) [inline, inherited]

Definition at line 373 of file Array.h.

bool & Array< bool >::operator() ( octave_idx_type  i,
octave_idx_type  j,
octave_idx_type  k 
) [inline, inherited]

Definition at line 374 of file Array.h.

bool & Array< bool >::operator() ( const Array< octave_idx_type > &  ra_idx  )  [inline, inherited]

Definition at line 375 of file Array.h.

crefT Array< bool >::operator() ( octave_idx_type  i,
octave_idx_type  j 
) const [inline, inherited]

Definition at line 399 of file Array.h.

crefT Array< bool >::operator() ( octave_idx_type  n  )  const [inline, inherited]

Definition at line 398 of file Array.h.

crefT Array< bool >::operator() ( octave_idx_type  i,
octave_idx_type  j,
octave_idx_type  k 
) const [inline, inherited]

Definition at line 400 of file Array.h.

crefT Array< bool >::operator() ( const Array< octave_idx_type > &  ra_idx  )  const [inline, inherited]

Definition at line 401 of file Array.h.

bool & Array< bool >::operator() ( octave_idx_type  n  )  [inline, inherited]

Definition at line 372 of file Array.h.

boolMatrix& boolMatrix::operator= ( const boolMatrix a  )  [inline]

Definition at line 54 of file boolMatrix.h.

References Array< T >::operator=().

bool boolMatrix::operator== ( const boolMatrix a  )  const
bool Array< bool >::optimize_dimensions ( const dim_vector dv  )  [inherited]
Array<bool > Array< bool >::page ( octave_idx_type  k  )  const [inherited]
octave_idx_type Array< bool >::pages ( void   )  const [inline, inherited]

Definition at line 306 of file Array.h.

Array<bool > Array< bool >::permute ( const Array< octave_idx_type > &  vec,
bool  inv = false 
) const [inherited]
void Array< bool >::print_info ( std::ostream &  os,
const std::string &  prefix 
) const [inherited]
Array<bool > Array< bool >::reshape ( octave_idx_type  nr,
octave_idx_type  nc 
) const [inline, inherited]

Definition at line 416 of file Array.h.

Array<bool > Array< bool >::reshape ( const dim_vector new_dims  )  const [inline, inherited]

Definition at line 419 of file Array.h.

void Array< bool >::resize ( octave_idx_type  n  )  [inline, inherited]

Definition at line 459 of file Array.h.

void boolMatrix::resize ( octave_idx_type  nr,
octave_idx_type  nc,
bool  rfv = resize_fill_value () 
) [inline]

Definition at line 87 of file boolMatrix.h.

References Array< T >::resize().

void Array< bool >::resize ( octave_idx_type  nr,
octave_idx_type  nc,
const bool rfv = resize_fill_value () 
) [inline, inherited]

Definition at line 462 of file Array.h.

void Array< bool >::resize ( const dim_vector dv,
const bool rfv = resize_fill_value () 
) [inherited]
void Array< bool >::resize1 ( octave_idx_type  n,
const bool rfv = resize_fill_value () 
) [inherited]
static bool boolMatrix::resize_fill_value ( void   )  [inline, static]

Reimplemented from Array< bool >.

Definition at line 93 of file boolMatrix.h.

octave_idx_type Array< bool >::rows ( void   )  const [inline, inherited]

Definition at line 303 of file Array.h.

Referenced by operator!(), and operator==().

Array<bool > Array< bool >::sort ( int  dim = 0,
sortmode  mode = ASCENDING 
) const [inherited]
Array<bool > Array< bool >::sort ( Array< octave_idx_type > &  sidx,
int  dim = 0,
sortmode  mode = ASCENDING 
) const [inherited]
Array<octave_idx_type> Array< bool >::sort_rows_idx ( sortmode  mode = ASCENDING  )  const [inherited]
Array<bool > Array< bool >::squeeze ( void   )  const [inherited]

Reimplemented in boolNDArray.

bool Array< bool >::test ( fcn  )  const [inline, inherited]

Definition at line 614 of file Array.h.

bool Array< bool >::test_all ( bool(&)(const bool &)  fcn  )  const [inline, inherited]

Definition at line 661 of file Array.h.

bool Array< bool >::test_all ( fcn  )  const [inline, inherited]

Definition at line 648 of file Array.h.

bool Array< bool >::test_all ( bool(&)(bool fcn  )  const [inline, inherited]

Definition at line 658 of file Array.h.

bool Array< bool >::test_any ( bool(&)(const bool &)  fcn  )  const [inline, inherited]

Definition at line 655 of file Array.h.

bool Array< bool >::test_any ( fcn  )  const [inline, inherited]

Definition at line 644 of file Array.h.

bool Array< bool >::test_any ( bool(&)(bool fcn  )  const [inline, inherited]

Definition at line 652 of file Array.h.

boolMatrix boolMatrix::transpose ( void   )  const [inline]

Reimplemented from Array< bool >.

Definition at line 63 of file boolMatrix.h.

References Array< T >::transpose().

bool & Array< bool >::xelem ( octave_idx_type  n  )  [inline, inherited]

Definition at line 327 of file Array.h.

bool & Array< bool >::xelem ( octave_idx_type  i,
octave_idx_type  j,
octave_idx_type  k 
) [inline, inherited]

Definition at line 333 of file Array.h.

bool & Array< bool >::xelem ( const Array< octave_idx_type > &  ra_idx  )  [inline, inherited]

Definition at line 338 of file Array.h.

bool & Array< bool >::xelem ( octave_idx_type  i,
octave_idx_type  j 
) [inline, inherited]

Definition at line 330 of file Array.h.

crefT Array< bool >::xelem ( const Array< octave_idx_type > &  ra_idx  )  const [inline, inherited]

Definition at line 341 of file Array.h.

crefT Array< bool >::xelem ( octave_idx_type  i,
octave_idx_type  j 
) const [inline, inherited]

Definition at line 331 of file Array.h.

crefT Array< bool >::xelem ( octave_idx_type  i,
octave_idx_type  j,
octave_idx_type  k 
) const [inline, inherited]

Definition at line 335 of file Array.h.

crefT Array< bool >::xelem ( octave_idx_type  n  )  const [inline, inherited]

Definition at line 328 of file Array.h.


Member Data Documentation

dim_vector Array< bool >::dimensions [protected, inherited]

Definition at line 132 of file Array.h.

Array<bool >::ArrayRep* Array< bool >::rep [protected, inherited]

Definition at line 134 of file Array.h.

bool * Array< bool >::slice_data [protected, inherited]

Definition at line 143 of file Array.h.

octave_idx_type Array< bool >::slice_len [protected, inherited]

Definition at line 144 of file Array.h.


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines