User`s guide
C C++ Utility Library Reference
• mwArray(mwSize num_d ims, const mwSi ze* dims, int num_fields,
const char** fieldnames)
• mwArray(const mwArra y& arr)
• mwArray(<type> re)
• mwArray(<type> re, <type> im)
Methods
• mwArray Clone() const
• mwArray SharedCopy() const
• mwArray Serialize() const
• mxClassID ClassID() const
• int ElementSize() const
• size_t ElementSize() const
• mwSize NumberOfEleme nts( ) const
• mwSize NumberOfNonZe ros( ) const
• mwSize MaximumNonZer os() const
• mwSize NumberOfDimen sion s() con st
• int NumberOfFields() const
• mwString GetFieldNam e(in t index )
• mwArray GetDimension s() const
• bool IsEmpty() const
• bool IsSparse() const
• bool IsNumeric() const
• bool IsComplex() const
• bool Equals(const mwArray& arr) const
• int CompareTo(const mwArray & arr) const
• int HashCode() const
C-30