ParaMonte Fortran 2.0.0
Parallel Monte Carlo and Machine Learning Library
See the latest version documentation.
pm_matrixInit.F90 File Reference

Go to the source code of this file.

Data Types

interface  pm_matrixInit::getMatInit
 Generate and return a matrix of shape (shape(1), shape(2)) with the upper/lower triangle and the diagonal elements of the matrix set to the corresponding requested input values.
More...
 
interface  pm_matrixInit::setMatInit
 Set the upper/lower triangle and the diagonal elements of the input matrix of arbitrary shape (:,:) to the requested input values.
More...
 

Modules

module  pm_matrixInit
 This module contains procedures and generic interfaces relevant to generating and initializing matrices of arbitrary shapes (:, :).

 

Variables

character(*, SK), parameter pm_matrixInit::MODULE_NAME = "@pm_matrixInit"