Click or drag to resize

DenseMatrix.Multiply 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 Matrix.Multiply(Double).)
Public methodMultiply(Double[])
Returns the result of the multiplication of this matrix and a vector.
Top
See Also