24 #if !defined (octave_chMatrix_h)
25 #define octave_chMatrix_h 1
81 std::string row_as_string (
octave_idx_type,
bool strip_ws =
false)
const;
Array< Complex > as_matrix(void) const
Return the array as a matrix.
charMatrix(octave_idx_type r, octave_idx_type c, char val)
charMatrix transpose(void) const
bool operator!=(const dim_vector &a, const dim_vector &b)
std::istream & operator>>(std::istream &is, SparseBoolMatrix &a)
charMatrix(const dim_vector &dv)
#define SM_CMP_OP_DECLS(S, M, API)
charMatrix(const charMatrix &a)
static MArray< double > const octave_idx_type const octave_idx_type octave_idx_type octave_idx_type r2
charMatrix(const char *s)
#define SM_BOOL_OP_DECLS(S, M, API)
#define MM_CMP_OP_DECLS(M1, M2, API)
#define MM_BOOL_OP_DECLS(M1, M2, API)
Array< T > transpose(void) const
void resize(const dim_vector &dv, const T &rfv)
void resize(octave_idx_type nr, octave_idx_type nc, char rfv=0)
ComplexMatrix & insert(const Matrix &a, octave_idx_type r, octave_idx_type c)
charMatrix(const std::string &s)
charMatrix(const dim_vector &dv, char val)
bool operator==(const dim_vector &a, const dim_vector &b)
charMatrix(octave_idx_type r, octave_idx_type c)
#define MS_CMP_OP_DECLS(M, S, API)
charMatrix(const string_vector &s, char fill_value= '\0')
template OCTAVE_API std::ostream & operator<<(std::ostream &, const Array< bool > &)
#define MS_BOOL_OP_DECLS(M, S, API)
static MArray< double > const octave_idx_type const octave_idx_type octave_idx_type octave_idx_type octave_idx_type c1
static MArray< double > const octave_idx_type const octave_idx_type octave_idx_type r1
charMatrix(const Array< char > &a)
ComplexMatrix extract(octave_idx_type r1, octave_idx_type c1, octave_idx_type r2, octave_idx_type c2) const