GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include <cassert>
#include <algorithm>
#include <iostream>
#include <limits>
#include <sstream>
#include <vector>
#include "Array.h"
#include "MArray.h"
#include "Array-util.h"
#include "Range.h"
#include "idx-vector.h"
#include "lo-error.h"
#include "quit.h"
#include "oct-locbuf.h"
#include "Sparse.h"
#include "sparse-sort.h"
#include "sparse-util.h"
#include "oct-spparms.h"
#include "mx-inlines.cc"
#include "PermMatrix.h"
Go to the source code of this file.
Macros | |
#define | INSTANTIATE_SPARSE(T, API) template class API Sparse<T>; |
Functions | |
static octave_idx_type | lblookup (const octave_idx_type *ridx, octave_idx_type nr, octave_idx_type ri) |
template<class T > | |
bool | sparse_ascending_compare (typename ref_param< T >::type a, typename ref_param< T >::type b) |
template<class T > | |
bool | sparse_descending_compare (typename ref_param< T >::type a, typename ref_param< T >::type b) |
#define INSTANTIATE_SPARSE | ( | T, | |
API | |||
) | template class API Sparse<T>; |
|
static |
Definition at line 1125 of file Sparse.cc.
Referenced by Sparse< T >::assign(), Sparse< T >::delete_elements(), and Sparse< T >::index().