GNU Octave  8.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
Range Member List

This is the complete list of members for Range, including all inherited members.

all_elements_are_ints(void) constRange
base(void) constRangeinline
checkelem(octave_idx_type i) constRange
checkelem(octave_idx_type i, octave_idx_type j) constRange
cols(void) constRangeinline
columns(void) constRangeinline
diag(octave_idx_type k=0) constRange
dims(void) constRangeinline
elem(octave_idx_type i) constRange
elem(octave_idx_type, octave_idx_type j) constRangeinline
final_value(void) constRangeinline
inc(void) constRangeinline
increment(void) constRangeinline
index(const octave::idx_vector &i) constRange
init(void)Rangeprivate
isempty(void) constRangeinline
issorted(sortmode mode=ASCENDING) constRange
limit(void) constRangeinline
limit_internal(void) constRangeprivate
m_baseRangeprivate
m_incRangeprivate
m_limitRangeprivate
m_numelRangeprivate
matrix_value(void) constRange
max(void) constRange
min(void) constRange
nnz(void) constRange
numel(void) constRangeinline
numel_internal(void) constRangeprivate
ok(void) constRangeinline
operator()(octave_idx_type i) constRangeinline
operator()(octave_idx_type i, octave_idx_type j) constRangeinline
operator*(double x, const Range &r)Rangefriend
operator*(const Range &r, double x)Rangefriend
operator+(double x, const Range &r)Rangefriend
operator+(const Range &r, double x)Rangefriend
operator-(const Range &r)Rangefriend
operator-(double x, const Range &r)Rangefriend
operator-(const Range &r, double x)Rangefriend
operator<<(std::ostream &os, const Range &r)Rangefriend
operator=(const Range &r)=defaultRange
operator>>(std::istream &is, Range &r)Rangefriend
Range(void)Rangeinline
Range(const octave::range< double > &r)Rangeinline
Range(const Range &r)=defaultRange
Range(double b, double l)Rangeinline
Range(double b, double l, double i)Rangeinline
Range(double b, double i, octave_idx_type n)Rangeinline
Range(double b, double l, double i, octave_idx_type n)Rangeinlineprotected
rows(void) constRangeinline
set_base(double b)Range
set_inc(double i)Range
set_limit(double l)Range
sort(octave_idx_type dim=0, sortmode mode=ASCENDING) constRange
sort(Array< octave_idx_type > &sidx, octave_idx_type dim=0, sortmode mode=ASCENDING) constRange
sort_internal(bool ascending=true)Range
sort_internal(Array< octave_idx_type > &sidx, bool ascending=true)Range
~Range(void)=defaultRange