Constructs a deep copy of a FloatMatrix.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public FloatMatrix(
	FloatMatrix other
)
Visual Basic (Declaration)
Public Sub New ( _
	other As FloatMatrix _
)
Visual C++
public:
FloatMatrix(
	FloatMatrix^ other
)

Parameters

other
Type: CenterSpace.NMath.Core..::.FloatMatrix
The other matrix.

See Also