Click or drag to resize

FloatMatrix(FloatMatrix) Constructor

Constructs a deep copy of a FloatMatrix.

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

Parameters

other  FloatMatrix
The other matrix.
See Also