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

ComplexRowVector conj (const ComplexRowVector &a)
 
ComplexRowVector linspace (const Complex &x1, const Complex &x2, octave_idx_type n_in)
 
Complex operator* (const ComplexRowVector &v, const ColumnVector &a)
 
Complex operator* (const ComplexRowVector &v, const ComplexColumnVector &a)
 
ComplexRowVector operator* (const ComplexRowVector &v, const ComplexMatrix &a)
 
ComplexRowVector operator* (const RowVector &v, const ComplexMatrix &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 208 of file CRowVector.cc.

Referenced by ComplexRowVector::hermitian().

◆ linspace()

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

◆ operator*() [1/4]

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

Definition at line 401 of file CRowVector.cc.

◆ operator*() [2/4]

◆ operator*() [3/4]

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

Definition at line 284 of file CRowVector.cc.

◆ operator*() [4/4]

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

Definition at line 317 of file CRowVector.cc.

◆ operator<<()

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

Definition at line 367 of file CRowVector.cc.

◆ operator>>()

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

Definition at line 377 of file CRowVector.cc.