GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
dRowVector.cc File Reference
#include <iostream>
#include "Array-util.h"
#include "functor.h"
#include "lo-blas-proto.h"
#include "lo-error.h"
#include "mx-base.h"
#include "mx-inlines.cc"
#include "oct-cmplx.h"
Include dependency graph for dRowVector.cc:

Go to the source code of this file.

Functions

RowVector imag (const ComplexRowVector &a)
 
RowVector linspace (double x1, double x2, octave_idx_type n)
 
RowVector operator* (const RowVector &v, const Matrix &a)
 
double operator* (const RowVector &v, const ColumnVector &a)
 
Complex operator* (const RowVector &v, const ComplexColumnVector &a)
 
std::ostream & operator<< (std::ostream &os, const RowVector &a)
 
std::istream & operator>> (std::istream &is, RowVector &a)
 
RowVector real (const ComplexRowVector &a)
 

Function Documentation

RowVector imag ( const ComplexRowVector a)

Definition at line 135 of file dRowVector.cc.

References a, and mx_inline_imag().

RowVector linspace ( double  x1,
double  x2,
octave_idx_type  n 
)

Definition at line 268 of file dRowVector.cc.

References retval.

RowVector operator* ( const RowVector v,
const Matrix a 
)
double operator* ( const RowVector v,
const ColumnVector a 
)
Complex operator* ( const RowVector v,
const ComplexColumnVector a 
)

Definition at line 309 of file dRowVector.cc.

References a, and tmp.

std::ostream& operator<< ( std::ostream &  os,
const RowVector a 
)

Definition at line 236 of file dRowVector.cc.

References Array< T >::elem(), and Array< T >::numel().

std::istream& operator>> ( std::istream &  is,
RowVector a 
)

Definition at line 246 of file dRowVector.cc.

References Array< T >::elem(), is, Array< T >::numel(), and tmp.

RowVector real ( const ComplexRowVector a)

Definition at line 129 of file dRowVector.cc.

References a, and mx_inline_real().