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