LeftMultiply Method
LeftMultiply(Matrix<T>)
Declaration
public virtual void LeftMultiply(Matrix<T> value)
Public Overridable Sub LeftMultiply(value As Matrix(Of T))
Parameters
| Type |
Name |
Description |
| Matrix<T> |
value |
A Matrix indicates the speical matrix.
|