IMSL C# Numerical Library

SparseMatrix Constructor (SparseMatrix)

Creates a new instance of SparseMatrix which is a copy of another SparseMatrix object.

public SparseMatrix(
   SparseMatrix A
);

Parameters

A
A SparseMatrix object containing the matrix to be copied.

See Also

SparseMatrix Class | Imsl.Math Namespace | SparseMatrix Constructor Overload List