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

Go to the source code of this file.

Data Types

interface  pm_matrixTrace::getMatTrace
 Generate and return the trace of an input square matrix of type integer, complex, or real of arbitrary kind.
More...
 
interface  pm_matrixTrace::getMatMulTrace
 Generate and return the multiplicative trace of an input square matrix of type integer, complex, or real of arbitrary kind.
More...
 
interface  pm_matrixTrace::getMatMulTraceLog
 Generate and return the natural logarithm of the multiplicative trace of an input square matrix of type integer, complex, or real of arbitrary kind.
More...
 

Modules

module  pm_matrixTrace
 This module contains procedures and generic interfaces for computing the additive or multiplicative trace of a given square matrix in arbitrary packing formats.
 

Variables

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