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

Go to the source code of this file.

Functions

FloatComplexColumnVector conj (const FloatComplexColumnVector &a)
 
FloatComplexColumnVector operator* (const FloatComplexMatrix &m, const FloatColumnVector &a)
 
FloatComplexColumnVector operator* (const FloatComplexMatrix &m, const FloatComplexColumnVector &a)
 
FloatComplexColumnVector operator* (const FloatMatrix &m, const FloatComplexColumnVector &a)
 
FloatComplexColumnVector operator* (const FloatDiagMatrix &m, const FloatComplexColumnVector &a)
 
FloatComplexColumnVector operator* (const FloatComplexDiagMatrix &m, const FloatColumnVector &a)
 
FloatComplexColumnVector operator* (const FloatComplexDiagMatrix &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 217 of file fCColVector.cc.

References a.

Referenced by FloatComplexColumnVector::hermitian().

◆ operator*() [1/6]

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

Definition at line 294 of file fCColVector.cc.

References a, and tmp.

◆ operator*() [2/6]

◆ operator*() [3/6]

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

Definition at line 336 of file fCColVector.cc.

References a, and tmp.

◆ operator*() [4/6]

◆ operator*() [5/6]

◆ operator*() [6/6]

◆ operator<<()

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

Definition at line 464 of file fCColVector.cc.

References a, i, and os.

◆ operator>>()

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

Definition at line 473 of file fCColVector.cc.

References a, i, is, and tmp.