ports/math/p5-PDL-LinearAlgebra/pkg-plist
Po-Chuan Hsieh 783e6b334c
math/p5-PDL-LinearAlgebra: Add p5-PDL-LinearAlgebra 0.432
PDL::LinearAlgebra provides a convenient interface to PDL::LinearAlgebra::Real
and PDL::LinearAlgebra::Complex. Since Blas and Lapack use a column major
ordering scheme some routines here need to transpose matrices before calling
fortran routines and transpose back (see the documentation of each routine). If
you need optimized code use directly PDL::LinearAlgebra::Real and
PDL::LinearAlgebra::Complex.
2025-01-29 01:04:07 +08:00

10 lines
447 B
Text

%%SITE_ARCH%%/PDL/LinearAlgebra.pm
%%SITE_ARCH%%/PDL/LinearAlgebra/Complex.pm
%%SITE_ARCH%%/PDL/LinearAlgebra/Real.pm
%%SITE_ARCH%%/PDL/LinearAlgebra/Special.pm
%%SITE_ARCH%%/PDL/LinearAlgebra/Trans.pm
%%SITE_ARCH%%/auto/PDL/LinearAlgebra/Complex/Complex.so
%%SITE_ARCH%%/auto/PDL/LinearAlgebra/Real/Real.so
%%SITE_ARCH%%/auto/PDL/LinearAlgebra/Trans/Trans.so
%%PERL5_MAN3%%/PDL::LinearAlgebra.3.gz
%%PERL5_MAN3%%/PDL::LinearAlgebra::Special.3.gz