Click or drag to resize
SparseMatrix Constructor (SparseMatrix)
Creates a new instance of SparseMatrix which is a copy of another SparseMatrix object.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public SparseMatrix(
	SparseMatrix A
)

Parameters

A
Type: Imsl.MathSparseMatrix
A SparseMatrix object containing the matrix to be copied.
See Also