![]() 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. |
Matrix Constructor | Creates an unpopulated matrix of the specified size. |
Cols | The number of matrix columns. |
IsColVector | Checks whether the matrix is a column vector. |
IsMatrix | Checks whether the matrix is neither a scalar nor vector. |
IsRowVector | Checks whether the matrix is a row vector. |
IsScalar | Checks whether the matrix is a scalar. |
IsVector | Checks whether the matrix is a vector. |
Item | Overloaded. Accesses the matrix as a vector. |
Rows | The number of matrix rows. |
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. |