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