Altaxo user manual and class reference
Altaxo user manual and class reference
Altaxo class reference
Altaxo Namespaces
Altaxo.Calc Namespaces
Altaxo.Calc.LinearAlgebra
Matrix<T> Class
Matrix<T> Methods
PointwiseDivide Method
PointwiseDivide(Matrix<T>) Method
PointwiseDivide(Matrix<T>, Matrix<T>) Method
Matrix
T
Pointwise
Divide(Matrix
T
, Matrix
T
) Method
Pointwise divide this matrix by another matrix and stores the result into the result matrix.
Namespace:
Altaxo.Calc.LinearAlgebra
Assembly:
AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
Copy
public
void
PointwiseDivide
(
Matrix
<T>
divisor
,
Matrix
<T>
result
)
Parameters
divisor
Matrix
T
The pointwise denominator matrix to use.
result
Matrix
T
The matrix to store the result of the pointwise division.
Exceptions
Exception
Condition
ArgumentException
If this matrix and
divisor
are not the same size.
ArgumentException
If this matrix and
result
are not the same size.
See Also
Reference
Matrix
T
Class
PointwiseDivide Overload
Altaxo.Calc.LinearAlgebra Namespace
Altaxo can be downloaded from
SourceForge
. Source code available on
Github
.
(C) Dr. Dirk Lellinger and all contributors to the source code 2002 -
Send comments on this topic to
dlellinger@users.sourceforge.net