GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
fCRowVector.cc File Reference
#include <istream>
#include <ostream>
#include <type_traits>
#include "Array-util.h"
#include "lo-blas-proto.h"
#include "lo-error.h"
#include "mx-base.h"
#include "mx-inlines.cc"
#include "oct-cmplx.h"

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_in)
 
FloatComplex operator* (const FloatComplexRowVector &v, const FloatColumnVector &a)
 
FloatComplex operator* (const FloatComplexRowVector &v, const FloatComplexColumnVector &a)
 
FloatComplexRowVector operator* (const FloatComplexRowVector &v, const FloatComplexMatrix &a)
 
FloatComplexRowVector operator* (const FloatRowVector &v, const FloatComplexMatrix &a)
 
std::ostream & operator<< (std::ostream &os, const FloatComplexRowVector &a)
 
std::istream & operator>> (std::istream &is, FloatComplexRowVector &a)
 

Function Documentation

◆ conj()

Definition at line 209 of file fCRowVector.cc.

Referenced by FloatComplexRowVector::hermitian().

◆ linspace()

◆ operator*() [1/4]

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

Definition at line 402 of file fCRowVector.cc.

◆ operator*() [2/4]

◆ operator*() [3/4]

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

Definition at line 285 of file fCRowVector.cc.

◆ operator*() [4/4]

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

Definition at line 318 of file fCRowVector.cc.

◆ operator<<()

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

Definition at line 368 of file fCRowVector.cc.

◆ operator>>()

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

Definition at line 378 of file fCRowVector.cc.