26#if ! defined (octave_chMatrix_h)
27#define octave_chMatrix_h 1
29#include "octave-config.h"
N Dimensional Array with copy-on-write semantics.
Array< T, Alloc > transpose() const
Size of the specified dimension.
void resize(const dim_vector &dv, const T &rfv)
Size of the specified dimension.
charMatrix transpose() const
void resize(octave_idx_type nr, octave_idx_type nc, char rfv=0)
charMatrix(const char *s)
charMatrix(const std::string &s)
charMatrix(const Array< char > &a)
charMatrix(const dim_vector &dv)
charMatrix(octave_idx_type r, octave_idx_type c)
charMatrix(const string_vector &s, char fill_value='\0')
charMatrix(const charMatrix &a)=default
charMatrix(const dim_vector &dv, char val)
charMatrix(octave_idx_type r, octave_idx_type c, char val)
charNDArray & insert(const charNDArray &a, octave_idx_type r, octave_idx_type c)
charNDArray & operator=(const charNDArray &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)
#define SM_BOOL_OP_DECLS(S, M, API)
#define MS_CMP_OP_DECLS(M, S, API)
#define SM_CMP_OP_DECLS(S, M, API)
#define MS_BOOL_OP_DECLS(M, S, API)
#define MM_CMP_OP_DECLS(M1, M2, API)
#define MM_BOOL_OP_DECLS(M1, M2, API)