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

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public ComplexSparseMatrix(
	ComplexSparseMatrix A
)
Visual Basic (Declaration)
Public Sub New ( _
	A As ComplexSparseMatrix _
)
Visual C++
public:
ComplexSparseMatrix(
	ComplexSparseMatrix^ A
)

Parameters

A
Type: Imsl.Math..::.ComplexSparseMatrix
A ComplexSparseMatrix object containing the complex sparse matrix to be copied.

See Also