Click or drag to resize

DenseMatrixMultiply Method

Overload List
  NameDescription
Public methodMultiply(Double)
Creates a new Matrix which has the value of the current matrix multiplied by the given factor.
(Overrides MatrixMultiply(Double).)
Public methodMultiply(Double)
Returns the result of the multiplication of this matrix and a vector.
Top
See Also