norm: norm

Description Usage Arguments Value Examples

View source: R/norm.R

Description

Finds the norm of input column vector by taking the inner product with itself

Usage

1
norm(v)

Arguments

v

kcolumn vector

Value

Norm of the input column vector

Examples

1
 norm(ket(1,0))

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

Related to norm in QuantumOps...