GNU Octave  3.8.0
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
Classes | Functions
oct-sort.cc File Reference
#include <cassert>
#include <algorithm>
#include <functional>
#include <cstring>
#include <stack>
#include "lo-mappers.h"
#include "quit.h"
#include "oct-sort.h"
#include "oct-locbuf.h"
Include dependency graph for oct-sort.cc:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  sortrows_run_t

Functions

static octave_idx_type roundupsize (octave_idx_type n)

Function Documentation

static octave_idx_type roundupsize ( octave_idx_type  n)
inlinestatic