Click or drag to resize

MatrixTMultiply Method

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