The following tables list the members exposed by MatrixBase.
Name | Description | |
---|---|---|
![]() | Length | Returns the length of the MatrixBase. |
![]() | Rank | Returns the number of dimensions in the MatrixBase. |
![]() | Size | Returns the dimensions of the MatrixBase as a Vector. |
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. |