Click or drag to resize

DoubleBandMatrixShallowCopy Method

Creates a shallow copy of this matrix.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleBandMatrix ShallowCopy()

Return Value

DoubleBandMatrix
Returns a shallow copy of this matrix.
Remarks
Data is not copied. Both matrices reference the same data. Use with caution.
See Also