Conjugate transpose: Difference between revisions

m
(FORTRAN entry)
Line 336:
=={{header|FORTRAN}}==
 
The examples and algorithms are taken from the j solution, except for UnitaryQ. The j solution uses the matrix inverse verb. Compilation on linux, assuming the program is file f.f08 :<pre>
Compilation on linux:<pre>
gfortran -std=f2008 -Wall -fopenmp -ffree-form -fall-intrinsics -fimplicit-none f.f08 -o f</pre>
<lang FORTRAN>
Anonymous user