GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
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

◆ imag()

RowVector imag ( const ComplexRowVector a)

Definition at line 134 of file dRowVector.cc.

References a, and mx_inline_imag().

◆ linspace()

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

Definition at line 267 of file dRowVector.cc.

References i, and retval.

◆ operator*() [1/3]

RowVector operator* ( const RowVector v,
const Matrix a 
)

◆ operator*() [2/3]

double operator* ( const RowVector v,
const ColumnVector a 
)

◆ operator*() [3/3]

Complex operator* ( const RowVector v,
const ComplexColumnVector a 
)

Definition at line 308 of file dRowVector.cc.

References a, and tmp.

◆ operator<<()

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

Definition at line 235 of file dRowVector.cc.

References a, i, and os.

◆ operator>>()

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

Definition at line 245 of file dRowVector.cc.

References a, i, is, and tmp.

◆ real()

RowVector real ( const ComplexRowVector a)

Definition at line 128 of file dRowVector.cc.

References a, and mx_inline_real().