Version

MatrixBase Class Methods

For a list of all members of this type, see MatrixBase members.

Public Methods
 NameDescription
Public MethodEqualsCompares the MatrixBase with x for equality.  
Public MethodGetEnumeratorReturns an enumerator for the MatrixBase instance."  
Public MethodGetHashCodeReturns a hash code for the MatrixBase.  
Public MethodIsColumnDetermines whether the MatrixBase is a column MatrixBase.  
Public MethodIsEmptyDetermines whether the MatrixBase is empty.  
Public MethodIsRowDetermines whether the MatrixBase is a row MatrixBase.  
Public MethodIsSquareDetermines whether the MatrixBase is square.  
Public MethodIsTwoDimensionalDetermines if the MatrixBase has exactly two dimensions.  
Public MethodIsUnitaryDetermines whether the MatrixBase is unitary.  
Public MethodSqueezeRemoves unitary dimensions from MatrixBase instances with greater than two dimensions.  
Public MethodToStringReturns the string representation of a MatrixBase.  
Protected Methods
 NameDescription
Protected MethodCopyToCopies the base ComplexVector to an array starting at a particular index.  
See Also