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

Go to the source code of this file.

Functions

ComplexRowVector conj (const ComplexRowVector &a)
 
ComplexRowVector linspace (const Complex &x1, const Complex &x2, octave_idx_type n)
 
ComplexRowVector operator* (const ComplexRowVector &v, const ComplexMatrix &a)
 
ComplexRowVector operator* (const RowVector &v, const ComplexMatrix &a)
 
Complex operator* (const ComplexRowVector &v, const ColumnVector &a)
 
Complex operator* (const ComplexRowVector &v, const ComplexColumnVector &a)
 
std::ostream & operator<< (std::ostream &os, const ComplexRowVector &a)
 
std::istream & operator>> (std::istream &is, ComplexRowVector &a)
 

Function Documentation

◆ conj()

ComplexRowVector conj ( const ComplexRowVector a)

Definition at line 204 of file CRowVector.cc.

References a.

Referenced by ComplexRowVector::hermitian().

◆ linspace()

ComplexRowVector linspace ( const Complex x1,
const Complex x2,
octave_idx_type  n 
)

Definition at line 424 of file CRowVector.cc.

References i, and retval.

◆ operator*() [1/4]

◆ operator*() [2/4]

ComplexRowVector operator* ( const RowVector v,
const ComplexMatrix a 
)

Definition at line 313 of file CRowVector.cc.

References a, and tmp.

◆ operator*() [3/4]

Complex operator* ( const ComplexRowVector v,
const ColumnVector a 
)

Definition at line 397 of file CRowVector.cc.

References a, and tmp.

◆ operator*() [4/4]

◆ operator<<()

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

Definition at line 364 of file CRowVector.cc.

References a, i, and os.

◆ operator>>()

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

Definition at line 373 of file CRowVector.cc.

References a, i, is, and tmp.