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.
Functions | |
template OCTAVE_API MSparse < Complex > | operator* (const MSparse< Complex > &, const Complex &) |
template OCTAVE_API MSparse < Complex > | operator* (const Complex &, const MSparse< Complex > &) |
template OCTAVE_API MArray < Complex > | operator+ (const Complex &, const MSparse< Complex > &) |
template OCTAVE_API MArray < Complex > | operator+ (const MSparse< Complex > &, const Complex &) |
template OCTAVE_API MSparse < Complex > | operator+ (const MSparse< Complex > &) |
template OCTAVE_API MSparse < Complex > | operator+ (const MSparse< Complex > &, const MSparse< Complex > &) |
template OCTAVE_API MSparse < Complex > & | operator+= (MSparse< Complex > &, const MSparse< Complex > &) |
template OCTAVE_API MSparse < Complex > | operator- (const MSparse< Complex > &, const MSparse< Complex > &) |
template OCTAVE_API MArray < Complex > | operator- (const Complex &, const MSparse< Complex > &) |
template OCTAVE_API MSparse < Complex > | operator- (const MSparse< Complex > &) |
template OCTAVE_API MArray < Complex > | operator- (const MSparse< Complex > &, const Complex &) |
template OCTAVE_API MSparse < Complex > & | operator-= (MSparse< Complex > &, const MSparse< Complex > &) |
template OCTAVE_API MSparse < Complex > | operator/ (const MSparse< Complex > &, const Complex &) |
template OCTAVE_API MSparse < Complex > | operator/ (const Complex &, const MSparse< Complex > &) |
template OCTAVE_API MSparse < Complex > | product (const MSparse< Complex > &, const MSparse< Complex > &) |
template OCTAVE_API MSparse < Complex > | quotient (const MSparse< Complex > &, const MSparse< Complex > &) |
Variables | |
template class OCTAVE_API | MSparse< Complex > |
template OCTAVE_API MSparse< Complex > operator+ | ( | const MSparse< Complex > & | , |
const MSparse< Complex > & | |||
) |
template OCTAVE_API MSparse< Complex >& operator+= | ( | MSparse< Complex > & | , |
const MSparse< Complex > & | |||
) |
template OCTAVE_API MSparse< Complex > operator- | ( | const MSparse< Complex > & | , |
const MSparse< Complex > & | |||
) |
template OCTAVE_API MSparse< Complex >& operator-= | ( | MSparse< Complex > & | , |
const MSparse< Complex > & | |||
) |
template OCTAVE_API MSparse< Complex > product | ( | const MSparse< Complex > & | , |
const MSparse< Complex > & | |||
) |
template OCTAVE_API MSparse< Complex > quotient | ( | const MSparse< Complex > & | , |
const MSparse< Complex > & | |||
) |
Definition at line 33 of file MSparse-C.cc.