Click or drag to resize

MatrixTransposedMultiply Method

Overload List
  NameDescription
Public methodTransposedMultiply(Matrix)
Multiplies transposed matrix by another one.
Public methodTransposedMultiply(Vector)
Multiplies transposed matrix by given vector.
Public methodTransposedMultiply(Matrix, Matrix)
Multiplies transposed matrix by another one and writes the result to the given matrix.
Public methodTransposedMultiply(Vector, Vector)
Multiplies transposed matrix by given vector and writes the result to another one.
Top
See Also