Click or drag to resize

DoubleMatrix(DoubleMatrix) Constructor

Constructs a deep copy of a DoubleMatrix.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleMatrix(
	DoubleMatrix other
)

Parameters

other  DoubleMatrix
The other matrix.
See Also