TridiagonalMatrixCopy Method |
Copies the matrix.
Namespace:
Meta.Numerics.Matrices
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public TridiagonalMatrix Copy()
Public Function Copy As TridiagonalMatrix
public:
TridiagonalMatrix^ Copy()
member Copy : unit -> TridiagonalMatrix
Return Value
Type:
TridiagonalMatrixAn independent copy of the matrix.
See Also