26#if ! defined (octave_CRowVector_h)
27#define octave_CRowVector_h 1
29#include "octave-config.h"
template std::ostream & operator<<(std::ostream &, const Array< bool > &)
ComplexColumnVector conj(const ComplexColumnVector &a)
ComplexRowVector linspace(const Complex &x1, const Complex &x2, octave_idx_type n)
Complex operator*(const ComplexRowVector &a, const ColumnVector &b)
#define MARRAY_FORWARD_DEFS(B, R, T)
MArray< T > operator*(const MArray< T > &, const T &)
MArray< T > & operator-=(MArray< T > &, const T &)
MArray< T > & operator+=(MArray< T > &, const T &)
std::istream & operator>>(std::istream &is, SparseBoolMatrix &a)
charNDArray max(char d, const charNDArray &m)
charNDArray min(char d, const charNDArray &m)
N Dimensional Array with copy-on-write semantics.
void resize(const dim_vector &dv, const T &rfv)
Size of the specified dimension.
Array< T, Alloc > & insert(const Array< T, Alloc > &a, const Array< octave_idx_type > &idx)
Insert an array into another at a specified position.
ComplexRowVector(octave_idx_type n)
ComplexRowVector(const ComplexRowVector &a)
void resize(octave_idx_type n, const Complex &rfv=Complex(0))
void clear(octave_idx_type n)
ComplexRowVector(const Array< Complex > &a)
ComplexRowVector(const RowVector &a)
ComplexRowVector(const dim_vector &dv)
ComplexRowVector(const MArray< Complex > &a)
ComplexRowVector(octave_idx_type n, const Complex &val)
~ComplexRowVector()=default
Template for N-dimensional array classes with like-type math operators.
MArray< T > transpose() const
MArray< T > & operator=(const MArray< T > &a)
MArray< T > hermitian(T(*fcn)(const T &)=nullptr) const
Vector representing the dimensions (size) of an Array.
bool operator!=(const dim_vector &a, const dim_vector &b)
bool operator==(const dim_vector &a, const dim_vector &b)
std::complex< double > Complex