![]() |
GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include <cassert>#include <cstring>#include "oct-sort.cc"#include "quit.h"#include "sparse-sort.h"
Go to the source code of this file.
Functions | |
| bool | octave_idx_vector_comp (octave_idx_vector_sort *i, octave_idx_vector_sort *j) |
| bool | octave_sparse_sidxl_comp (octave_sparse_sort_idxl *i, octave_sparse_sort_idxl *j) |
| bool octave_idx_vector_comp | ( | octave_idx_vector_sort * | i, |
| octave_idx_vector_sort * | j | ||
| ) |
Definition at line 57 of file sparse-sort.cc.
References octave_idx_vector_sort::i.
| bool octave_sparse_sidxl_comp | ( | octave_sparse_sort_idxl * | i, |
| octave_sparse_sort_idxl * | j | ||
| ) |
Definition at line 41 of file sparse-sort.cc.
References octave_sparse_sort_idxl::c, and octave_sparse_sort_idxl::r.
1.8.1.2