MatrixMathCopy(IROMatrixDouble, IMatrixDouble) Method |
Copies matrix src to matrix dest. Both matrizes must have the same dimensions.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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