GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
sortrows_run_t Struct Reference
Collaboration diagram for sortrows_run_t:

Public Member Functions

 sortrows_run_t (octave_idx_type c, octave_idx_type o, octave_idx_type n)
 

Public Attributes

octave_idx_type col
 
octave_idx_type nel
 
octave_idx_type ofs
 

Detailed Description

Definition at line 1583 of file oct-sort.cc.

Constructor & Destructor Documentation

◆ sortrows_run_t()

sortrows_run_t::sortrows_run_t ( octave_idx_type  c,
octave_idx_type  o,
octave_idx_type  n 
)
inline

Definition at line 1585 of file oct-sort.cc.

Member Data Documentation

◆ col

octave_idx_type sortrows_run_t::col

Definition at line 1587 of file oct-sort.cc.

◆ nel

octave_idx_type sortrows_run_t::nel

Definition at line 1587 of file oct-sort.cc.

◆ ofs

octave_idx_type sortrows_run_t::ofs

Definition at line 1587 of file oct-sort.cc.


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