ParaMonte Fortran 2.0.0
Parallel Monte Carlo and Machine Learning Library
See the latest version documentation.
pm_matrixSubset::getSubUnion Interface Reference

Generate and return the object representing the union of two input matrix subsets. More...

Detailed Description

Generate and return the object representing the union of two input matrix subsets.

Parameters
[in]sub1: The input scalar (or array of the same rank as the rank of other array-like arguments) of,
  1. type upp_type,
  2. type low_type,
  3. type dia_type,
  4. type uppDia_type,
  5. type lowDia_type,
  6. type uppLow_type,
  7. type uppLowDia_type,
[in]sub2: The input scalar (or array of the same rank as the rank of other array-like arguments) of,
  1. type upp_type,
  2. type low_type,
  3. type dia_type,
  4. type uppDia_type,
  5. type lowDia_type,
  6. type uppLow_type,
  7. type uppLowDia_type,
Returns
subUnion : The output scalar (or array of the same rank as the rank of other array-like arguments) of type resulting from the union of the two input matrix subsets.
For example,
  1. the union of upp and low yields uppLow.
  2. the union of upp and dia yields uppDia.
  3. the union of uppDia and dia yields uppDia.
  4. the union of uppDia and nothing yields uppDia.


Possible calling interfaces

subUnion(..) = getSubUnion(sub1(..), sub2(..))
Generate and return the object representing the union of two input matrix subsets.
This module contains abstract and concrete derived types that are required for compile-time resolutio...
Remarks
The procedures under discussion are pure.
The procedures under discussion are elemental.
See also
getSubComp
getSubSymm
getSubUnion


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, 12:00 AM, Institute for Computational Engineering and Sciences (ICES), The University of Texas at Austin

Definition at line 862 of file pm_matrixSubset.F90.


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