MatrixTConjugate |
Name | Description | |
---|---|---|
ConjugateTransposeThisAndMultiply(MatrixT) | Multiplies the conjugate transpose of this matrix with another matrix and returns the result. | |
ConjugateTransposeThisAndMultiply(VectorT) | Multiplies the conjugate transpose of this matrix by a vector and returns the result. | |
ConjugateTransposeThisAndMultiply(MatrixT, MatrixT) | Multiplies the conjugate transpose of this matrix with another matrix and places the results into the result matrix. | |
ConjugateTransposeThisAndMultiply(VectorT, VectorT) | Multiplies the conjugate transpose of this matrix with a vector and places the results into the result vector. |