Lydos.Matlab

Matrix Members

Matrix overview

Public Static (Shared) Methods

FromArrayOverloaded. 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.

Public Instance Constructors

Matrix Constructor Creates an unpopulated matrix of the specified size.

Public Instance Properties

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.
ItemOverloaded. Accesses the matrix as a vector.
Rows The number of matrix rows.

Public Instance Methods

DisposeOverloaded. 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.
ToArrayOverloaded. 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.

Protected Instance Methods

DisposeOverloaded. Final disposal of object.
Finalize Finalization.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

Matrix Class | Lydos.Matlab Namespace