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
fCRowVector.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 fCRowVector.cc:

Go to the source code of this file.

Functions

FloatComplexRowVector conj (const FloatComplexRowVector &a)
 
F77_RET_T F77_FUNC (cgemv, CGEMV)(F77_CONST_CHAR_ARG_DECL
 
F77_RET_T F77_FUNC (xcdotu, XCDOTU)(const octave_idx_type &
 
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)
 

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 237 of file fCRowVector.cc.

Referenced by FloatComplexRowVector::hermitian().

F77_RET_T F77_FUNC ( cgemv  ,
CGEMV   
)

Referenced by operator*().

F77_RET_T F77_FUNC ( xcdotu  ,
XCDOTU   
) const
FloatComplexRowVector linspace ( const FloatComplex x1,
const FloatComplex x2,
octave_idx_type  n 
)

Definition at line 464 of file fCRowVector.cc.

References f.

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

Definition at line 354 of file fCRowVector.cc.

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

Definition at line 438 of file fCRowVector.cc.

FloatComplex operator* ( const FloatComplexRowVector v,
const FloatComplexColumnVector a 
)
std::ostream& operator<< ( std::ostream &  os,
const FloatComplexRowVector a 
)

Definition at line 405 of file fCRowVector.cc.

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

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

Definition at line 414 of file fCRowVector.cc.

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

Variable Documentation

Definition at line 44 of file fCRowVector.cc.