26 #if ! defined (octave_dRowVector_h)
27 #define octave_dRowVector_h 1
29 #include "octave-config.h"
91 double min (
void)
const;
92 double max (
void)
const;
96 friend OCTAVE_API std::ostream&
operator << (std::ostream& os,
template OCTAVE_API std::ostream & operator<<(std::ostream &, const Array< bool > &)
#define MARRAY_FORWARD_DEFS(B, R, T)
std::istream & operator>>(std::istream &is, SparseBoolMatrix &a)
charNDArray max(char d, const charNDArray &m)
charNDArray min(char d, const charNDArray &m)
void resize(const dim_vector &dv, const T &rfv)
Size of the specified dimension.
MArray< T > & operator=(const MArray< T > &a)
RowVector(const Array< double > &a)
RowVector(const RowVector &a)
RowVector(const dim_vector &dv)
void clear(octave_idx_type n)
RowVector(octave_idx_type n, double val)
RowVector(octave_idx_type n)
void resize(octave_idx_type n, const double &rfv=0)
RowVector(const MArray< double > &a)
Vector representing the dimensions (size) of an Array.
ColumnVector real(const ComplexColumnVector &a)
ColumnVector imag(const ComplexColumnVector &a)
OCTAVE_API RowVector linspace(double x1, double x2, octave_idx_type n)
double OCTAVE_API operator*(const RowVector &a, const ColumnVector &b)
bool operator!=(const dim_vector &a, const dim_vector &b)
bool operator==(const dim_vector &a, const dim_vector &b)
std::complex< double > Complex
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)