26 #if ! defined (octave_dColVector_h)
27 #define octave_dColVector_h 1
29 #include "octave-config.h"
46 :
MArray<double> (dv.as_column ()) { }
97 double min (
void)
const;
98 double max (
void)
const;
104 friend OCTAVE_API std::ostream&
operator << (std::ostream& os,
106 friend OCTAVE_API std::istream&
operator >> (std::istream& is,
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.
void resize(octave_idx_type n, const double &rfv=0)
ColumnVector(const dim_vector &dv)
ColumnVector(octave_idx_type n)
ColumnVector(octave_idx_type n, double val)
ColumnVector(const MArray< double > &a)
void clear(octave_idx_type n)
ColumnVector(const ColumnVector &a)
ColumnVector(const Array< double > &a)
MArray< T > & operator=(const MArray< T > &a)
Vector representing the dimensions (size) of an Array.
OCTAVE_API ColumnVector imag(const ComplexColumnVector &a)
OCTAVE_API ColumnVector real(const ComplexColumnVector &a)
ColumnVector operator*(const ColumnVector &x, const double &y)
bool operator!=(const dim_vector &a, const dim_vector &b)
bool operator==(const dim_vector &a, const dim_vector &b)
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)