#include <istream>
#include <ostream>
#include <type_traits>
#include "Array-util.h"
#include "lo-blas-proto.h"
#include "lo-error.h"
#include "mx-base.h"
#include "mx-inlines.cc"
#include "oct-cmplx.h"
Go to the source code of this file.
Functions | |
FloatRowVector | imag (const FloatComplexRowVector &a) |
FloatRowVector | linspace (float x1, float x2, octave_idx_type n_in) |
float | operator* (const FloatRowVector &v, const FloatColumnVector &a) |
FloatComplex | operator* (const FloatRowVector &v, const FloatComplexColumnVector &a) |
FloatRowVector | operator* (const FloatRowVector &v, const FloatMatrix &a) |
std::ostream & | operator<< (std::ostream &os, const FloatRowVector &a) |
std::istream & | operator>> (std::istream &is, FloatRowVector &a) |
FloatRowVector | real (const FloatComplexRowVector &a) |
FloatRowVector imag | ( | const FloatComplexRowVector & | a | ) |
Definition at line 138 of file fRowVector.cc.
FloatRowVector linspace | ( | float | x1, |
float | x2, | ||
octave_idx_type | n_in | ||
) |
Definition at line 271 of file fRowVector.cc.
References FloatRowVector::clear(), isinf(), n, NaN, FloatRowVector::resize(), and Array< T, Alloc >::xelem().
float operator* | ( | const FloatRowVector & | v, |
const FloatColumnVector & | a | ||
) |
Definition at line 330 of file fRowVector.cc.
References Array< T, Alloc >::data(), err_nonconformant(), F77_FUNC(), len, Array< T, Alloc >::numel(), and xsdot().
FloatComplex operator* | ( | const FloatRowVector & | v, |
const FloatComplexColumnVector & | a | ||
) |
Definition at line 348 of file fRowVector.cc.
FloatRowVector operator* | ( | const FloatRowVector & | v, |
const FloatMatrix & | a | ||
) |
Definition at line 172 of file fRowVector.cc.
std::ostream& operator<< | ( | std::ostream & | os, |
const FloatRowVector & | a | ||
) |
Definition at line 238 of file fRowVector.cc.
std::istream& operator>> | ( | std::istream & | is, |
FloatRowVector & | a | ||
) |
Definition at line 249 of file fRowVector.cc.
FloatRowVector real | ( | const FloatComplexRowVector & | a | ) |
Definition at line 132 of file fRowVector.cc.