Go to the source code of this file.
Functions | |
template OCTAVE_API MArray< float > | operator* (const float &, const MArray< float > &) |
template OCTAVE_API MDiagArray2< float > | operator* (const float &, const MDiagArray2< float > &) |
template OCTAVE_API MArray< float > | operator* (const MArray< float > &, const float &) |
template OCTAVE_API MDiagArray2< float > | operator* (const MDiagArray2< float > &, const float &) |
template OCTAVE_API MArray< float > & | operator*= (MArray< float > &, const float &) |
template OCTAVE_API MArray< float > | operator+ (const float &, const MArray< float > &) |
template OCTAVE_API MArray< float > | operator+ (const MArray< float > &) |
template OCTAVE_API MArray< float > | operator+ (const MArray< float > &, const float &) |
template OCTAVE_API MArray< float > | operator+ (const MArray< float > &, const MArray< float > &) |
template OCTAVE_API MDiagArray2< float > | operator+ (const MDiagArray2< float > &) |
template OCTAVE_API MDiagArray2< float > | operator+ (const MDiagArray2< float > &, const MDiagArray2< float > &) |
template OCTAVE_API MArray< float > & | operator+= (MArray< float > &, const float &) |
template OCTAVE_API MArray< float > & | operator+= (MArray< float > &, const MArray< float > &) |
template OCTAVE_API MArray< float > | operator- (const float &, const MArray< float > &) |
template OCTAVE_API MArray< float > | operator- (const MArray< float > &) |
template OCTAVE_API MArray< float > | operator- (const MArray< float > &, const float &) |
template OCTAVE_API MArray< float > | operator- (const MArray< float > &, const MArray< float > &) |
template OCTAVE_API MDiagArray2< float > | operator- (const MDiagArray2< float > &) |
template OCTAVE_API MDiagArray2< float > | operator- (const MDiagArray2< float > &, const MDiagArray2< float > &) |
template OCTAVE_API MArray< float > & | operator-= (MArray< float > &, const float &) |
template OCTAVE_API MArray< float > & | operator-= (MArray< float > &, const MArray< float > &) |
template OCTAVE_API MArray< float > | operator/ (const float &, const MArray< float > &) |
template OCTAVE_API MArray< float > | operator/ (const MArray< float > &, const float &) |
template OCTAVE_API MDiagArray2< float > | operator/ (const MDiagArray2< float > &, const float &) |
template OCTAVE_API MArray< float > & | operator/= (MArray< float > &, const float &) |
template OCTAVE_API MArray< float > | product (const MArray< float > &, const MArray< float > &) |
template OCTAVE_API MDiagArray2< float > | product (const MDiagArray2< float > &, const MDiagArray2< float > &) |
template OCTAVE_API MArray< float > & | product_eq (MArray< float > &, const MArray< float > &) |
template OCTAVE_API MArray< float > | quotient (const MArray< float > &, const MArray< float > &) |
template OCTAVE_API MArray< float > & | quotient_eq (MArray< float > &, const MArray< float > &) |
Variables | |
template class OCTARRAY_CLASS_TEMPLATE_INSTANTIATION_API | MArray< float > |
template OCTAVE_API MArray< float > operator* | ( | const float & | , |
const MArray< float > & | |||
) |
template OCTAVE_API MDiagArray2< float > operator* | ( | const float & | , |
const MDiagArray2< float > & | |||
) |
template OCTAVE_API MArray< float > operator* | ( | const MArray< float > & | , |
const float & | |||
) |
template OCTAVE_API MDiagArray2< float > operator* | ( | const MDiagArray2< float > & | , |
const float & | |||
) |
template OCTAVE_API MArray< float >& operator*= | ( | MArray< float > & | , |
const float & | |||
) |
template OCTAVE_API MArray< float > operator+ | ( | const float & | , |
const MArray< float > & | |||
) |
template OCTAVE_API MArray< float > operator+ | ( | const MArray< float > & | ) |
template OCTAVE_API MArray< float > operator+ | ( | const MArray< float > & | , |
const float & | |||
) |
template OCTAVE_API MArray< float > operator+ | ( | const MArray< float > & | , |
const MArray< float > & | |||
) |
template OCTAVE_API MDiagArray2< float > operator+ | ( | const MDiagArray2< float > & | ) |
template OCTAVE_API MDiagArray2< float > operator+ | ( | const MDiagArray2< float > & | , |
const MDiagArray2< float > & | |||
) |
template OCTAVE_API MArray< float >& operator+= | ( | MArray< float > & | , |
const float & | |||
) |
template OCTAVE_API MArray< float >& operator+= | ( | MArray< float > & | , |
const MArray< float > & | |||
) |
template OCTAVE_API MArray< float > operator- | ( | const float & | , |
const MArray< float > & | |||
) |
template OCTAVE_API MArray< float > operator- | ( | const MArray< float > & | ) |
template OCTAVE_API MArray< float > operator- | ( | const MArray< float > & | , |
const float & | |||
) |
template OCTAVE_API MArray< float > operator- | ( | const MArray< float > & | , |
const MArray< float > & | |||
) |
template OCTAVE_API MDiagArray2< float > operator- | ( | const MDiagArray2< float > & | ) |
template OCTAVE_API MDiagArray2< float > operator- | ( | const MDiagArray2< float > & | , |
const MDiagArray2< float > & | |||
) |
template OCTAVE_API MArray< float >& operator-= | ( | MArray< float > & | , |
const float & | |||
) |
template OCTAVE_API MArray< float >& operator-= | ( | MArray< float > & | , |
const MArray< float > & | |||
) |
template OCTAVE_API MArray< float > operator/ | ( | const float & | , |
const MArray< float > & | |||
) |
template OCTAVE_API MArray< float > operator/ | ( | const MArray< float > & | , |
const float & | |||
) |
template OCTAVE_API MDiagArray2< float > operator/ | ( | const MDiagArray2< float > & | , |
const float & | |||
) |
template OCTAVE_API MArray< float >& operator/= | ( | MArray< float > & | , |
const float & | |||
) |
template OCTAVE_API MArray< float > product | ( | const MArray< float > & | , |
const MArray< float > & | |||
) |
template OCTAVE_API MDiagArray2< float > product | ( | const MDiagArray2< float > & | , |
const MDiagArray2< float > & | |||
) |
template OCTAVE_API MArray< float >& product_eq | ( | MArray< float > & | , |
const MArray< float > & | |||
) |
template OCTAVE_API MArray< float > quotient | ( | const MArray< float > & | , |
const MArray< float > & | |||
) |
template OCTAVE_API MArray< float >& quotient_eq | ( | MArray< float > & | , |
const MArray< float > & | |||
) |
template class OCTARRAY_CLASS_TEMPLATE_INSTANTIATION_API MArray< float > |
Definition at line 35 of file MArray-f.cc.