Conjugate transpose: Difference between revisions

Content added Content deleted
m (→‎{{header|Tcl}}: Tweak layout for readability)
m (→‎{{header|Factor}}: Link to Factor bug #484.)
Line 100: Line 100:


=={{header|Factor}}==
=={{header|Factor}}==
{{incorrect|Factor|By using <code>m.</code> for [[matrix multiplication]], this code encounters a bug in Factor: see [[{{TALKPAGENAME}}#Bug in Factor]].}}
{{incorrect|Factor|By using <code>m.</code> for [[matrix multiplication]], this code encounters [https://github.com/slavapestov/factor/issues/484 bug #484] in Factor: see [[{{TALKPAGENAME}}#Bug in Factor]].}}
<lang factor>USING: kernel math.functions math.matrices sequences ;
<lang factor>USING: kernel math.functions math.matrices sequences ;
IN: rosetta.hermitian
IN: rosetta.hermitian