Click or drag to resize
ComplexSparseMatrix Constructor (ComplexSparseMatrix)
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.2.0
Syntax
public ComplexSparseMatrix(
	ComplexSparseMatrix A
)

Parameters

A
Type: Imsl.MathComplexSparseMatrix
A ComplexSparseMatrix object containing the complex sparse matrix to be copied.
See Also