R/adjoint.R

Defines functions adjoint

Documented in adjoint

#Adjoint
#' @export
adjoint <- function(x){
	Conj(t(x))
}

Try the QuantumOps package in your browser

Any scripts or data that you put into this service are public.

QuantumOps documentation built on Feb. 3, 2020, 5:07 p.m.