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

Go to the source code of this file.

Functions

FloatComplexRowVector conj (const FloatComplexRowVector &a)
 
FloatComplexRowVector linspace (const FloatComplex &x1, const FloatComplex &x2, octave_idx_type n)
 
FloatComplexRowVector operator* (const FloatComplexRowVector &v, const FloatComplexMatrix &a)
 
FloatComplexRowVector operator* (const FloatRowVector &v, const FloatComplexMatrix &a)
 
FloatComplex operator* (const FloatComplexRowVector &v, const FloatColumnVector &a)
 
FloatComplex operator* (const FloatComplexRowVector &v, const FloatComplexColumnVector &a)
 
std::ostream & operator<< (std::ostream &os, const FloatComplexRowVector &a)
 
std::istream & operator>> (std::istream &is, FloatComplexRowVector &a)
 

Function Documentation

Definition at line 206 of file fCRowVector.cc.

References a.

Referenced by FloatComplexRowVector::hermitian().

FloatComplexRowVector linspace ( const FloatComplex x1,
const FloatComplex x2,
octave_idx_type  n 
)

Definition at line 427 of file fCRowVector.cc.

References f, and retval.

FloatComplexRowVector operator* ( const FloatComplexRowVector v,
const FloatComplexMatrix a 
)
FloatComplexRowVector operator* ( const FloatRowVector v,
const FloatComplexMatrix a 
)

Definition at line 315 of file fCRowVector.cc.

References a, and tmp.

FloatComplex operator* ( const FloatComplexRowVector v,
const FloatColumnVector a 
)

Definition at line 399 of file fCRowVector.cc.

References tmp.

FloatComplex operator* ( const FloatComplexRowVector v,
const FloatComplexColumnVector a 
)
std::ostream& operator<< ( std::ostream &  os,
const FloatComplexRowVector a 
)

Definition at line 366 of file fCRowVector.cc.

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

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

Definition at line 375 of file fCRowVector.cc.

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