Cove - A Practical Quantum Computer Programming Framework
Tensor Method (RightHandSide)
NamespacesCove.ClassicalUtilitiesComplexMatrixTensor(ComplexMatrix)
Get the tensor product of this matrix and another matrix. If this matrix is an m x n matrix and RightHandSide is a p x q matrix then the resulting matrix is a mp x nq matrix.
Declaration Syntax
C#Visual BasicVisual C++
public ComplexMatrix Tensor(
	ComplexMatrix RightHandSide
)
Public Function Tensor ( _
	RightHandSide As ComplexMatrix _
) As ComplexMatrix
public:
ComplexMatrix^ Tensor(
	ComplexMatrix^ RightHandSide
)
Parameters
RightHandSide (ComplexMatrix)
The right hand side of the tensor product to return. (This matrix is the left hand side.)
Return Value
The tensor product of this matrix and RightHandSide.

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