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
CRowVector.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 CRowVector.cc:

Go to the source code of this file.

Functions

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

Function Documentation

ComplexRowVector conj ( const ComplexRowVector a)

Definition at line 205 of file CRowVector.cc.

References a.

Referenced by ComplexRowVector::hermitian().

ComplexRowVector linspace ( const Complex x1,
const Complex x2,
octave_idx_type  n 
)

Definition at line 425 of file CRowVector.cc.

References retval.

ComplexRowVector operator* ( const ComplexRowVector v,
const ComplexMatrix a 
)
ComplexRowVector operator* ( const RowVector v,
const ComplexMatrix a 
)

Definition at line 314 of file CRowVector.cc.

References a, and tmp.

Complex operator* ( const ComplexRowVector v,
const ColumnVector a 
)

Definition at line 398 of file CRowVector.cc.

References tmp.

Complex operator* ( const ComplexRowVector v,
const ComplexColumnVector a 
)
std::ostream& operator<< ( std::ostream &  os,
const ComplexRowVector a 
)

Definition at line 365 of file CRowVector.cc.

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

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

Definition at line 374 of file CRowVector.cc.

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