|
template OCTAVE_API MSparse< Complex > | operator* (const Complex &, const MSparse< Complex > &) |
|
template OCTAVE_API MSparse< Complex > | operator* (const MSparse< Complex > &, const 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+ (const MSparse< Complex > &, const MSparse< Complex > &) |
|
template OCTAVE_API MSparse< Complex > & | operator+= (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- (const MSparse< Complex > &, const MSparse< Complex > &) |
|
template OCTAVE_API MSparse< Complex > & | operator-= (MSparse< Complex > &, const MSparse< Complex > &) |
|
template OCTAVE_API MSparse< Complex > | operator/ (const Complex &, const MSparse< Complex > &) |
|
template OCTAVE_API MSparse< Complex > | operator/ (const MSparse< Complex > &, const 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 > &) |
|