For a list of all members of this type, see MatrixBase members.
Name | Description | |
---|---|---|
Equals | Compares the MatrixBase with x for equality. | |
GetEnumerator | Returns an enumerator for the MatrixBase instance." | |
GetHashCode | Returns a hash code for the MatrixBase. | |
IsColumn | Determines whether the MatrixBase is a column MatrixBase. | |
IsEmpty | Determines whether the MatrixBase is empty. | |
IsRow | Determines whether the MatrixBase is a row MatrixBase. | |
IsSquare | Determines whether the MatrixBase is square. | |
IsTwoDimensional | Determines if the MatrixBase has exactly two dimensions. | |
IsUnitary | Determines whether the MatrixBase is unitary. | |
Squeeze | Removes unitary dimensions from MatrixBase instances with greater than two dimensions. | |
ToString | Returns the string representation of a MatrixBase. |
Name | Description | |
---|---|---|
CopyTo | Copies the base ComplexVector to an array starting at a particular index. |