#include "MArray.h"
#include "mx-defs.h"
Go to the source code of this file.
Classes | |
class | FloatRowVector |
Functions | |
OCTAVE_API FloatRowVector | linspace (float x1, float x2, octave_idx_type n) |
float OCTAVE_API | operator* (const FloatRowVector &a, const FloatColumnVector &b) |
Complex OCTAVE_API | operator* (const FloatRowVector &a, const ComplexColumnVector &b) |
OCTAVE_API FloatRowVector linspace | ( | float | x1, | |
float | x2, | |||
octave_idx_type | n | |||
) |
Definition at line 294 of file fRowVector.cc.
float OCTAVE_API operator* | ( | const FloatRowVector & | a, | |
const FloatColumnVector & | b | |||
) |
Definition at line 312 of file fRowVector.cc.
References Array< T >::data(), F77_FUNC(), gripe_nonconformant(), Array< T >::length(), and xsdot().
Complex OCTAVE_API operator* | ( | const FloatRowVector & | a, | |
const ComplexColumnVector & | b | |||
) |