Constructs a deep copy of a DoubleMatrix.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public DoubleMatrix( DoubleMatrix other ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ other As DoubleMatrix _ ) |
| Visual C++ |
|---|
public: DoubleMatrix( DoubleMatrix^ other ) |
Parameters
- other
- Type: CenterSpace.NMath.Core..::.DoubleMatrix
The other matrix.