We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
linalg
1 parent c3a8177 commit 65b1ec6Copy full SHA for 65b1ec6
include/common.fypp
@@ -74,6 +74,11 @@
74
$:"s" if cmplx=="c" else "d" if cmplx=="z" else "x" if cmplx=="y" else "q" if cmplx=="w" else "ERROR"
75
#:enddef
76
77
+#! BLAS/LAPACK/Linear Algebra Integer Kinds
78
+#:set LINALG_INT_KINDS = ["ilp","ilp64"]
79
+#:set LINALG_INT_TYPES = ["integer({})".format(k) for k in LINALG_INT_KINDS]
80
+#:set LINALG_INT_KINDS_TYPES = list(zip(LINALG_INT_KINDS, LINALG_INT_TYPES))
81
+
82
#! Complex types to be considered during templating
83
#:set CMPLX_TYPES = ["complex({})".format(k) for k in CMPLX_KINDS]
84
#:set CMPLX_SUFFIX = ["c{}".format(k) for k in CMPLX_KINDS]
0 commit comments