GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
fCColVector.cc File Reference
#include <istream>
#include <ostream>
#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

FloatComplexColumnVector conj (const FloatComplexColumnVector &a)
 
FloatComplexColumnVector operator* (const FloatComplexDiagMatrix &m, const FloatColumnVector &a)
 
FloatComplexColumnVector operator* (const FloatComplexDiagMatrix &m, const FloatComplexColumnVector &a)
 
FloatComplexColumnVector operator* (const FloatComplexMatrix &m, const FloatColumnVector &a)
 
FloatComplexColumnVector operator* (const FloatComplexMatrix &m, const FloatComplexColumnVector &a)
 
FloatComplexColumnVector operator* (const FloatDiagMatrix &m, const FloatComplexColumnVector &a)
 
FloatComplexColumnVector operator* (const FloatMatrix &m, const FloatComplexColumnVector &a)
 
std::ostream & operator<< (std::ostream &os, const FloatComplexColumnVector &a)
 
std::istream & operator>> (std::istream &is, FloatComplexColumnVector &a)
 

Function Documentation

◆ conj()

Definition at line 219 of file fCColVector.cc.

Referenced by FloatComplexColumnVector::hermitian().

◆ operator*() [1/6]

◆ operator*() [2/6]

Definition at line 397 of file fCColVector.cc.

◆ operator*() [3/6]

FloatComplexColumnVector operator* ( const FloatComplexMatrix m,
const FloatColumnVector a 
)

Definition at line 296 of file fCColVector.cc.

◆ operator*() [4/6]

FloatComplexColumnVector operator* ( const FloatComplexMatrix m,
const FloatComplexColumnVector a 
)

Definition at line 303 of file fCColVector.cc.

◆ operator*() [5/6]

FloatComplexColumnVector operator* ( const FloatDiagMatrix m,
const FloatComplexColumnVector a 
)

Definition at line 347 of file fCColVector.cc.

◆ operator*() [6/6]

FloatComplexColumnVector operator* ( const FloatMatrix m,
const FloatComplexColumnVector a 
)

Definition at line 338 of file fCColVector.cc.

◆ operator<<()

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

Definition at line 465 of file fCColVector.cc.

◆ operator>>()

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

Definition at line 475 of file fCColVector.cc.