23 #if !defined (octave_dRowVector_h)
24 #define octave_dRowVector_h 1
87 double min (
void)
const;
88 double max (
void)
const;
92 friend OCTAVE_API std::ostream&
operator << (std::ostream& os,
RowVector(const dim_vector &dv)
bool operator!=(const dim_vector &a, const dim_vector &b)
void resize(octave_idx_type n, const double &rfv=0)
OCTAVE_API RowVector linspace(double x1, double x2, octave_idx_type n)
std::istream & operator>>(std::istream &is, SparseBoolMatrix &a)
void fill(const Complex &val)
static void transpose(octave_idx_type N, const octave_idx_type *ridx, const octave_idx_type *cidx, octave_idx_type *ridx2, octave_idx_type *cidx2)
RowVector(const Array< double > &a)
RowVector(octave_idx_type n, double val)
Array< Complex > as_row(void) const
Return the array as a row vector.
RowVector(const MArray< double > &a)
ComplexNDArray & insert(const NDArray &a, octave_idx_type r, octave_idx_type c)
void resize(const dim_vector &dv, const T &rfv)
RowVector(octave_idx_type n)
ComplexNDArray & operator=(const ComplexNDArray &a)
#define MARRAY_FORWARD_DEFS(B, R, T)
bool operator==(const dim_vector &a, const dim_vector &b)
double OCTAVE_API operator*(const RowVector &a, const ColumnVector &b)
RowVector(const RowVector &a)
charNDArray max(char d, const charNDArray &m)
template OCTAVE_API std::ostream & operator<<(std::ostream &, const Array< bool > &)
ColumnVector imag(const ComplexColumnVector &a)
static MArray< double > const octave_idx_type const octave_idx_type octave_idx_type octave_idx_type octave_idx_type c1
void clear(octave_idx_type n)
std::complex< double > Complex
ColumnVector real(const ComplexColumnVector &a)
MArray< T > & operator=(const MArray< T > &a)
charNDArray min(char d, const charNDArray &m)