Click or drag to resize

MatrixTConjugateTransposeThisAndMultiply Method

Overload List
 NameDescription
Public methodConjugateTransposeThisAndMultiply(MatrixT) Multiplies the conjugate transpose of this matrix with another matrix and returns the result.
Public methodConjugateTransposeThisAndMultiply(VectorT) Multiplies the conjugate transpose of this matrix by a vector and returns the result.
Public methodConjugateTransposeThisAndMultiply(MatrixT, MatrixT) Multiplies the conjugate transpose of this matrix with another matrix and places the results into the result matrix.
Public methodConjugateTransposeThisAndMultiply(VectorT, VectorT) Multiplies the conjugate transpose of this matrix with a vector and places the results into the result vector.
Top
See Also