DenseMatrixMultiply Method | 
| Name | Description | |
|---|---|---|
| Multiply(Double) | 
            Creates a new Matrix which has the value of the current matrix multiplied by the given factor.
              (Overrides MatrixMultiply(Double).) | |
| Multiply(Double) | 
            Returns the result of the multiplication of this matrix and a vector.
              |