Searched refs:Fortran (Results 1 – 25 of 116) sorted by relevance
12345
18 +# Parallel Fortran:20 +# For CG, EP, FT, MG, LU, SP, BT and UA, which are in Fortran, the following 23 +# F77 - Fortran compiler24 +# FFLAGS - Fortran compilation arguments25 +# F_INC - any -I arguments required for compiling Fortran 26 +# FLINK - Fortran linker27 +# FLINKFLAGS - Fortran linker arguments28 +# F_LIB - any -L and -l arguments required for linking Fortran 36 +# This is the fortran compiler used for Fortran programs53 +# Global *compile time* flags for Fortran programs[all …]
28 translated from the lmder, lmpar and qrsolv Fortran routines35 from the odex Fortran routine developed by E. Hairer and G. Wanner.42 from some LAPACK Fortran routines. Original source copyright:
209 in C or Fortran. License terms of the original sources213 For the lmder, lmpar and qrsolv Fortran routine from minpack and translated in271 Copyright and license statement for the odex Fortran routine developed by
6 workaround_9220(Fortran EIGEN_Fortran_COMPILER_WORKS)9 enable_language(Fortran OPTIONAL)
13 # -- The Fortran compiler identification is unknown20 # it is safe to invoke ENABLE_LANGUAGE(Fortran OPTIONAL)
23 # - find libraries for a C++ compiler, instead of Fortran84 # Test this combination of libraries with the Fortran/f2c interface.85 # We test the Fortran interface first as it is well standardized.89 # Some C++ linkers require the f2c library to link with Fortran libraries.
20 # Intel compilers. For a given compiler, the Fortran flags are much more119 AC_LANG_PUSH([Fortran])121 AC_LANG_POP([Fortran])
16 # check if we have a Fortran compiler19 workaround_9220(Fortran EIGEN_Fortran_COMPILER_WORKS)22 enable_language(Fortran OPTIONAL)
98 elseif (${LANG} STREQUAL "Fortran")102 # Fortran coverage support as not available.187 # e.g. C and Fortran mixed and uses different compilers (e.g. clang and
33 Replace Fortran wrappers either with calls to the Eigen "subroutine" versions
34 dnl unnecessary C++, Fortran and Java tests when only
284 .. index:: contiguous, C-contiguous, Fortran contiguous289 C or Fortran :term:`contiguity <contiguous>` can be explicitly requested,472 ``'C'``) or Fortran-style (*order* is ``'F'``) :term:`contiguous` or either one479 *order* can be ``'C'`` or ``'F'`` (for C-style or Fortran-style ordering).488 *order* is ``'C'`` or Fortran-style if *order* is ``'F'``) array of the
142 Fortran = 0x02, enumerator
74 TYPE("f95-cpp-input", Fortran, PP_Fortran, nullptr, "u")
208 |:c:macro:`PyBUF_ANY_CONTIGUOUS`| dimension varies the fastest), Fortran contiguous |277 ``'C'``) or Fortran-style (*fortran* is ``'F'``) contiguous or either one284 *fortran* is ``'C'`` or Fortran-style if *fortran* is ``'F'``) array of the
147 Fortran = 0x02, enumerator
96 *Sun\ F* | *Sun*Fortran*)
53 C, C++ Java and Fortran 90 would not be able to use our malloc anyway
82 CV_ENUM_ENT(SourceLanguage, Fortran), CV_ENUM_ENT(SourceLanguage, Masm),
153 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_Lang, Fortran, OS) in operator <<()