26 #if ! defined (octave_chMatrix_h)
27 #define octave_chMatrix_h 1
29 #include "octave-config.h"
Array< T, Alloc > transpose() const
Size of the specified dimension.
Array< T, Alloc > as_matrix() const
Return the array as a matrix.
void resize(const dim_vector &dv, const T &rfv)
Size of the specified dimension.
ComplexMatrix extract(octave_idx_type r1, octave_idx_type c1, octave_idx_type r2, octave_idx_type c2) const
ComplexMatrix & operator=(const ComplexMatrix &a)=default
ComplexMatrix & insert(const Matrix &a, octave_idx_type r, octave_idx_type c)
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)
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)