The methods of the Matrix class are listed below. For a complete list of Matrix class members, see the Matrix Members topic.
![]() FromArray | Overloaded. Creates a row vector from an array. |
![]() FromJaggedArray | Creates a matrix from a jagged array. |
![]() FromMultiArray | Creates a matrix from a multidimensional array. |
![]() FromScalar | Creates a 1x1 matrix from a scalar. |
![]() FromVector | Creates a column vector from an array. |
Dispose | Overloaded. Frees memory taken by the internal mxArray. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
ToArray | Overloaded. Creates a row major array copy of the matrix. |
ToJaggedArray | Creates a jagged array copy of the matrix. |
ToMultiArray | Creates a multidimensional array copy of the matrix. |
ToScalar | Accesses the matrix as a single scalar value. |
ToString | Creates and returns a string representation of the matrix. |
ToVector | Creates a column major array copy of the matrix. |
Dispose | Overloaded. Final disposal of object. |
Finalize | Finalization. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |