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

◆ conj()

Definition at line 205 of file fCRowVector.cc.

References a.

Referenced by FloatComplexRowVector::hermitian().

◆ linspace()

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

Definition at line 426 of file fCRowVector.cc.

References f, i, and retval.

◆ operator*() [1/4]

◆ operator*() [2/4]

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

Definition at line 314 of file fCRowVector.cc.

References a, and tmp.

◆ operator*() [3/4]

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

Definition at line 398 of file fCRowVector.cc.

References a, and tmp.

◆ operator*() [4/4]

◆ operator<<()

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

Definition at line 365 of file fCRowVector.cc.

References a, i, and os.

◆ operator>>()

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

Definition at line 374 of file fCRowVector.cc.

References a, i, is, and tmp.