Cove - A Practical Quantum Computer Programming Framework
ComplexMatrix Constructor
NamespacesCove.ClassicalUtilitiesComplexMatrixComplexMatrix()()()
Members
IconMemberDescription
ComplexMatrix()()()
Default constructor, construct a 2 x 2 matrix with all entries set to 0.

ComplexMatrix(Int32, Int32)
Construct a Rows x Columns sized matrix. Every entry will be 0

ComplexMatrix(array<Complex,2>[,](,)[,])
Construct a matrix based on the specified cells

ComplexMatrix(Int32)
Construct an identity matrix or size IdentitySize. The Identity matrix created is IdentitySize x IdentitySize in size. Along the diagonal is 1, all other entries are 0.

Assembly: Cove.ClassicalUtilities (Module: Cove.ClassicalUtilities) Version: 1.0.0.0 (1.0.0.0)