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.
1 parent a3d24e4 commit 5a1fdcbCopy full SHA for 5a1fdcb
src/stdlib_intrinsics_sum.fypp
@@ -4,14 +4,6 @@
4
#:set RC_KINDS_TYPES = R_KINDS_TYPES + C_KINDS_TYPES
5
#:set RANKS = range(1, MAXRANK + 1)
6
7
-#:def cnjg(type,expression)
8
-#:if 'complex' in type
9
-conjg(${expression}$)
10
-#:else
11
-${expression}$
12
-#:endif
13
-#:enddef
14
-
15
! This module is based on https://github.com/jalvesz/fast_math
16
submodule(stdlib_intrinsics) stdlib_intrinsics_sum
17
!!Replacement for certain Fortran intrinsic functions offering either faster and/or more accurate implementations.
0 commit comments