ParaMonte Fortran 2.0.0
Parallel Monte Carlo and Machine Learning Library
See the latest version documentation.
pm_paramonte::envis_type Type Reference

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
 

Detailed Description

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.

See also
envis
envis_type
envname


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.

  1. If you use any parts or concepts from this library to any extent, please acknowledge the usage by citing the relevant publications of the ParaMonte library.
  2. If you regenerate any parts/ideas from this library in a programming environment other than those currently supported by this ParaMonte library (i.e., other than C, C++, Fortran, MATLAB, Python, R), please also ask the end users to cite this original ParaMonte library.

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.

Author:
Amir Shahmoradi, September 1, 2017, 11:35 PM, Institute for Computational Engineering and Sciences (ICES), The University of Texas at Austin

Definition at line 328 of file pm_paramonte.F90.

Member Data Documentation

◆ c

logical(LK) pm_paramonte::envis_type::c = .false._LK

Definition at line 329 of file pm_paramonte.F90.

◆ cobol

logical(LK) pm_paramonte::envis_type::cobol = .false._LK

Definition at line 330 of file pm_paramonte.F90.

◆ cpp

logical(LK) pm_paramonte::envis_type::cpp = .false._LK

Definition at line 331 of file pm_paramonte.F90.

◆ csharp

logical(LK) pm_paramonte::envis_type::csharp = .false._LK

Definition at line 332 of file pm_paramonte.F90.

◆ fortran

logical(LK) pm_paramonte::envis_type::fortran = .false._LK

Definition at line 334 of file pm_paramonte.F90.

◆ go

logical(LK) pm_paramonte::envis_type::go = .false._LK

Definition at line 333 of file pm_paramonte.F90.

◆ java

logical(LK) pm_paramonte::envis_type::java = .false._LK

Definition at line 335 of file pm_paramonte.F90.

◆ javascript

logical(LK) pm_paramonte::envis_type::javascript = .false._LK

Definition at line 336 of file pm_paramonte.F90.

◆ julia

logical(LK) pm_paramonte::envis_type::julia = .false._LK

Definition at line 337 of file pm_paramonte.F90.

◆ mathematica

logical(LK) pm_paramonte::envis_type::mathematica = .false._LK

Definition at line 339 of file pm_paramonte.F90.

◆ matlab

logical(LK) pm_paramonte::envis_type::matlab = .false._LK

Definition at line 338 of file pm_paramonte.F90.

◆ python

logical(LK) pm_paramonte::envis_type::python = .false._LK

Definition at line 340 of file pm_paramonte.F90.

◆ r

logical(LK) pm_paramonte::envis_type::r = .false._LK

Definition at line 341 of file pm_paramonte.F90.

◆ rust

logical(LK) pm_paramonte::envis_type::rust = .false._LK

Definition at line 342 of file pm_paramonte.F90.

◆ sas

logical(LK) pm_paramonte::envis_type::sas = .false._LK

Definition at line 343 of file pm_paramonte.F90.

◆ swift

logical(LK) pm_paramonte::envis_type::swift = .false._LK

Definition at line 344 of file pm_paramonte.F90.


The documentation for this type was generated from the following file: