26 #if ! defined (octave_chMatrix_h)
27 #define octave_chMatrix_h 1
29 #include "octave-config.h"
template OCTAVE_API std::ostream & operator<<(std::ostream &, const Array< bool > &)
std::istream & operator>>(std::istream &is, SparseBoolMatrix &a)
OCTARRAY_API Array< T, Alloc > transpose(void) const
Size of the specified dimension.
OCTARRAY_OVERRIDABLE_FUNC_API Array< T, Alloc > as_matrix(void) const
Return the array as a matrix.
OCTARRAY_API void resize(const dim_vector &dv, const T &rfv)
Size of the specified dimension.
OCTAVE_API 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
OCTAVE_API ComplexMatrix & insert(const Matrix &a, octave_idx_type r, octave_idx_type c)
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 transpose(void) const
~charMatrix(void)=default
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)
class OCTAVE_API charMatrix
#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)