ParaMonte Fortran 2.0.0
Parallel Monte Carlo and Machine Learning Library
See the latest version documentation. |
Go to the source code of this file.
Data Types | |
interface | pm_matrixDet::getMatDet |
Generate and return the determinant of the input general square matrix. More... | |
interface | pm_matrixDet::setMatDet |
Return the determinant of the input square matrix. More... | |
interface | pm_matrixDet::getMatDetSqrt |
Generate and return the square-root of the determinant of the input positive-definite square matrix. More... | |
interface | pm_matrixDet::setMatDetSqrt |
Return the determinant of the input positive-definite square matrix. More... | |
interface | pm_matrixDet::getMatDetSqrtLog |
Generate and return the natural logarithm of the square-root of the determinant of the input positive-definite square matrix. More... | |
interface | pm_matrixDet::setMatDetSqrtLog |
Return the natural logarithm of the square-root of the determinant of the input positive-definite square matrix. More... | |
Modules | |
module | pm_matrixDet |
This module contains procedures and generic interfaces relevant to the computation of the determinants of square matrices. | |
Variables | |
character(*, SK), parameter | pm_matrixDet::MODULE_NAME = "@pm_matrixDet" |