26 #if ! defined (octave_fColVector_h)
27 #define octave_fColVector_h 1
29 #include "octave-config.h"
46 :
MArray<float> (dv.as_column ()) { }
54 :
MArray<float> (a.as_column ()) { }
57 :
MArray<float> (a.as_column ()) { }
template 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)
N Dimensional Array with copy-on-write semantics.
void resize(const dim_vector &dv, const T &rfv)
Size of the specified dimension.
~FloatColumnVector()=default
FloatColumnVector(octave_idx_type n)
void clear(octave_idx_type n)
FloatColumnVector(octave_idx_type n, float val)
FloatColumnVector(const FloatColumnVector &a)
void resize(octave_idx_type n, const float &rfv=0)
FloatColumnVector(const MArray< float > &a)
FloatColumnVector(const Array< float > &a)
FloatColumnVector(const dim_vector &dv)
MArray< T > & operator=(const MArray< T > &a)
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)
FloatColumnVector operator*(const FloatColumnVector &x, const float &y)
FloatColumnVector real(const FloatComplexColumnVector &a)
FloatColumnVector imag(const FloatComplexColumnVector &a)
template int8_t abs(int8_t)