GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
range< T, ENABLE > Class Template Reference

Public Member Functions

bool all_elements_are_ints () const
 
bool all_elements_are_ints () const
 
bool all_elements_are_ints () const
 
bool all_elements_are_ints () const
 
void init ()
 
void init ()
 
void init ()
 
void init ()
 
bool is_storable () const
 
bool is_storable () const
 
bool is_storable () const
 
bool is_storable () const
 
octave_idx_type nnz () const
 
octave_idx_type nnz () const
 
octave_idx_type nnz () const
 
octave_idx_type nnz () const
 

Detailed Description

template<typename T, typename ENABLE = void>
class range< T, ENABLE >

Definition at line 33 of file range-fwd.h.

Member Function Documentation

◆ all_elements_are_ints() [1/4]

bool range< double >::all_elements_are_ints ( ) const

Definition at line 308 of file Range.cc.

References xall_elements_are_ints().

◆ all_elements_are_ints() [2/4]

bool range< float >::all_elements_are_ints ( ) const

Definition at line 315 of file Range.cc.

References xall_elements_are_ints().

◆ all_elements_are_ints() [3/4]

bool range< double >::all_elements_are_ints ( ) const

◆ all_elements_are_ints() [4/4]

bool range< float >::all_elements_are_ints ( ) const

◆ init() [1/4]

void range< double >::init ( )

Definition at line 322 of file Range.cc.

References xinit().

◆ init() [2/4]

void range< float >::init ( )

Definition at line 329 of file Range.cc.

References xinit().

◆ init() [3/4]

void range< double >::init ( )

◆ init() [4/4]

void range< float >::init ( )

◆ is_storable() [1/4]

bool range< double >::is_storable ( ) const

Definition at line 338 of file Range.cc.

References xis_storable().

◆ is_storable() [2/4]

bool range< float >::is_storable ( ) const

Definition at line 345 of file Range.cc.

References xis_storable().

◆ is_storable() [3/4]

bool range< double >::is_storable ( ) const

◆ is_storable() [4/4]

bool range< float >::is_storable ( ) const

◆ nnz() [1/4]

octave_idx_type range< double >::nnz ( ) const

Definition at line 386 of file Range.cc.

References xnnz().

◆ nnz() [2/4]

octave_idx_type range< float >::nnz ( ) const

Definition at line 393 of file Range.cc.

References xnnz().

◆ nnz() [3/4]

octave_idx_type range< double >::nnz ( ) const

◆ nnz() [4/4]

octave_idx_type range< float >::nnz ( ) const

The documentation for this class was generated from the following file: