Click or drag to resize

MatrixMathCopy(IROMatrixDouble, IMatrixDouble) Method

Copies matrix src to matrix dest. Both matrizes must have the same dimensions.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void Copy(
	IROMatrix<double> src,
	IMatrix<double> dest
)

Parameters

src  IROMatrixDouble
The source matrix to copy.
dest  IMatrixDouble
The destination matrix to copy to.
See Also