Click or drag to resize

BandDoubleMatrixCopyFrom Method

Copies the values from another matrix to this matrix.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void CopyFrom(
	IROMatrix<double> from
)

Parameters

from  IROMatrixDouble
The source matrix to copy values from.

Implements

IMatrixLevel1TCopyFrom(IROMatrixT)
See Also