Conjugate transpose: Difference between revisions

m
(→‎Tcl: Added implementation)
m (→‎{{header|Tcl}}: some notes)
Line 243:
 
=={{header|Tcl}}==
Tcl's matrixes (in [[Tcllib]]) do not assume that the contents are numeric at all. As such, they do not provide mathematical operations over them and this considerably increases the complexity of the code below. Note the use of lambda terms to simplify access to the complex number package.
{{tcllib|math::complexnumbers}}
{{tcllib|struct::matrix}}
Anonymous user