#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 | |
RowVector | imag (const ComplexRowVector &a) |
RowVector | linspace (double x1, double x2, octave_idx_type n_in) |
double | operator* (const RowVector &v, const ColumnVector &a) |
Complex | operator* (const RowVector &v, const ComplexColumnVector &a) |
RowVector | operator* (const RowVector &v, const Matrix &a) |
std::ostream & | operator<< (std::ostream &os, const RowVector &a) |
std::istream & | operator>> (std::istream &is, RowVector &a) |
RowVector | real (const ComplexRowVector &a) |
RowVector imag | ( | const ComplexRowVector & | a | ) |
Definition at line 138 of file dRowVector.cc.
RowVector linspace | ( | double | x1, |
double | x2, | ||
octave_idx_type | n_in | ||
) |
Definition at line 271 of file dRowVector.cc.
References RowVector::clear(), isinf(), n, NaN, RowVector::resize(), and Array< T, Alloc >::xelem().
double operator* | ( | const RowVector & | v, |
const ColumnVector & | a | ||
) |
Definition at line 330 of file dRowVector.cc.
References Array< T, Alloc >::data(), err_nonconformant(), F77_FUNC(), len, Array< T, Alloc >::numel(), and xddot().
Complex operator* | ( | const RowVector & | v, |
const ComplexColumnVector & | a | ||
) |
Definition at line 348 of file dRowVector.cc.
Definition at line 172 of file dRowVector.cc.
std::ostream& operator<< | ( | std::ostream & | os, |
const RowVector & | a | ||
) |
Definition at line 238 of file dRowVector.cc.
std::istream& operator>> | ( | std::istream & | is, |
RowVector & | a | ||
) |
Definition at line 249 of file dRowVector.cc.
RowVector real | ( | const ComplexRowVector & | a | ) |
Definition at line 132 of file dRowVector.cc.