IMSL C# Numerical Library

ComplexSparseMatrix Constructor (ComplexSparseMatrix)

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

public ComplexSparseMatrix(
   ComplexSparseMatrix A
);

Parameters

A
A ComplexSparseMatrix object containing the complex sparse matrix to be copied.

See Also

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