GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
sortrows_run_t Struct Reference
Collaboration diagram for sortrows_run_t:
Collaboration graph
[legend]

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 ( 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

octave_idx_type sortrows_run_t::col

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

octave_idx_type sortrows_run_t::nel

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

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: