GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
Go to the source code of this file.
Classes | |
class | MSparse< T > |
Functions | |
template<typename T > | |
MSparse< T > | operator* (const MSparse< T > &, const T &) |
template<typename T > | |
MSparse< T > | operator* (const T &, const MSparse< T > &) |
template<typename T > | |
MArray< T > | operator+ (const T &, const MSparse< T > &) |
template<typename T > | |
MArray< T > | operator+ (const MSparse< T > &, const T &) |
template<typename T > | |
MSparse< T > | operator+ (const MSparse< T > &) |
template<typename T > | |
MSparse< T > | operator+ (const MSparse< T > &, const MSparse< T > &) |
template<typename T > | |
MSparse< T > & | operator+= (MSparse< T > &, const MSparse< T > &) |
template<typename T > | |
MSparse< T > | operator- (const MSparse< T > &, const MSparse< T > &) |
template<typename T > | |
MArray< T > | operator- (const T &, const MSparse< T > &) |
template<typename T > | |
MSparse< T > | operator- (const MSparse< T > &) |
template<typename T > | |
MArray< T > | operator- (const MSparse< T > &, const T &) |
template<typename T > | |
MSparse< T > & | operator-= (MSparse< T > &, const MSparse< T > &) |
template<typename T > | |
MSparse< T > | operator/ (const MSparse< T > &, const T &) |
template<typename T > | |
MSparse< T > | operator/ (const T &, const MSparse< T > &) |
template<typename T > | |
MSparse< T > | product (const MSparse< T > &, const MSparse< T > &) |
template<typename T > | |
MSparse< T > | quotient (const MSparse< T > &, const MSparse< T > &) |
Definition at line 185 of file MSparse.cc.
References times_or_divide().
Definition at line 252 of file MSparse.cc.
References times_or_divides().
Definition at line 217 of file MSparse.cc.
References plus_or_minus().
Definition at line 149 of file MSparse.cc.
References plus_or_minus().
Definition at line 620 of file MSparse.cc.
Definition at line 389 of file MSparse.cc.
References plus_or_minus().
Definition at line 117 of file MSparse.cc.
References plus_or_minus().
Definition at line 396 of file MSparse.cc.
References plus_or_minus().
Definition at line 224 of file MSparse.cc.
References plus_or_minus().
Definition at line 627 of file MSparse.cc.
References Sparse< T >::data(), and Sparse< T >::nnz().
Definition at line 156 of file MSparse.cc.
References plus_or_minus().
Definition at line 124 of file MSparse.cc.
References plus_or_minus().
Definition at line 192 of file MSparse.cc.
References times_or_divide().
Definition at line 259 of file MSparse.cc.
References times_or_divides().
Definition at line 403 of file MSparse.cc.
References Sparse< T >::cidx(), Sparse< T >::cols(), Sparse< T >::data(), Sparse< T >::elem(), gripe_nonconformant(), Sparse< T >::maybe_compress(), Sparse< T >::nnz(), Sparse< T >::ridx(), and Sparse< T >::rows().
Definition at line 501 of file MSparse.cc.
References Sparse< T >::cidx(), Sparse< T >::cols(), Sparse< T >::data(), Sparse< T >::elem(), gripe_nonconformant(), Sparse< T >::maybe_compress(), Sparse< T >::nnz(), Sparse< T >::ridx(), and Sparse< T >::rows().