SparseMatrix Constructor (SparseMatrix) |
Creates a new instance of SparseMatrix which is a copy of another SparseMatrix object.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public SparseMatrix(
SparseMatrix A
)
Public Sub New (
A As SparseMatrix
)
public:
SparseMatrix(
SparseMatrix^ A
)
new :
A : SparseMatrix -> SparseMatrix
Parameters
- A
- Type: Imsl.MathSparseMatrix
A SparseMatrix object containing the matrix to be copied.
See Also