ParaMonte Fortran 2.0.0
Parallel Monte Carlo and Machine Learning Library
See the latest version documentation. |
This is the derived type for generating objects containing scalar components of type logical
named after different programming language environments that are currently or will be supported for access to the ParaMonte library.
More...
Public Attributes | |
logical(LK) | c = .false._LK |
logical(LK) | cobol = .false._LK |
logical(LK) | cpp = .false._LK |
logical(LK) | csharp = .false._LK |
logical(LK) | go = .false._LK |
logical(LK) | fortran = .false._LK |
logical(LK) | java = .false._LK |
logical(LK) | javascript = .false._LK |
logical(LK) | julia = .false._LK |
logical(LK) | matlab = .false._LK |
logical(LK) | mathematica = .false._LK |
logical(LK) | python = .false._LK |
logical(LK) | r = .false._LK |
logical(LK) | rust = .false._LK |
logical(LK) | sas = .false._LK |
logical(LK) | swift = .false._LK |
This is the derived type for generating objects containing scalar components of type logical
named after different programming language environments that are currently or will be supported for access to the ParaMonte library.
This derived type is of minimal usage outside the ParaMonte library internal routines.
If needed, the constant object instances of this derived type envis can be used.
Final Remarks ⛓
If you believe this algorithm or its documentation can be improved, we appreciate your contribution and help to edit this page's documentation and source file on GitHub.
For details on the naming abbreviations, see this page.
For details on the naming conventions, see this page.
This software is distributed under the MIT license with additional terms outlined below.
This software is available to the public under a highly permissive license.
Help us justify its continued development and maintenance by acknowledging its benefit to society, distributing it, and contributing to it.
Definition at line 328 of file pm_paramonte.F90.
logical(LK) pm_paramonte::envis_type::c = .false._LK |
Definition at line 329 of file pm_paramonte.F90.
logical(LK) pm_paramonte::envis_type::cobol = .false._LK |
Definition at line 330 of file pm_paramonte.F90.
logical(LK) pm_paramonte::envis_type::cpp = .false._LK |
Definition at line 331 of file pm_paramonte.F90.
logical(LK) pm_paramonte::envis_type::csharp = .false._LK |
Definition at line 332 of file pm_paramonte.F90.
logical(LK) pm_paramonte::envis_type::fortran = .false._LK |
Definition at line 334 of file pm_paramonte.F90.
logical(LK) pm_paramonte::envis_type::go = .false._LK |
Definition at line 333 of file pm_paramonte.F90.
logical(LK) pm_paramonte::envis_type::java = .false._LK |
Definition at line 335 of file pm_paramonte.F90.
logical(LK) pm_paramonte::envis_type::javascript = .false._LK |
Definition at line 336 of file pm_paramonte.F90.
logical(LK) pm_paramonte::envis_type::julia = .false._LK |
Definition at line 337 of file pm_paramonte.F90.
logical(LK) pm_paramonte::envis_type::mathematica = .false._LK |
Definition at line 339 of file pm_paramonte.F90.
logical(LK) pm_paramonte::envis_type::matlab = .false._LK |
Definition at line 338 of file pm_paramonte.F90.
logical(LK) pm_paramonte::envis_type::python = .false._LK |
Definition at line 340 of file pm_paramonte.F90.
logical(LK) pm_paramonte::envis_type::r = .false._LK |
Definition at line 341 of file pm_paramonte.F90.
logical(LK) pm_paramonte::envis_type::rust = .false._LK |
Definition at line 342 of file pm_paramonte.F90.
logical(LK) pm_paramonte::envis_type::sas = .false._LK |
Definition at line 343 of file pm_paramonte.F90.
logical(LK) pm_paramonte::envis_type::swift = .false._LK |
Definition at line 344 of file pm_paramonte.F90.