py-traceInv-0.0.23 import to wip

This commit is contained in:
K.I.A.Derouiche 2020-12-27 16:03:56 +01:00
parent 324d8fe10b
commit 6e1689de30
5 changed files with 152 additions and 0 deletions

View File

@ -4409,6 +4409,7 @@ SUBDIR+= py-toro
SUBDIR+= py-toronado
SUBDIR+= py-toscawidgets
SUBDIR+= py-towncrier
SUBDIR+= py-traceInv
SUBDIR+= py-traces
SUBDIR+= py-tracks
SUBDIR+= py-traits

1
py-traceInv/DESCR Normal file
View File

@ -0,0 +1 @@
A Computes the trace of the inverse of matrix or linear matrix function

20
py-traceInv/Makefile Normal file
View File

@ -0,0 +1,20 @@
# $NetBSD$
DISTNAME= TraceInv-0.0.23
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/T/t/}
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_PYPI:=T/TraceInv/}
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= https://ameli.github.io/TraceInv
COMMENT= Computes the trace of the inverse of matrix or linear matrix function
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-matplotlib>=3.2.2:../../graphics/py-matplotlib
DEPENDS+= ${PYPKGPREFIX}-seaborn>=0.9.0:../../graphics/py-seaborn
DEPENDS+= ${PYPKGPREFIX}-scipy>=1.5.4:../../math/py-scipy
.include "../../devel/py-cython/buildlink3.mk"
.include "../../math/py-numpy/buildlink3.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

124
py-traceInv/PLIST Normal file
View File

@ -0,0 +1,124 @@
@comment $NetBSD$
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/TraceInv/ComputeLogDeterminant/CholeskyMethod.py
${PYSITELIB}/TraceInv/ComputeLogDeterminant/CholeskyMethod.pyc
${PYSITELIB}/TraceInv/ComputeLogDeterminant/CholeskyMethod.pyo
${PYSITELIB}/TraceInv/ComputeLogDeterminant/ComputeLogDeterminant.py
${PYSITELIB}/TraceInv/ComputeLogDeterminant/ComputeLogDeterminant.pyc
${PYSITELIB}/TraceInv/ComputeLogDeterminant/ComputeLogDeterminant.pyo
${PYSITELIB}/TraceInv/ComputeLogDeterminant/README.rst
${PYSITELIB}/TraceInv/ComputeLogDeterminant/StochasticLanczosQuadratureMethod.py
${PYSITELIB}/TraceInv/ComputeLogDeterminant/StochasticLanczosQuadratureMethod.pyc
${PYSITELIB}/TraceInv/ComputeLogDeterminant/StochasticLanczosQuadratureMethod.pyo
${PYSITELIB}/TraceInv/ComputeLogDeterminant/StochasticLanczosQuadratureMethod_Parallel.pyx
${PYSITELIB}/TraceInv/ComputeLogDeterminant/StochasticLanczosQuadratureMethod_Parallel.so
${PYSITELIB}/TraceInv/ComputeLogDeterminant/__init__.py
${PYSITELIB}/TraceInv/ComputeLogDeterminant/__init__.pyc
${PYSITELIB}/TraceInv/ComputeLogDeterminant/__init__.pyo
${PYSITELIB}/TraceInv/ComputeTraceOfInverse/CholeskyMethod.py
${PYSITELIB}/TraceInv/ComputeTraceOfInverse/CholeskyMethod.pyc
${PYSITELIB}/TraceInv/ComputeTraceOfInverse/CholeskyMethod.pyo
${PYSITELIB}/TraceInv/ComputeTraceOfInverse/ComputeTraceOfInverse.py
${PYSITELIB}/TraceInv/ComputeTraceOfInverse/ComputeTraceOfInverse.pyc
${PYSITELIB}/TraceInv/ComputeTraceOfInverse/ComputeTraceOfInverse.pyo
${PYSITELIB}/TraceInv/ComputeTraceOfInverse/HutchinsonMethod.py
${PYSITELIB}/TraceInv/ComputeTraceOfInverse/HutchinsonMethod.pyc
${PYSITELIB}/TraceInv/ComputeTraceOfInverse/HutchinsonMethod.pyo
${PYSITELIB}/TraceInv/ComputeTraceOfInverse/README.rst
${PYSITELIB}/TraceInv/ComputeTraceOfInverse/StochasticLanczosQuadratureMethod.py
${PYSITELIB}/TraceInv/ComputeTraceOfInverse/StochasticLanczosQuadratureMethod.pyc
${PYSITELIB}/TraceInv/ComputeTraceOfInverse/StochasticLanczosQuadratureMethod.pyo
${PYSITELIB}/TraceInv/ComputeTraceOfInverse/StochasticLanczosQuadratureMethod_Parallel.pyx
${PYSITELIB}/TraceInv/ComputeTraceOfInverse/StochasticLanczosQuadratureMethod_Parallel.so
${PYSITELIB}/TraceInv/ComputeTraceOfInverse/__init__.py
${PYSITELIB}/TraceInv/ComputeTraceOfInverse/__init__.pyc
${PYSITELIB}/TraceInv/ComputeTraceOfInverse/__init__.pyo
${PYSITELIB}/TraceInv/GenerateMatrix/CorrelationMatrix.py
${PYSITELIB}/TraceInv/GenerateMatrix/CorrelationMatrix.pyc
${PYSITELIB}/TraceInv/GenerateMatrix/CorrelationMatrix.pyo
${PYSITELIB}/TraceInv/GenerateMatrix/GenerateMatrix.py
${PYSITELIB}/TraceInv/GenerateMatrix/GenerateMatrix.pyc
${PYSITELIB}/TraceInv/GenerateMatrix/GenerateMatrix.pyo
${PYSITELIB}/TraceInv/GenerateMatrix/GeneratePoints.py
${PYSITELIB}/TraceInv/GenerateMatrix/GeneratePoints.pyc
${PYSITELIB}/TraceInv/GenerateMatrix/GeneratePoints.pyo
${PYSITELIB}/TraceInv/GenerateMatrix/README.rst
${PYSITELIB}/TraceInv/GenerateMatrix/__init__.py
${PYSITELIB}/TraceInv/GenerateMatrix/__init__.pyc
${PYSITELIB}/TraceInv/GenerateMatrix/__init__.pyo
${PYSITELIB}/TraceInv/InterpolateTraceOfInverse/EigenvaluesMethod.py
${PYSITELIB}/TraceInv/InterpolateTraceOfInverse/EigenvaluesMethod.pyc
${PYSITELIB}/TraceInv/InterpolateTraceOfInverse/EigenvaluesMethod.pyo
${PYSITELIB}/TraceInv/InterpolateTraceOfInverse/ExactMethod.py
${PYSITELIB}/TraceInv/InterpolateTraceOfInverse/ExactMethod.pyc
${PYSITELIB}/TraceInv/InterpolateTraceOfInverse/ExactMethod.pyo
${PYSITELIB}/TraceInv/InterpolateTraceOfInverse/InterpolantBaseClass.py
${PYSITELIB}/TraceInv/InterpolateTraceOfInverse/InterpolantBaseClass.pyc
${PYSITELIB}/TraceInv/InterpolateTraceOfInverse/InterpolantBaseClass.pyo
${PYSITELIB}/TraceInv/InterpolateTraceOfInverse/InterpolateTraceOfInverse.py
${PYSITELIB}/TraceInv/InterpolateTraceOfInverse/InterpolateTraceOfInverse.pyc
${PYSITELIB}/TraceInv/InterpolateTraceOfInverse/InterpolateTraceOfInverse.pyo
${PYSITELIB}/TraceInv/InterpolateTraceOfInverse/MonomialBasisFunctionsMethod.py
${PYSITELIB}/TraceInv/InterpolateTraceOfInverse/MonomialBasisFunctionsMethod.pyc
${PYSITELIB}/TraceInv/InterpolateTraceOfInverse/MonomialBasisFunctionsMethod.pyo
${PYSITELIB}/TraceInv/InterpolateTraceOfInverse/README.rst
${PYSITELIB}/TraceInv/InterpolateTraceOfInverse/RadialBasisFunctionsMethod.py
${PYSITELIB}/TraceInv/InterpolateTraceOfInverse/RadialBasisFunctionsMethod.pyc
${PYSITELIB}/TraceInv/InterpolateTraceOfInverse/RadialBasisFunctionsMethod.pyo
${PYSITELIB}/TraceInv/InterpolateTraceOfInverse/RationalPolynomialFunctionsMethod.py
${PYSITELIB}/TraceInv/InterpolateTraceOfInverse/RationalPolynomialFunctionsMethod.pyc
${PYSITELIB}/TraceInv/InterpolateTraceOfInverse/RationalPolynomialFunctionsMethod.pyo
${PYSITELIB}/TraceInv/InterpolateTraceOfInverse/RootMonomialBasisFunctionsMethod.py
${PYSITELIB}/TraceInv/InterpolateTraceOfInverse/RootMonomialBasisFunctionsMethod.pyc
${PYSITELIB}/TraceInv/InterpolateTraceOfInverse/RootMonomialBasisFunctionsMethod.pyo
${PYSITELIB}/TraceInv/InterpolateTraceOfInverse/__init__.py
${PYSITELIB}/TraceInv/InterpolateTraceOfInverse/__init__.pyc
${PYSITELIB}/TraceInv/InterpolateTraceOfInverse/__init__.pyo
${PYSITELIB}/TraceInv/README.rst
${PYSITELIB}/TraceInv/_LinearAlgebra/GolubKahnBidiagonalization.py
${PYSITELIB}/TraceInv/_LinearAlgebra/GolubKahnBidiagonalization.pyc
${PYSITELIB}/TraceInv/_LinearAlgebra/GolubKahnBidiagonalization.pyo
${PYSITELIB}/TraceInv/_LinearAlgebra/GolubKahnBidiagonalization_Parallel.pxd
${PYSITELIB}/TraceInv/_LinearAlgebra/GolubKahnBidiagonalization_Parallel.pyx
${PYSITELIB}/TraceInv/_LinearAlgebra/GolubKahnBidiagonalization_Parallel.so
${PYSITELIB}/TraceInv/_LinearAlgebra/LanczosTridiagonalization.py
${PYSITELIB}/TraceInv/_LinearAlgebra/LanczosTridiagonalization.pyc
${PYSITELIB}/TraceInv/_LinearAlgebra/LanczosTridiagonalization.pyo
${PYSITELIB}/TraceInv/_LinearAlgebra/LanczosTridiagonalization_Parallel.pxd
${PYSITELIB}/TraceInv/_LinearAlgebra/LanczosTridiagonalization_Parallel.pyx
${PYSITELIB}/TraceInv/_LinearAlgebra/LanczosTridiagonalization_Parallel.so
${PYSITELIB}/TraceInv/_LinearAlgebra/LinearSolver.py
${PYSITELIB}/TraceInv/_LinearAlgebra/LinearSolver.pyc
${PYSITELIB}/TraceInv/_LinearAlgebra/LinearSolver.pyo
${PYSITELIB}/TraceInv/_LinearAlgebra/MatrixOperations.pxd
${PYSITELIB}/TraceInv/_LinearAlgebra/MatrixOperations.pyx
${PYSITELIB}/TraceInv/_LinearAlgebra/MatrixOperations.so
${PYSITELIB}/TraceInv/_LinearAlgebra/README.rst
${PYSITELIB}/TraceInv/_LinearAlgebra/SparseCholesky.py
${PYSITELIB}/TraceInv/_LinearAlgebra/SparseCholesky.pyc
${PYSITELIB}/TraceInv/_LinearAlgebra/SparseCholesky.pyo
${PYSITELIB}/TraceInv/_LinearAlgebra/__init__.pxd
${PYSITELIB}/TraceInv/_LinearAlgebra/__init__.py
${PYSITELIB}/TraceInv/_LinearAlgebra/__init__.pyc
${PYSITELIB}/TraceInv/_LinearAlgebra/__init__.pyo
${PYSITELIB}/TraceInv/_Utilities/DisplayUtilities.py
${PYSITELIB}/TraceInv/_Utilities/DisplayUtilities.pyc
${PYSITELIB}/TraceInv/_Utilities/DisplayUtilities.pyo
${PYSITELIB}/TraceInv/_Utilities/PlotUtilities.py
${PYSITELIB}/TraceInv/_Utilities/PlotUtilities.pyc
${PYSITELIB}/TraceInv/_Utilities/PlotUtilities.pyo
${PYSITELIB}/TraceInv/_Utilities/README.rst
${PYSITELIB}/TraceInv/_Utilities/__init__.py
${PYSITELIB}/TraceInv/_Utilities/__init__.pyc
${PYSITELIB}/TraceInv/_Utilities/__init__.pyo
${PYSITELIB}/TraceInv/__init__.py
${PYSITELIB}/TraceInv/__init__.pyc
${PYSITELIB}/TraceInv/__init__.pyo
${PYSITELIB}/TraceInv/__version__.py
${PYSITELIB}/TraceInv/__version__.pyc
${PYSITELIB}/TraceInv/__version__.pyo

6
py-traceInv/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (TraceInv-0.0.23.tar.gz) = 1867d4ecb8923eaeccc8f6bb2bb2d176520d71aa
RMD160 (TraceInv-0.0.23.tar.gz) = b65d109e21d909296c74780877224b9dfa9bc051
SHA512 (TraceInv-0.0.23.tar.gz) = f5333700ea2f0614f4414b6757c8c9279acb72048cfafe88bdd638319c03e60d76e6650beff35b1749e827cb805f5e62d14e39adcf6edf9a0fd57f1aafc5df00
Size (TraceInv-0.0.23.tar.gz) = 396028 bytes