Click or drag to resize

FloatHermitianMatrix Methods

The FloatHermitianMatrix type exposes the following members.

Methods
 NameDescription
Public methodStatic memberAdd(FloatComplex, FloatHermitianMatrix) Adds a scalar and an Hermitian matrix.
Public methodStatic memberAdd(FloatHermitianMatrix, FloatComplex) Adds an Hermitian matrix and a scalar.
Public methodStatic memberAdd(FloatHermitianMatrix, FloatHermitianMatrix) Adds two Hermitian matrices.
Public methodClone Creates a deep copy of this matrix.
Public methodDeepenThisCopy Guarantees that there is only one reference to the underlying data and that this data is in contiguous storage.
Public methodStatic memberDivide(FloatComplex, FloatHermitianMatrix) Divide a scalar by an Hermitian matrix.
Public methodStatic memberDivide(FloatHermitianMatrix, FloatComplex) Divide an Hermitian matrix by a scalar.
Public methodStatic memberDivide(FloatHermitianMatrix, FloatHermitianMatrix) Divide an Hermitian matrix by another.
Public methodEquals Tests for equality of this matrix and another matrix. Two matrices are equal if they have the same dimensions and all values are equal.
(Overrides ObjectEquals(Object))
Public methodGetHashCode Returns an integer hash code for this matrix.
(Overrides ObjectGetHashCode)
Public methodLeadingSubmatrix Returns the k by k upper left corner of the matrix. The matrix and the submatrix share the same data.
Public methodMakeDiagonalReal Sets the imaginary parts on the main diagonal to zero thereby meeting the strict definition of an Hermitian matrix.
Public methodStatic memberMultiply(FloatComplex, FloatHermitianMatrix) Multiply a scalar and an Hermitian matrix.
Public methodStatic memberMultiply(FloatHermitianMatrix, FloatComplex) Multiply an Hermitian matrix and a scalar.
Public methodStatic memberMultiply(FloatHermitianMatrix, FloatHermitianMatrix) Multiply two lower Hermitian matrices.
Public methodStatic memberNegate Negation operator.
Public methodOnDeserialized Checks that the matrix is square following deserialization
Public methodResize Changes the order of this matrix to that specified, adding zeros or truncating as necessary.
Public methodShallowCopy Creates a shallow copy of this matrix.
Public methodStatic memberSubtract(FloatComplex, FloatHermitianMatrix) Subtracts an Hermitian matrix from a scalar.
Public methodStatic memberSubtract(FloatHermitianMatrix, FloatComplex) Subtracts a scalar from an Hermitian matrix.
Public methodStatic memberSubtract(FloatHermitianMatrix, FloatHermitianMatrix) Subtracts one Hermitian matrix from another.
Public methodToGeneralMatrix Converts this Hermitian matrix to a general matrix.
Public methodCode exampleToString Returns a formatted string representation of this matrix.

ToTabDelimited

ToTabDelimited(String)


(Overrides ObjectToString)
Public methodCode exampleToString(String) Returns a formatted string representation of this matrix. Numbers are displayed using the specified format.

ToTabDelimited

ToTabDelimited(String)

Public methodCode exampleToTabDelimited Returns a formatted string representation of this matrix using tabs and newlines.
Public methodCode exampleToTabDelimited(String) Returns a formatted string representation of this matrix using tabs and newlines. Numbers are formatted using the specified format string.
Public methodTranspose Transposes the Hermitian matrix.
Top
See Also