GNU Octave  4.0.0
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 | Variables
fCColVector.cc File Reference
#include <iostream>
#include "Array-util.h"
#include "f77-fcn.h"
#include "functor.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)
 
F77_RET_T F77_FUNC (cgemv, CGEMV)(F77_CONST_CHAR_ARG_DECL
 
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)
 

Variables

F77_RET_T const
octave_idx_type const
octave_idx_type const
FloatComplex const
FloatComplex const
octave_idx_type const
FloatComplex const
octave_idx_type const
FloatComplex FloatComplex
const octave_idx_type
F77_CHAR_ARG_LEN_DECL
 

Function Documentation

Definition at line 246 of file fCColVector.cc.

Referenced by FloatComplexColumnVector::hermitian().

F77_RET_T F77_FUNC ( cgemv  ,
CGEMV   
)
FloatComplexColumnVector operator* ( const FloatComplexMatrix m,
const FloatColumnVector a 
)

Definition at line 329 of file fCColVector.cc.

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

Definition at line 373 of file fCColVector.cc.

FloatComplexColumnVector operator* ( const FloatDiagMatrix m,
const FloatComplexColumnVector a 
)
FloatComplexColumnVector operator* ( const FloatComplexDiagMatrix m,
const FloatColumnVector a 
)
std::ostream& operator<< ( std::ostream &  os,
const FloatComplexColumnVector a 
)

Definition at line 510 of file fCColVector.cc.

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

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

Definition at line 519 of file fCColVector.cc.

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

Variable Documentation

Definition at line 45 of file fCColVector.cc.