Click or drag to resize

MatrixTTransposeThisAndMultiply Method

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