MatrixTPointwiseMultiply(MatrixT) Method |
Pointwise multiplies this matrix with another matrix.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public Matrix<T> PointwiseMultiply(
Matrix<T> other
)
Parameters
- other MatrixT
- The matrix to pointwise multiply with this one.
Return Value
MatrixTA new matrix that is the pointwise multiplication of this matrix and
other.
Exceptions See Also