Click or drag to resize

NMathFunctionsConjTransposeProduct Method

Overload List
 NameDescription
Public methodStatic memberConjTransposeProduct(DoubleComplexCsrSparseMatrix, DoubleComplexCsrSparseMatrix) Matrix conjugate transpose inner product of two sparse matrices in compressed row (CSR) format. The result is a sparse matrix in CSR format.
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(FloatComplexCsrSparseMatrix, FloatComplexCsrSparseMatrix) Matrix conjugate transpose inner product of two sparse matrices in compressed row (CSR) format. The result is a sparse matrix in CSR format.
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.
Top
See Also