MatrixTransposedMultiply Method |
Name | Description | |
---|---|---|
TransposedMultiply(Matrix) |
Multiplies transposed matrix by another one.
| |
TransposedMultiply(Vector) |
Multiplies transposed matrix by given vector.
| |
TransposedMultiply(Matrix, Matrix) |
Multiplies transposed matrix by another one and writes the result
to the given matrix.
| |
TransposedMultiply(Vector, Vector) |
Multiplies transposed matrix by given vector and writes the result
to another one.
|