Overload List

  NameDescription
Public methodStatic memberConjTransposeProduct(DoubleComplexMatrix, DoubleComplexMatrix)
Returns the matrix inner product of the conjugate transpose of a given matrix and a second matrix.
Public methodStatic memberConjTransposeProduct(DoubleComplexMatrix, DoubleComplexVector)
Computes the product of the conjugate transpose of a given matrix and a vector.
Public methodStatic memberConjTransposeProduct(FloatComplexMatrix, FloatComplexMatrix)
Returns the matrix inner product of the conjugate transpose of a given matrix and a second matrix.
Public methodStatic memberConjTransposeProduct(FloatComplexMatrix, FloatComplexVector)
Computes the product of the conjugate transpose of a given matrix and a vector.
Public methodStatic memberConjTransposeProduct(DoubleComplexMatrix, DoubleComplexMatrix, DoubleComplexMatrix)
Computes the matrix inner product of the conjugate transpose of a given matrix and a second matrix and places the result in a third matrix.
Public methodStatic memberConjTransposeProduct(FloatComplexMatrix, FloatComplexMatrix, FloatComplexMatrix)
Computes the matrix inner product of the conjugate transpose of a given matrix and a second matrix and places the result in a third matrix.

See Also