diff options
Diffstat (limited to '')
157 files changed, 1955 insertions, 3397 deletions
diff --git a/math/Imath/Makefile b/math/Imath/Makefile index ff8253cf8049..fb08353744b0 100644 --- a/math/Imath/Makefile +++ b/math/Imath/Makefile @@ -1,14 +1,14 @@ # Based on the graphics/ilmbase port that was done by: nork@FreeBSD.org PORTNAME= Imath -PORTVERSION= 3.1.12 +PORTVERSION= 3.2.0 CATEGORIES= math devel graphics MASTER_SITES= https://github.com/AcademySoftwareFoundation/${PORTNAME}/releases/download/v${PORTVERSION}/ \ LOCAL/mandree/ # to verify: 'make makesum' and download .sigstore.json to working directory, then: # sigstore verify github --cert-identity \ -# https://github.com/AcademySoftwareFoundation/Imath/.github/workflows/release-sign.yml@refs/tags/v3.1.12 \ -# /usr/ports/distfiles/Imath-3.1.12.tar.gz --bundle Imath-3.1.12.tar.gz.sigstore.json +# https://github.com/AcademySoftwareFoundation/Imath/.github/workflows/release-sign.yml@refs/tags/v3.2.0 \ +# /usr/ports/distfiles/Imath-3.2.0.tar.gz --bundle Imath-3.2.0.tar.gz.sigstore.json MAINTAINER= mandree@FreeBSD.org COMMENT= C++/Python lib of 2D/3D vector, matrix, math ops for computer graphics @@ -44,14 +44,10 @@ PYTHON_RUN_DEPENDS= ${PYNUMPY} PYTHON_USES= python PYTHON_CMAKE_BOOL= PYTHON -_MAJORVER= 3_1 -_VER= 29 -_MINVER= 11 -_PLVER= 0 - -post-patch: - ${REINPLACE_CMD} -E 's}find_package\(Python(3?) COMPONENTS}set(Python\1_EXECUTABLE ${PYTHON_CMD})\nfind_package(Python\1 ${PYTHON_VER} EXACT COMPONENTS}' \ - ${WRKSRC}/src/python/CMakeLists.txt +_MAJORVER= 3_2 +_VER= 30 +_MINVER= 3 +_PLVER= 2.0 post-install: .for l in libImath diff --git a/math/Imath/distinfo b/math/Imath/distinfo index 5ffa111df77e..c88001677377 100644 --- a/math/Imath/distinfo +++ b/math/Imath/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1725995802 -SHA256 (Imath-3.1.12.tar.gz) = cb8ca9ca77ac4338ebbee911fc90c886011ac5b00088630bacf8ef6c6e522f0a -SIZE (Imath-3.1.12.tar.gz) = 593114 +TIMESTAMP = 1754684183 +SHA256 (Imath-3.2.0.tar.gz) = 176c80dbee6bb2f71998fd007b0de87c94e24b64259288c28ac302a2ee22a563 +SIZE (Imath-3.2.0.tar.gz) = 679219 diff --git a/math/Imath/pkg-plist b/math/Imath/pkg-plist index 04ff9e1bd567..1b982dbb694a 100644 --- a/math/Imath/pkg-plist +++ b/math/Imath/pkg-plist @@ -42,48 +42,51 @@ lib/libImath-%%MAJORVER%%.so.%%VER%% lib/libImath-%%MAJORVER%%.so.%%VER%%.%%MINVER%%.%%PLVER%% lib/libImath.so libdata/pkgconfig/Imath.pc -%%PYTHON%%include/Imath/PyImath.h -%%PYTHON%%include/Imath/PyImathAPI.h -%%PYTHON%%include/Imath/PyImathAutovectorize.h -%%PYTHON%%include/Imath/PyImathBasicTypes.h -%%PYTHON%%include/Imath/PyImathBox.h -%%PYTHON%%include/Imath/PyImathBoxArrayImpl.h -%%PYTHON%%include/Imath/PyImathBufferProtocol.h -%%PYTHON%%include/Imath/PyImathColor.h -%%PYTHON%%include/Imath/PyImathColor3ArrayImpl.h -%%PYTHON%%include/Imath/PyImathColor4Array2DImpl.h -%%PYTHON%%include/Imath/PyImathColor4ArrayImpl.h -%%PYTHON%%include/Imath/PyImathDecorators.h -%%PYTHON%%include/Imath/PyImathEuler.h -%%PYTHON%%include/Imath/PyImathExport.h -%%PYTHON%%include/Imath/PyImathFixedArray.h -%%PYTHON%%include/Imath/PyImathFixedArray2D.h -%%PYTHON%%include/Imath/PyImathFixedArrayTraits.h -%%PYTHON%%include/Imath/PyImathFixedMatrix.h -%%PYTHON%%include/Imath/PyImathFixedVArray.h -%%PYTHON%%include/Imath/PyImathFrustum.h -%%PYTHON%%include/Imath/PyImathFun.h -%%PYTHON%%include/Imath/PyImathLine.h -%%PYTHON%%include/Imath/PyImathMathExc.h -%%PYTHON%%include/Imath/PyImathMatrix.h -%%PYTHON%%include/Imath/PyImathOperators.h -%%PYTHON%%include/Imath/PyImathPlane.h -%%PYTHON%%include/Imath/PyImathQuat.h -%%PYTHON%%include/Imath/PyImathQuatOperators.h -%%PYTHON%%include/Imath/PyImathRandom.h -%%PYTHON%%include/Imath/PyImathShear.h -%%PYTHON%%include/Imath/PyImathStringArray.h -%%PYTHON%%include/Imath/PyImathStringArrayRegister.h -%%PYTHON%%include/Imath/PyImathStringTable.h -%%PYTHON%%include/Imath/PyImathTask.h -%%PYTHON%%include/Imath/PyImathUtil.h -%%PYTHON%%include/Imath/PyImathVec.h -%%PYTHON%%include/Imath/PyImathVec2Impl.h -%%PYTHON%%include/Imath/PyImathVec3ArrayImpl.h -%%PYTHON%%include/Imath/PyImathVec3Impl.h -%%PYTHON%%include/Imath/PyImathVec4ArrayImpl.h -%%PYTHON%%include/Imath/PyImathVec4Impl.h -%%PYTHON%%include/Imath/PyImathVecOperators.h +%%PYTHON%%include/PyImath/PyImath.h +%%PYTHON%%include/PyImath/PyImathAPI.h +%%PYTHON%%include/PyImath/PyImathAutovectorize.h +%%PYTHON%%include/PyImath/PyImathBasicTypes.h +%%PYTHON%%include/PyImath/PyImathBox.h +%%PYTHON%%include/PyImath/PyImathBoxArrayImpl.h +%%PYTHON%%include/PyImath/PyImathBufferProtocol.h +%%PYTHON%%include/PyImath/PyImathColor.h +%%PYTHON%%include/PyImath/PyImathColor3ArrayImpl.h +%%PYTHON%%include/PyImath/PyImathColor4Array2DImpl.h +%%PYTHON%%include/PyImath/PyImathColor4ArrayImpl.h +%%PYTHON%%include/PyImath/PyImathDecorators.h +%%PYTHON%%include/PyImath/PyImathEuler.h +%%PYTHON%%include/PyImath/PyImathExport.h +%%PYTHON%%include/PyImath/PyImathFixedArray.h +%%PYTHON%%include/PyImath/PyImathFixedArray2D.h +%%PYTHON%%include/PyImath/PyImathFixedArrayTraits.h +%%PYTHON%%include/PyImath/PyImathFixedMatrix.h +%%PYTHON%%include/PyImath/PyImathFixedVArray.h +%%PYTHON%%include/PyImath/PyImathFrustum.h +%%PYTHON%%include/PyImath/PyImathFun.h +%%PYTHON%%include/PyImath/PyImathLine.h +%%PYTHON%%include/PyImath/PyImathMathExc.h +%%PYTHON%%include/PyImath/PyImathMatrix.h +%%PYTHON%%include/PyImath/PyImathOperators.h +%%PYTHON%%include/PyImath/PyImathPlane.h +%%PYTHON%%include/PyImath/PyImathQuat.h +%%PYTHON%%include/PyImath/PyImathQuatOperators.h +%%PYTHON%%include/PyImath/PyImathRandom.h +%%PYTHON%%include/PyImath/PyImathShear.h +%%PYTHON%%include/PyImath/PyImathStringArray.h +%%PYTHON%%include/PyImath/PyImathStringArrayRegister.h +%%PYTHON%%include/PyImath/PyImathStringTable.h +%%PYTHON%%include/PyImath/PyImathTask.h +%%PYTHON%%include/PyImath/PyImathUtil.h +%%PYTHON%%include/PyImath/PyImathVec.h +%%PYTHON%%include/PyImath/PyImathVec2Impl.h +%%PYTHON%%include/PyImath/PyImathVec3ArrayImpl.h +%%PYTHON%%include/PyImath/PyImathVec3Impl.h +%%PYTHON%%include/PyImath/PyImathVec4ArrayImpl.h +%%PYTHON%%include/PyImath/PyImathVec4Impl.h +%%PYTHON%%include/PyImath/PyImathVecOperators.h +%%PYTHON%%lib/cmake/Imath/PyImathTargets-%%CMAKE_BUILD_TYPE%%.cmake +%%PYTHON%%lib/cmake/Imath/PyImathTargets.cmake +%%PYTHON%%lib/libPyImath.so %%PYTHON%%lib/libPyImath_Python%%PYVER%%-%%MAJORVER%%.so %%PYTHON%%lib/libPyImath_Python%%PYVER%%-%%MAJORVER%%.so.%%VER%% %%PYTHON%%lib/libPyImath_Python%%PYVER%%-%%MAJORVER%%.so.%%VER%%.%%MINVER%%.%%PLVER%% diff --git a/math/Makefile b/math/Makefile index 7dcdaa9510e1..909ed65f71df 100644 --- a/math/Makefile +++ b/math/Makefile @@ -25,7 +25,6 @@ SUBDIR += R-cran-Matching SUBDIR += R-cran-MatrixModels SUBDIR += R-cran-NMF - SUBDIR += R-cran-RSvgDevice SUBDIR += R-cran-RcppArmadillo SUBDIR += R-cran-RcppEigen SUBDIR += R-cran-RcppRoll @@ -1222,6 +1221,7 @@ SUBDIR += stanmath SUBDIR += stp SUBDIR += suitesparse + SUBDIR += suitesparse-Example SUBDIR += suitesparse-amd SUBDIR += suitesparse-btf SUBDIR += suitesparse-camd diff --git a/math/R-cran-DEoptimR/Makefile b/math/R-cran-DEoptimR/Makefile index 031e4730b63a..b364f03db52c 100644 --- a/math/R-cran-DEoptimR/Makefile +++ b/math/R-cran-DEoptimR/Makefile @@ -1,11 +1,11 @@ PORTNAME= DEoptimR -DISTVERSION= 1.1-3-1 +DISTVERSION= 1.1-4 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= eduardo@FreeBSD.org COMMENT= Differential Evolution Optimization in Pure R -WWW= https://cran.r-project.org/web/packages/DEoptimR/ +WWW= https://cran.r-project.org/package=DEoptimR LICENSE= GPLv2+ diff --git a/math/R-cran-DEoptimR/distinfo b/math/R-cran-DEoptimR/distinfo index e12c6b710ac0..2df1c48dd2ad 100644 --- a/math/R-cran-DEoptimR/distinfo +++ b/math/R-cran-DEoptimR/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1735919317 -SHA256 (DEoptimR_1.1-3-1.tar.gz) = 586b7342bd8692314b0870369caf03c26f4e94fef39677dbaa2c5acc9ec072a2 -SIZE (DEoptimR_1.1-3-1.tar.gz) = 19536 +TIMESTAMP = 1753716629 +SHA256 (DEoptimR_1.1-4.tar.gz) = 5a1bdd10d6f75e77e91bed0568e7be9f08dd2996a0b2ca2b3c80a71626e602a2 +SIZE (DEoptimR_1.1-4.tar.gz) = 19586 diff --git a/math/R-cran-RSvgDevice/Makefile b/math/R-cran-RSvgDevice/Makefile deleted file mode 100644 index 8e80adbf1516..000000000000 --- a/math/R-cran-RSvgDevice/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -PORTNAME= RSvgDevice -PORTVERSION= 0.6.4.4 -PORTREVISION= 7 -CATEGORIES= math -DISTNAME= ${PORTNAME}_${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= R SVG graphics device -WWW= https://cran.r-project.org/web/packages/RSvgDevice/index.html - -LICENSE= GPLv2 GPLv3 -LICENSE_COMB= dual - -DEPRECATED= Package ‘RSvgDevice’ was removed from the CRAN repository. -EXPIRATION_DATE= 2025-07-31 -BROKEN= does not build - -USES= cran:auto-plist,compiles - -.include <bsd.port.mk> diff --git a/math/R-cran-RSvgDevice/distinfo b/math/R-cran-RSvgDevice/distinfo deleted file mode 100644 index e293f07bb75e..000000000000 --- a/math/R-cran-RSvgDevice/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (RSvgDevice_0.6.4.4.tar.gz) = bf322a9c8f69366bad8bfe5734179529eb1a638496c87ad7aecbbc2f0b53f46e -SIZE (RSvgDevice_0.6.4.4.tar.gz) = 8720 diff --git a/math/R-cran-RSvgDevice/pkg-descr b/math/R-cran-RSvgDevice/pkg-descr deleted file mode 100644 index 07373a0f19df..000000000000 --- a/math/R-cran-RSvgDevice/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -A graphics device for R that uses the w3.org xml standard -for Scalable Vector Graphics. diff --git a/math/R-cran-Zelig/Makefile b/math/R-cran-Zelig/Makefile index 36a16e8a5515..491d545dcba0 100644 --- a/math/R-cran-Zelig/Makefile +++ b/math/R-cran-Zelig/Makefile @@ -10,9 +10,6 @@ WWW= https://gking.harvard.edu/zelig LICENSE= GPLv3+ -DEPRECATED= Depends on expirnig finance/R-cran-AER -EXPIRATION_DATE=2025-09-30 - BUILD_DEPENDS= R-cran-AER>=0:finance/R-cran-AER \ R-cran-Amelia>=0:math/R-cran-Amelia \ R-cran-sandwich>=0:math/R-cran-sandwich \ diff --git a/math/R-cran-plot3D/Makefile b/math/R-cran-plot3D/Makefile index 1b71f4240b8e..1b5edfa2b941 100644 --- a/math/R-cran-plot3D/Makefile +++ b/math/R-cran-plot3D/Makefile @@ -1,5 +1,5 @@ PORTNAME= plot3D -PORTVERSION= 1.4.1 +PORTVERSION= 1.4.2 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/math/R-cran-plot3D/distinfo b/math/R-cran-plot3D/distinfo index 52af58e84c8f..3c1948c41d61 100644 --- a/math/R-cran-plot3D/distinfo +++ b/math/R-cran-plot3D/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1707332709 -SHA256 (plot3D_1.4.1.tar.gz) = db6df74844dda9177f2be024762b2f0e63182916e987a09480514d078d55d1f4 -SIZE (plot3D_1.4.1.tar.gz) = 1933353 +TIMESTAMP = 1755009086 +SHA256 (plot3D_1.4.2.tar.gz) = 88b17af8b0eeb16e0ab69378c800eb843f5834acc100eb79e54338b9f1a5fd75 +SIZE (plot3D_1.4.2.tar.gz) = 1930761 diff --git a/math/R-cran-terra/Makefile b/math/R-cran-terra/Makefile index ba6e77decc65..6cf421ca8011 100644 --- a/math/R-cran-terra/Makefile +++ b/math/R-cran-terra/Makefile @@ -1,5 +1,5 @@ PORTNAME= terra -DISTVERSION= 1.8-54 +DISTVERSION= 1.8-60 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-terra/distinfo b/math/R-cran-terra/distinfo index 111d619ec6fc..a2ff24f11e8e 100644 --- a/math/R-cran-terra/distinfo +++ b/math/R-cran-terra/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748855908 -SHA256 (terra_1.8-54.tar.gz) = 3d43dafa6dd7bf8cb52cb63e740eb418fc35c7cb01731f0a637d6ee85999138c -SIZE (terra_1.8-54.tar.gz) = 1045074 +TIMESTAMP = 1753717458 +SHA256 (terra_1.8-60.tar.gz) = de8ea8bb116b668146dba8668209864f992117a8e2b7e3b109502f545bce8c23 +SIZE (terra_1.8-60.tar.gz) = 1046067 diff --git a/math/R-cran-terra/files/patch-i386 b/math/R-cran-terra/files/patch-i386 deleted file mode 100644 index ba6c983cb12d..000000000000 --- a/math/R-cran-terra/files/patch-i386 +++ /dev/null @@ -1,45 +0,0 @@ -From 891bb07da1152988225d1f1cfac75aabfa40df62 Mon Sep 17 00:00:00 2001 -From: rhijmans <r.hijmans@gmail.com> -Date: Tue, 3 Jun 2025 07:51:14 -0700 -Subject: [PATCH] for #1846 - ---- - src/gdal_multidimensional.cpp | 10 ++++++++-- - 1 file changed, 8 insertions(+), 2 deletions(-) - -diff --git src/gdal_multidimensional.cpp src/gdal_multidimensional.cpp -index 7116212a9..42049f59a 100644 ---- src/gdal_multidimensional.cpp -+++ src/gdal_multidimensional.cpp -@@ -9,6 +9,11 @@ - #include "file_utils.h" - #include "vecmath.h" - -+#if defined(_WIN64) || defined(__x86_64__) || defined(__ppc64__) || defined(__aarch64__) || defined(__MINGW64__) || defined(__amd64__) -+ #define IS_64_BIT -+#endif -+ -+ - bool parse_ncdf_time(SpatRasterSource &s, const std::string unit, const std::string calendar, std::vector<double> raw, std::string &msg) { - - std::vector<int_64> out; -@@ -179,7 +184,7 @@ bool parse_ncdf_time(SpatRasterSource &s, const std::string unit, const std::str - - - --#if GDAL_VERSION_MAJOR >= 3 && GDAL_VERSION_MINOR >= 4 -+#if GDAL_VERSION_MAJOR >= 3 && GDAL_VERSION_MINOR >= 4 && defined(IS_64_BIT) - - - std::vector<std::string> GetArrayNames(std::shared_ptr<GDALGroup> x, bool filter) { -@@ -804,8 +809,9 @@ bool SpatRaster::writeStopMulti() { - #else - - -+ - bool SpatRaster::constructFromFileMulti(std::string fname, std::vector<int> subds, std::vector<std::string> subname, std::vector<std::string> drivers, std::vector<std::string> options, std::vector<int> dims, bool noflip, bool guessCRS, std::vector<std::string> domains) { -- setError("multidim is not supported with GDAL < 3.4"); -+ setError("multidim is not supported with GDAL < 3.4 or on 32 bit systems"); - return false; - } - diff --git a/math/analitza/Makefile b/math/analitza/Makefile index ddcfe404f8af..1dd9e7857f27 100644 --- a/math/analitza/Makefile +++ b/math/analitza/Makefile @@ -4,7 +4,7 @@ CATEGORIES= math education kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Library from KDE Education project -WWW= https://www.kde.org/applications/education/ +WWW= https://invent.kde.org/education/analitza LICENSE= GFDL GPLv2 LICENSE_COMB= multi diff --git a/math/armadillo/Makefile b/math/armadillo/Makefile index 17eb1f689968..02ee57d23f66 100644 --- a/math/armadillo/Makefile +++ b/math/armadillo/Makefile @@ -1,5 +1,6 @@ PORTNAME= armadillo PORTVERSION= 14.6.1 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= SF/arma diff --git a/math/arpack++/Makefile b/math/arpack++/Makefile index 074cc62bb005..3c216ceddc83 100644 --- a/math/arpack++/Makefile +++ b/math/arpack++/Makefile @@ -1,6 +1,6 @@ PORTNAME= arpack++ PORTVERSION= 2.4.0 -PORTREVISION= 11 +PORTREVISION= 13 CATEGORIES= math MAINTAINER= ports@FreeBSD.org diff --git a/math/cado-nfs/Makefile b/math/cado-nfs/Makefile index 34094d61e26a..db0fd87099f8 100644 --- a/math/cado-nfs/Makefile +++ b/math/cado-nfs/Makefile @@ -1,6 +1,7 @@ PORTNAME= cado-nfs DISTVERSIONPREFIX= v DISTVERSION= 2.3.0-20240408 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/cado-nfs/files/patch-linalg_bwc_lingen__call__companion.hpp b/math/cado-nfs/files/patch-linalg_bwc_lingen__call__companion.hpp new file mode 100644 index 000000000000..7522f8d3b07e --- /dev/null +++ b/math/cado-nfs/files/patch-linalg_bwc_lingen__call__companion.hpp @@ -0,0 +1,11 @@ +--- linalg/bwc/lingen_call_companion.hpp.orig 2024-04-08 11:23:28 UTC ++++ linalg/bwc/lingen_call_companion.hpp +@@ -177,7 +177,7 @@ namespace fmt { + // c++-14 or later + auto parse(format_parse_context& ctx) -> decltype(ctx.begin()) { return ctx.begin(); } + template <typename FormatContext> +-auto format(lingen_call_companion::key const & c, FormatContext& ctx) -> decltype(ctx.out()) { ++ auto format(lingen_call_companion::key const & c, FormatContext& ctx) const -> decltype(ctx.out()) { + std::ostringstream os; + os << c; + return formatter<string_view>::format( string_view(os.str()), ctx); diff --git a/math/cado-nfs/files/patch-tests_sieve_test__fb__root.cpp b/math/cado-nfs/files/patch-tests_sieve_test__fb__root.cpp new file mode 100644 index 000000000000..dfb184a7704f --- /dev/null +++ b/math/cado-nfs/files/patch-tests_sieve_test__fb__root.cpp @@ -0,0 +1,26 @@ +--- tests/sieve/test_fb_root.cpp.orig 2024-04-08 11:23:28 UTC ++++ tests/sieve/test_fb_root.cpp +@@ -57,9 +57,9 @@ template <typename T> struct /* fmt:: */ formatter<fb_ + // only allow {} for formatting. No :, no :x, etc. It could be nice + // to allow them, though. Note that this should be constexpr with + // c++-14 or later +- auto parse(format_parse_context& ctx) -> decltype(ctx.begin()) { return ctx.begin(); } ++ constexpr auto parse(format_parse_context& ctx) const -> decltype(ctx.begin()) { return ctx.begin(); } + template <typename FormatContext> +- auto format(fb_root_p1_t<T> const & c, FormatContext& ctx) -> decltype(ctx.out()) { ++ auto format(fb_root_p1_t<T> const & c, FormatContext& ctx) const -> decltype(ctx.out()) { + std::ostringstream os; + os << c; + return formatter<string_view>::format( string_view(os.str()), ctx); +@@ -70,9 +70,9 @@ template <> struct /* fmt:: */ formatter<qlattice_basi + // only allow {} for formatting. No :, no :x, etc. It could be nice + // to allow them, though. Note that this should be constexpr with + // c++-14 or later +- auto parse(format_parse_context& ctx) -> decltype(ctx.begin()) { return ctx.begin(); } ++ constexpr auto parse(format_parse_context& ctx) -> decltype(ctx.begin()) { return ctx.begin(); } + template <typename FormatContext> +- auto format(qlattice_basis const & c, FormatContext& ctx) -> decltype(ctx.out()) { ++ auto format(qlattice_basis const & c, FormatContext& ctx) const -> decltype(ctx.out()) { + std::ostringstream os; + os << c; + return formatter<string_view>::format( string_view(os.str()), ctx); diff --git a/math/cado-nfs/files/patch-utils_cxx__mpz.hpp b/math/cado-nfs/files/patch-utils_cxx__mpz.hpp new file mode 100644 index 000000000000..028f18381353 --- /dev/null +++ b/math/cado-nfs/files/patch-utils_cxx__mpz.hpp @@ -0,0 +1,14 @@ +--- utils/cxx_mpz.hpp.orig 2024-04-08 11:23:28 UTC ++++ utils/cxx_mpz.hpp +@@ -234,9 +234,9 @@ namespace fmt { + // only allow {} for formatting. No :, no :x, etc. It could be nice + // to allow them, though. Note that this should be constexpr with + // c++-14 or later +- auto parse(format_parse_context& ctx) -> decltype(ctx.begin()) { return ctx.begin(); } ++ auto parse(format_parse_context& ctx) const -> decltype(ctx.begin()) { return ctx.begin(); } + template <typename FormatContext> +-auto format(cxx_mpz const & c, FormatContext& ctx) -> decltype(ctx.out()) { ++ auto format(cxx_mpz const & c, FormatContext& ctx) const -> decltype(ctx.out()) { + std::ostringstream os; + os << c; + return formatter<string_view>::format( string_view(os.str()), ctx); diff --git a/math/calc/Makefile b/math/calc/Makefile index 2f59de8b9033..4a631e2f1db2 100644 --- a/math/calc/Makefile +++ b/math/calc/Makefile @@ -1,5 +1,5 @@ PORTNAME= calc -PORTVERSION= 2.15.1.1 +PORTVERSION= 2.16.0.0 DISTVERSIONPREFIX= v CATEGORIES= math diff --git a/math/calc/distinfo b/math/calc/distinfo index 20d244d67bd5..fdf4d15dcc89 100644 --- a/math/calc/distinfo +++ b/math/calc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745501793 -SHA256 (lcn2-calc-v2.15.1.1_GH0.tar.gz) = ad432c3202885fb93a82985c0a9cdd4c82f3877acc8f12a1504f56c8359e6bee -SIZE (lcn2-calc-v2.15.1.1_GH0.tar.gz) = 1308800 +TIMESTAMP = 1755224365 +SHA256 (lcn2-calc-v2.16.0.0_GH0.tar.gz) = 096acf2162afa0eee50ac818a5e70399e3a3299eb9e4b088e455dedc023cae23 +SIZE (lcn2-calc-v2.16.0.0_GH0.tar.gz) = 1309374 diff --git a/math/ceres-solver/Makefile b/math/ceres-solver/Makefile index 2a0ee8599234..60ece37ddc01 100644 --- a/math/ceres-solver/Makefile +++ b/math/ceres-solver/Makefile @@ -1,6 +1,6 @@ PORTNAME= ceres-solver DISTVERSION= 2.2.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/cgal/Makefile b/math/cgal/Makefile index ba07ef490132..1fc34577677e 100644 --- a/math/cgal/Makefile +++ b/math/cgal/Makefile @@ -1,6 +1,6 @@ PORTNAME= cgal PORTVERSION= 5.6.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= https://github.com/${PORTNAME:tu}/${PORTNAME}/releases/download/v${PORTVERSION}/ DISTNAME= ${PORTNAME:tu}-${PORTVERSION} @@ -12,9 +12,9 @@ WWW= https://www.cgal.org/ LICENSE= GPLv3 LGPL3 LICENSE_COMB= multi -BUILD_DEPENDS= ${LOCALBASE}/lib/libntl.a:math/ntl -LIB_DEPENDS= libboost_system.so:devel/boost-libs \ - libmpfr.so:math/mpfr \ +BUILD_DEPENDS= ${LOCALBASE}/lib/libntl.a:math/ntl \ + boost-libs>0:devel/boost-libs +LIB_DEPENDS= libmpfr.so:math/mpfr \ libgmp.so:math/gmp #TODO math/mpfi, math/rs, graphics/qglviewer diff --git a/math/chaco/Makefile b/math/chaco/Makefile index 4f92ffccde6e..d3fe6020b178 100644 --- a/math/chaco/Makefile +++ b/math/chaco/Makefile @@ -1,15 +1,12 @@ PORTNAME= chaco -PORTVERSION= 2.2 +DISTVERSION= 2.2 CATEGORIES= math -MASTER_SITES= http://www.cs.sandia.gov/downloads/papers/bahendr/ \ - http://bsd1.csme.ru/myports/ \ - http://bsd2.csme.ru/myports/ \ - http://bsd3.csme.ru/myports/ -DISTNAME= Chaco-${PORTVERSION} +MASTER_SITES= https://ftp.mcs.anl.gov/pub/petsc/externalpackages/ +DISTNAME= Chaco-${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= alven@FreeBSD.org COMMENT= Software for partitioning graphs -WWW= http://www.cs.sandia.gov/~bahendr/chaco.html +WWW= https://github.com/sandialabs/Chaco/ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/../GNU_Lesser_GPL.txt diff --git a/math/chaco/files/patch-Makefile b/math/chaco/files/patch-Makefile index 5f7bd7630476..a718de50d14d 100644 --- a/math/chaco/files/patch-Makefile +++ b/math/chaco/files/patch-Makefile @@ -1,6 +1,6 @@ ---- Makefile.orig Thu Oct 2 12:23:22 1997 -+++ Makefile Mon May 1 22:19:06 2006 -@@ -1,11 +1,13 @@ +--- Makefile.orig 1997-10-02 17:23:22 UTC ++++ Makefile +@@ -1,11 +1,13 @@ DEST= ${DEST_DIR}/chaco DEST_DIR = ../exec DEST= ${DEST_DIR}/chaco -CC = gcc @@ -18,7 +18,7 @@ submain/balance.c submain/divide.c submain/submain.c \ input/input_assign.c \ input/check_input.c input/input.c input/input_geom.c \ -@@ -87,11 +89,20 @@ +@@ -87,11 +89,20 @@ FILES.c= main/user_params.c main/interface.c main/main util/update.c util/vecout.c util/vecran.c \ util/vecscale.c @@ -27,9 +27,9 @@ FILES.o= $(FILES.c:.c=.o) +libFILES.o= $(libFILES.c:.c=.o) -+ -+all: ${DEST} ${DEST_DIR}/libchaco.a ++all: ${DEST} ${DEST_DIR}/libchaco.a ++ ${DEST}: ${FILES.o} Makefile ${CC} ${OFLAGS} ${FILES.o} -lm -o ${DEST} + diff --git a/math/curv/Makefile b/math/curv/Makefile index 213a66cd36c2..c4cf2c72934f 100644 --- a/math/curv/Makefile +++ b/math/curv/Makefile @@ -1,6 +1,6 @@ PORTNAME= curv DISTVERSION= 0.5 -PORTREVISION= 25 +PORTREVISION= 26 CATEGORIES= math lang graphics MAINTAINER= yuri@FreeBSD.org diff --git a/math/dihydrogen/Makefile b/math/dihydrogen/Makefile index f8e19b47eb16..21a3ea36abdb 100644 --- a/math/dihydrogen/Makefile +++ b/math/dihydrogen/Makefile @@ -2,7 +2,7 @@ PORTNAME= dihydrogen DISTVERSIONPREFIX= v DISTVERSION= 0.2.1-36 DISTVERSIONSUFFIX= -g4bda15e -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/dune-common/Makefile b/math/dune-common/Makefile index fdbc7de7f307..111a46bf1c92 100644 --- a/math/dune-common/Makefile +++ b/math/dune-common/Makefile @@ -1,7 +1,7 @@ PORTNAME= dune-common DISTVERSIONPREFIX= v DISTVERSION= 2.8.0 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= math PATCH_SITES= https://gitlab.dune-project.org/core/${PORTNAME}/-/commit/ @@ -27,12 +27,12 @@ USE_LDCONFIG= yes GL_SITE= https://gitlab.dune-project.org GL_ACCOUNT= core -GL_TAGNAME= df65b1282ea89ad40d2cb6565983f7e633ccce31 CMAKE_ON= BUILD_SHARED_LIBS CMAKE_ARGS= -DTBB_INCLUDE_DIR=${LOCALBASE}/include -DTBB_LIBRARIES=${LOCALBASE}/lib/libtbb.so -OPTIONS_DEFINE= DOCS DOXYGEN +OPTIONS_DEFINE= DOCS DOXYGEN MANPAGES +OPTIONS_DEFAULT= MANPAGES OPTIONS_SUB= yes DOCS_CMAKE_BOOL= FREEBSD_INSTALL_DOCS @@ -42,6 +42,8 @@ DOCS_BUILD_DEPENDS= latex:print/tex-formats \ DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen DOXYGEN_IMPLIES= DOCS +MANPAGES_CMAKE_BOOL= FREEBSD_INSTALL_MANPAGES + PORTDOCS= * post-install: diff --git a/math/dune-common/distinfo b/math/dune-common/distinfo index b6c1bd6de46a..abfcfc9a407b 100644 --- a/math/dune-common/distinfo +++ b/math/dune-common/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1725960226 -SHA256 (core-dune-common-df65b1282ea89ad40d2cb6565983f7e633ccce31_GL0.tar.gz) = e518620820edd77258266c1856eb46435e884bc7770ae00c7c181c222b98be48 -SIZE (core-dune-common-df65b1282ea89ad40d2cb6565983f7e633ccce31_GL0.tar.gz) = 772263 +TIMESTAMP = 1750927049 +SHA256 (dune-common-v2.8.0.tar.bz2) = f4abb10e1cbbfa1835204fc7f44bb3ee50e3108343b5a200254f35a76a5561bd +SIZE (dune-common-v2.8.0.tar.bz2) = 636924 SHA256 (d36ce92a18904a3fe69028811c619b4b5a09ef4e.patch) = 32f0b7927ed2b70e9c1d095689064045c7c25f76056e0243c24641ac0cb9aafa SIZE (d36ce92a18904a3fe69028811c619b4b5a09ef4e.patch) = 877 diff --git a/math/dune-common/files/patch-CMakeLists.txt b/math/dune-common/files/patch-CMakeLists.txt deleted file mode 100644 index d1dcdae2a5b0..000000000000 --- a/math/dune-common/files/patch-CMakeLists.txt +++ /dev/null @@ -1,12 +0,0 @@ ---- CMakeLists.txt.orig 2021-08-31 14:25:00 UTC -+++ CMakeLists.txt -@@ -16,7 +16,9 @@ dune_project() - # add subdirectories to execute CMakeLists.txt there - add_subdirectory(bin) - add_subdirectory(cmake) -+if (FREEBSD_INSTALL_DOCS) - add_subdirectory(doc) -+endif() - add_subdirectory(dune) - add_subdirectory(lib) - add_subdirectory(share) diff --git a/math/dune-common/files/patch-doc_CMakeLists.txt b/math/dune-common/files/patch-doc_CMakeLists.txt new file mode 100644 index 000000000000..80184fe0d3a9 --- /dev/null +++ b/math/dune-common/files/patch-doc_CMakeLists.txt @@ -0,0 +1,12 @@ +--- doc/CMakeLists.txt.orig 2025-06-26 07:51:35 UTC ++++ doc/CMakeLists.txt +@@ -1,5 +1,9 @@ ++if (FREEBSD_INSTALL_DOCS) + add_subdirectory("doxygen") + add_subdirectory("buildsystem") + add_subdirectory("comm") ++endif() ++if (FREEBSD_INSTALL_MANPAGES) + install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/dunecontrol.1 + DESTINATION ${CMAKE_INSTALL_MANDIR}/man1) ++endif() diff --git a/math/dune-common/pkg-plist b/math/dune-common/pkg-plist index cdde49c7471e..811b0d1eb5d1 100644 --- a/math/dune-common/pkg-plist +++ b/math/dune-common/pkg-plist @@ -140,7 +140,7 @@ lib/dunecontrol/dune-common/dune.module lib/dunemodules.lib lib/libdunecommon.so libdata/pkgconfig/dune-common.pc -%%DOCS%%share/man/man1/dunecontrol.1.gz +%%MANPAGES%%share/man/man1/dunecontrol.1.gz share/bash-completion/completions/dunecontrol %%DATADIR%%/config.h.cmake %%DOCS%%%%DATADIR%%/doc/doxygen/Doxystyle diff --git a/math/dune-fem/Makefile b/math/dune-fem/Makefile index f64d0bd94f40..e04b8e5d07c6 100644 --- a/math/dune-fem/Makefile +++ b/math/dune-fem/Makefile @@ -1,6 +1,6 @@ PORTNAME= dune-fem DISTVERSION= 2.8.0.5 -PORTREVISION= 27 +PORTREVISION= 29 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/dune-istl/Makefile b/math/dune-istl/Makefile index b5eedceeed73..f3563e16b92c 100644 --- a/math/dune-istl/Makefile +++ b/math/dune-istl/Makefile @@ -1,6 +1,6 @@ PORTNAME= dune-istl DISTVERSION= 2.8.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/dune-pdelab/Makefile b/math/dune-pdelab/Makefile index 5adcee06bfbc..da798a4dc5fb 100644 --- a/math/dune-pdelab/Makefile +++ b/math/dune-pdelab/Makefile @@ -1,7 +1,7 @@ PORTNAME= dune-pdelab DISTVERSIONPREFIX= v DISTVERSION= 2.7.0.20210824 -PORTREVISION= 28 +PORTREVISION= 30 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/dune-vtk/Makefile b/math/dune-vtk/Makefile index e49641192a8b..6c5bc55a6a7a 100644 --- a/math/dune-vtk/Makefile +++ b/math/dune-vtk/Makefile @@ -1,6 +1,6 @@ PORTNAME= dune-vtk DISTVERSION= 2.8.0 -PORTREVISION= 26 +PORTREVISION= 28 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/edenmath/Makefile b/math/edenmath/Makefile index 8d24cb380984..66753eff0f01 100644 --- a/math/edenmath/Makefile +++ b/math/edenmath/Makefile @@ -1,6 +1,6 @@ PORTNAME= edenmath PORTVERSION= 1.1.1 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= math gnustep MASTER_SITES= http://www.eskimo.com/~pburns/EdenMath/files/ DISTNAME= EdenMath_GNUstep-${PORTVERSION} diff --git a/math/freefem++/Makefile b/math/freefem++/Makefile index 722888c52516..f5c7bbb93b5f 100644 --- a/math/freefem++/Makefile +++ b/math/freefem++/Makefile @@ -1,7 +1,7 @@ PORTNAME= freefem++ DISTVERSIONPREFIX= v DISTVERSION= 4.14 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= math science MAINTAINER= yuri@FreeBSD.org diff --git a/math/g2o/Makefile b/math/g2o/Makefile index bed2156d4a01..a55623230b77 100644 --- a/math/g2o/Makefile +++ b/math/g2o/Makefile @@ -1,6 +1,6 @@ PORTNAME= g2o DISTVERSION= 20230806 -PORTREVISION= 15 +PORTREVISION= 16 DISTVERSIONSUFFIX= _git CATEGORIES= math diff --git a/math/geogebra/Makefile b/math/geogebra/Makefile index c4ce791486da..502ca024598f 100644 --- a/math/geogebra/Makefile +++ b/math/geogebra/Makefile @@ -1,5 +1,5 @@ PORTNAME= geogebra -DISTVERSION= 5-2-893-2 +DISTVERSION= 5-2-894-3 CATEGORIES= math education java MASTER_SITES= http://download.geogebra.org/installers/5.2/ \ https://static.geogebra.org/images/ \ diff --git a/math/geogebra/distinfo b/math/geogebra/distinfo index d80275f6e7d8..cc8325467595 100644 --- a/math/geogebra/distinfo +++ b/math/geogebra/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1752431030 -SHA256 (GeoGebra-Linux-Portable-5-2-893-2.tar.bz2) = 7c340c85663e0625422a1f374526edd557d969d4699560482ead754e87d3e869 -SIZE (GeoGebra-Linux-Portable-5-2-893-2.tar.bz2) = 62913006 +TIMESTAMP = 1754977273 +SHA256 (GeoGebra-Linux-Portable-5-2-894-3.tar.bz2) = e237612bb1af8c04c173ce07261538fe7690ec76bf88eceeab1a9ebab17c811d +SIZE (GeoGebra-Linux-Portable-5-2-894-3.tar.bz2) = 62963302 SHA256 (geogebra.png) = e97122d77209e2c235f5afcee8f783c1e933d14062851ac73a4ed7a6520c5614 SIZE (geogebra.png) = 4018 SHA256 (geogebra-logo.svg) = 55ded6b5ec9ad382494f858d8ab5def0ed6c7d529481cd212863b2edde3b5e07 diff --git a/math/gmm++/Makefile b/math/gmm++/Makefile index a4a675a83741..a505e911fead 100644 --- a/math/gmm++/Makefile +++ b/math/gmm++/Makefile @@ -1,6 +1,6 @@ PORTNAME= gmm++ DISTVERSION= 5.4.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= http://download-mirror.savannah.gnu.org/releases/getfem/stable/ DISTNAME= ${PORTNAME:S/+//g}-${DISTVERSION} diff --git a/math/gsl/files/patch-configure b/math/gsl/files/patch-configure deleted file mode 100644 index 15589a3aeb31..000000000000 --- a/math/gsl/files/patch-configure +++ /dev/null @@ -1,18 +0,0 @@ ---- configure.orig 2008-03-31 02:56:46.446699394 -0400 -+++ configure 2008-03-31 03:05:58.758342355 -0400 -@@ -12492,6 +12492,15 @@ - *-*-*openbsd*) - ac_cv_c_ieee_interface=openbsd - ;; -+ sparc64-*-*bsd*) -+ ac_cv_c_ieee_interface=unknown -+ ;; -+ alpha-*-*bsd*) -+ ac_cv_c_ieee_interface=unknown -+ ;; -+ ia64-*-*bsd*) -+ ac_cv_c_ieee_interface=unknown -+ ;; - *-*-*bsd*) - ac_cv_c_ieee_interface=freebsd - ;; diff --git a/math/hexowl/Makefile b/math/hexowl/Makefile index aa26b97a327d..b094e7374d64 100644 --- a/math/hexowl/Makefile +++ b/math/hexowl/Makefile @@ -1,6 +1,7 @@ PORTNAME= hexowl DISTVERSIONPREFIX= v DISTVERSION= 1.5.1 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= olgeni@FreeBSD.org diff --git a/math/heyoka/Makefile b/math/heyoka/Makefile index d7d88dff2fca..64f39f422b46 100644 --- a/math/heyoka/Makefile +++ b/math/heyoka/Makefile @@ -1,7 +1,7 @@ PORTNAME= heyoka DISTVERSIONPREFIX= v DISTVERSION= 6.0.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/hs-Agda/Makefile b/math/hs-Agda/Makefile index 7a2202817ce9..84d8bc83d417 100644 --- a/math/hs-Agda/Makefile +++ b/math/hs-Agda/Makefile @@ -1,6 +1,5 @@ PORTNAME= Agda -DISTVERSION= 2.7.0.1 -PORTREVISION= 1 +DISTVERSION= 2.8.0 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org @@ -18,80 +17,101 @@ USES= cabal USE_LOCALE= en_US.UTF-8 -USE_CABAL= OneTuple-0.4.2 \ - QuickCheck-2.15.0.1 \ +USE_CABAL= ListLike-4.7.8.3 \ + OneTuple-0.4.2_1 \ + QuickCheck-2.16.0.0 \ STMonadTrans-0.4.8_1 \ StateVar-1.2.2 \ - aeson-2.2.3.0_2 \ - alex-3.5.1.0 \ - ansi-terminal-1.1.1 \ - ansi-terminal-types-1.1 \ - assoc-1.1.1 \ - async-2.2.5_2 \ - base-compat-0.14.0 \ - base-orphans-0.9.2 \ - bifunctors-5.6.2 \ - blaze-builder-0.4.2.3 \ + aeson-2.2.3.0_4 \ + alex-3.5.3.0 \ + ansi-terminal-1.1.3 \ + ansi-terminal-types-1.1.3 \ + ap-normalize-0.1.0.1 \ + assoc-1.1.1_1 \ + async-2.2.5_3 \ + base-compat-0.14.1 \ + base-orphans-0.9.3 \ + bifunctors-5.6.2_2 \ + blaze-builder-0.4.3 \ blaze-html-0.9.2.0_1 \ blaze-markup-0.8.3.0_2 \ boxes-0.1.5 \ case-insensitive-1.2.1.0 \ character-ps-0.1 \ colour-2.3.6 \ - comonad-5.0.8_2 \ + comonad-5.0.9_1 \ contravariant-1.5.5 \ - data-fix-0.3.4 \ + data-default-0.8.0.1 \ + data-fix-0.3.4_1 \ data-hash-0.2.0.1 \ distributive-0.6.2.1_1 \ dlist-1.0_2 \ edit-distance-0.2.2.1_1 \ + enummapset-0.7.3.0 \ equivalence-0.4.1 \ - generically-0.1.1_3 \ + filelock-0.1.1.7 \ + filemanip-0.3.6.3_1 \ + fmlist-0.9.4 \ + generic-data-1.1.0.2 \ + generic-deriving-1.14.6_1 \ + generically-0.1.1_4 \ gitrev-1.3.1 \ - happy-1.20.1.1 \ - hashable-1.5.0.0 \ - hsc2hs-0.68.10_2 \ - indexed-traversable-0.1.4 \ - indexed-traversable-instances-0.1.2 \ - integer-conversion-0.1.1 \ - integer-logarithms-1.0.3.1_6 \ + happy-2.1.6 \ + happy-lib-2.1.6 \ + hashable-1.5.0.0_1 \ + hsc2hs-0.68.10_4 \ + indexed-traversable-0.1.4_1 \ + indexed-traversable-instances-0.1.2_1 \ + integer-conversion-0.1.1_1 \ + integer-logarithms-1.0.4 \ + invariant-0.6.4_1 \ monad-control-1.0.3.1 \ - murmur-hash-0.1.0.10_1 \ + murmur-hash-0.1.0.11 \ network-uri-2.6.4.2_1 \ - os-string-2.0.6 \ - parallel-3.2.2.0_8 \ + nonempty-containers-0.3.5.0 \ + nonempty-vector-0.2.4 \ + optparse-applicative-0.19.0.0 \ + os-string-2.0.7_1 \ + parallel-3.2.2.0_9 \ peano-0.1.0.2 \ - pqueue-1.5.0.0_2 \ - primitive-0.9.0.0_1 \ - random-1.2.1.2 \ - regex-base-0.94.0.2_4 \ - regex-tdfa-1.3.2.2_3 \ - scientific-0.3.8.0_1 \ - semialign-1.3.1_1 \ - semigroupoids-6.0.1_1 \ + pqueue-1.5.0.0_3 \ + prettyprinter-1.7.1 \ + prettyprinter-ansi-terminal-1.1.3 \ + primitive-0.9.1.0 \ + process-extras-0.7.4_1 \ + profunctors-5.6.3 \ + random-1.3.1 \ + regex-base-0.94.0.3 \ + regex-tdfa-1.3.2.4 \ + scientific-0.3.8.0_2 \ + semialign-1.3.1_2 \ + semigroupoids-6.0.1_2 \ + show-combinators-0.2.0.0_2 \ split-0.2.5 \ - splitmix-0.1.0.5_1 \ + splitmix-0.1.3.1 \ strict-0.5.1_1 \ - tagged-0.8.8_1 \ - text-iso8601-0.1.1_1 \ - text-short-0.1.6_2 \ - th-abstraction-0.7.0.0 \ - th-compat-0.1.5_2 \ - these-1.2.1_1 \ - time-compat-1.9.7_2 \ + tagged-0.8.9 \ + tasty-1.5.3_2 \ + text-iso8601-0.1.1_2 \ + text-short-0.1.6_3 \ + th-abstraction-0.7.1.0_1 \ + th-compat-0.1.6 \ + these-1.2.1_2 \ + time-compat-1.9.8 \ transformers-base-0.4.6 \ transformers-compat-0.7.2 \ - unordered-containers-0.2.20_3 \ + unix-compat-0.7.4 \ + unordered-containers-0.2.20_4 \ uri-encode-1.5.0.7_3 \ utf8-string-1.0.2 \ - uuid-types-1.0.6_1 \ - vector-0.13.1.0_1 \ - vector-hashtables-0.1.2.0 \ - vector-stream-0.1.0.1_1 \ + uuid-types-1.0.6_3 \ + vector-0.13.2.0_1 \ + vector-hashtables-0.1.2.1 \ + vector-stream-0.1.0.1_3 \ witherable-0.5_1 \ - zlib-0.7.1.0_1 + zlib-0.7.1.0_2 -CABAL_EXECUTABLES= agda-mode agda +CABAL_EXECUTABLES= agda agda-mode CABAL_WRAPPER_SCRIPTS= ${CABAL_EXECUTABLES} agda_DATADIR_VARS= Agda agda-mode_DATADIR_VARS= Agda @@ -99,10 +119,10 @@ agda-mode_DATADIR_VARS= Agda PLIST_SUB= AGDA_VER=${PORTVERSION} post-install: - #${SETENV} Agda_datadir=${WRKSRC}/src/data ${STAGEDIR}${PREFIX}/libexec/cabal/agda-mode compile + ${SETENV} Agda_datadir=${WRKSRC}/src/data ${STAGEDIR}${PREFIX}/libexec/cabal/agda-mode compile ${FIND} ${WRKSRC}/src/data/lib/prim/Agda -name '*.agda' -exec ${SETENV} Agda_datadir=${WRKSRC}/src/data ${STAGEDIR}${PREFIX}/libexec/cabal/agda {} \; ${MKDIR} ${STAGEDIR}${DATADIR}/lib/prim/Agda cd ${WRKSRC}/src/data && ${COPYTREE_SHARE} lib ${STAGEDIR}${DATADIR} - #cd ${WRKSRC}/src/data && ${COPYTREE_SHARE} emacs-mode ${STAGEDIR}${DATADIR} + cd ${WRKSRC}/src/data && ${COPYTREE_SHARE} emacs-mode ${STAGEDIR}${DATADIR} .include <bsd.port.mk> diff --git a/math/hs-Agda/distinfo b/math/hs-Agda/distinfo index 032e7c9870d0..ac58d756047f 100644 --- a/math/hs-Agda/distinfo +++ b/math/hs-Agda/distinfo @@ -1,10 +1,14 @@ -TIMESTAMP = 1726698029 -SHA256 (cabal/Agda-2.7.0.1/Agda-2.7.0.1.tar.gz) = 34f6d60a4d4ef7d1946b785e1ed1e410906546151419da9823c03bdf5705f68e -SIZE (cabal/Agda-2.7.0.1/Agda-2.7.0.1.tar.gz) = 1884553 +TIMESTAMP = 1753988362 +SHA256 (cabal/Agda-2.8.0/Agda-2.8.0.tar.gz) = 86841907e78a5aafcf57b09edb7d50036f7de1b2217c8b58e2c57d6004969ba0 +SIZE (cabal/Agda-2.8.0/Agda-2.8.0.tar.gz) = 1951997 +SHA256 (cabal/ListLike-4.7.8.3/ListLike-4.7.8.3.tar.gz) = 14febee9bf5ed7f17a7d33e3e57308b161df3fb5b4c59e2c20142ef17e133836 +SIZE (cabal/ListLike-4.7.8.3/ListLike-4.7.8.3.tar.gz) = 33329 SHA256 (cabal/OneTuple-0.4.2/OneTuple-0.4.2.tar.gz) = 174da8a0f4004d17b08182cb25b0e045fce5de1fdeae84e9d75fdea2867aab55 SIZE (cabal/OneTuple-0.4.2/OneTuple-0.4.2.tar.gz) = 5207 -SHA256 (cabal/QuickCheck-2.15.0.1/QuickCheck-2.15.0.1.tar.gz) = a3b2216ddbaf481dbc82414b6120f8b726d969db3f0b51f20a7a45425ef36e7f -SIZE (cabal/QuickCheck-2.15.0.1/QuickCheck-2.15.0.1.tar.gz) = 81502 +SHA256 (cabal/OneTuple-0.4.2/revision/1.cabal) = dd7266f983da2970e5662168add810dabadabb3a4bb9b137181eafc0ac7ea4d4 +SIZE (cabal/OneTuple-0.4.2/revision/1.cabal) = 2013 +SHA256 (cabal/QuickCheck-2.16.0.0/QuickCheck-2.16.0.0.tar.gz) = 0b563fa6ea11653d76d57e96625f4a476e02b9fdaeba9c05d2ccc10d8da802c0 +SIZE (cabal/QuickCheck-2.16.0.0/QuickCheck-2.16.0.0.tar.gz) = 83903 SHA256 (cabal/STMonadTrans-0.4.8/STMonadTrans-0.4.8.tar.gz) = 839eff14d9f1d2d37f485edf116740d996e1ee9fa82ca2e0a73dfcae0ad5b851 SIZE (cabal/STMonadTrans-0.4.8/STMonadTrans-0.4.8.tar.gz) = 7458 SHA256 (cabal/STMonadTrans-0.4.8/revision/1.cabal) = 229e84983eba8df59e5da922afd25c77403577c3cc9120ea9c59693ec9a3b52e @@ -13,28 +17,34 @@ SHA256 (cabal/StateVar-1.2.2/StateVar-1.2.2.tar.gz) = 5e4b39da395656a59827b02805 SIZE (cabal/StateVar-1.2.2/StateVar-1.2.2.tar.gz) = 5048 SHA256 (cabal/aeson-2.2.3.0/aeson-2.2.3.0.tar.gz) = daa25cf428256ad05d21f2bfa44077c1b14d6c784b7930a202ee901f11cc6baa SIZE (cabal/aeson-2.2.3.0/aeson-2.2.3.0.tar.gz) = 340855 -SHA256 (cabal/aeson-2.2.3.0/revision/2.cabal) = 011fa2d67d7a821aa5ec5c825adc919bb067d42dde8fac7c6e5db23239a58866 -SIZE (cabal/aeson-2.2.3.0/revision/2.cabal) = 6589 -SHA256 (cabal/alex-3.5.1.0/alex-3.5.1.0.tar.gz) = c92efe86f8eb959ee03be6c04ee57ebc7e4abc75a6c4b26551215d7443e92a07 -SIZE (cabal/alex-3.5.1.0/alex-3.5.1.0.tar.gz) = 85982 -SHA256 (cabal/ansi-terminal-1.1.1/ansi-terminal-1.1.1.tar.gz) = 7e448fcdf8a5a97f3d30e5168f834641df9945fafa65f2e87d73ff9556a1bc4c -SIZE (cabal/ansi-terminal-1.1.1/ansi-terminal-1.1.1.tar.gz) = 35398 -SHA256 (cabal/ansi-terminal-types-1.1/ansi-terminal-types-1.1.tar.gz) = f2e5333eb78da5f4dd330fca0c81a59276cc150c625647cd20f57b7f297a5d25 -SIZE (cabal/ansi-terminal-types-1.1/ansi-terminal-types-1.1.tar.gz) = 4746 +SHA256 (cabal/aeson-2.2.3.0/revision/4.cabal) = 7d48c2395ef168d2c2070fdb02c7998384be27d31a03bb35d1740af4a19a857b +SIZE (cabal/aeson-2.2.3.0/revision/4.cabal) = 6368 +SHA256 (cabal/alex-3.5.3.0/alex-3.5.3.0.tar.gz) = a5cd52e2dd2837138523e2e24ec3435b8cf2624afd50725105e644226e0b9ec6 +SIZE (cabal/alex-3.5.3.0/alex-3.5.3.0.tar.gz) = 92759 +SHA256 (cabal/ansi-terminal-1.1.3/ansi-terminal-1.1.3.tar.gz) = 88d11a165cd709bfd603b4bc36afd5b39d3e9eec69ee466ca4359441d468c092 +SIZE (cabal/ansi-terminal-1.1.3/ansi-terminal-1.1.3.tar.gz) = 32633 +SHA256 (cabal/ansi-terminal-types-1.1.3/ansi-terminal-types-1.1.3.tar.gz) = 9fc9ce2157f1889bd99a4d22c9f1c64589590be0f797c3efe71c8fa17a11a689 +SIZE (cabal/ansi-terminal-types-1.1.3/ansi-terminal-types-1.1.3.tar.gz) = 8791 +SHA256 (cabal/ap-normalize-0.1.0.1/ap-normalize-0.1.0.1.tar.gz) = 820613b12ce759c8c8a254c78a0e4c474b2cd4cfd08fc0c1d4d5584c58ff2288 +SIZE (cabal/ap-normalize-0.1.0.1/ap-normalize-0.1.0.1.tar.gz) = 6725 SHA256 (cabal/assoc-1.1.1/assoc-1.1.1.tar.gz) = 231149b7fef09f5dd95af51228615e3b296dbd0faadeca053e0644a4b13b0ff6 SIZE (cabal/assoc-1.1.1/assoc-1.1.1.tar.gz) = 3158 +SHA256 (cabal/assoc-1.1.1/revision/1.cabal) = 0ab39b4d1feb4caca95ac6e314f48782b27a86a6b8d1f5e8dc4be9fbed11185f +SIZE (cabal/assoc-1.1.1/revision/1.cabal) = 1420 SHA256 (cabal/async-2.2.5/async-2.2.5.tar.gz) = 1818473ebab9212afad2ed76297aefde5fae8b5d4404daf36939aece6a8f16f7 SIZE (cabal/async-2.2.5/async-2.2.5.tar.gz) = 15742 -SHA256 (cabal/async-2.2.5/revision/2.cabal) = cf9e6afba8e01830ca0d32a12b98d481cf389688762c80d1870a1db2061ebf35 -SIZE (cabal/async-2.2.5/revision/2.cabal) = 3257 -SHA256 (cabal/base-compat-0.14.0/base-compat-0.14.0.tar.gz) = f146de664ac838ebe18ec9360df82da3660149dc7d51fd29bcb61d653b799c50 -SIZE (cabal/base-compat-0.14.0/base-compat-0.14.0.tar.gz) = 42744 -SHA256 (cabal/base-orphans-0.9.2/base-orphans-0.9.2.tar.gz) = 6211900916955b84687c61b5e4fa98ce110e511a96086b7a93f06dd63c97ba93 -SIZE (cabal/base-orphans-0.9.2/base-orphans-0.9.2.tar.gz) = 26705 +SHA256 (cabal/async-2.2.5/revision/3.cabal) = b7648c6165729a973d95cb328f9fd874813a81c727707e8b2552b4f03399763b +SIZE (cabal/async-2.2.5/revision/3.cabal) = 3366 +SHA256 (cabal/base-compat-0.14.1/base-compat-0.14.1.tar.gz) = 74e655541e645e8fc7aade1e6a1b6973561be0bca9369bc1623aa345019a35e9 +SIZE (cabal/base-compat-0.14.1/base-compat-0.14.1.tar.gz) = 32244 +SHA256 (cabal/base-orphans-0.9.3/base-orphans-0.9.3.tar.gz) = 17a35079c8719014560c028d9805ec1301b900972adf212e00af23fe3ebfabd8 +SIZE (cabal/base-orphans-0.9.3/base-orphans-0.9.3.tar.gz) = 19923 SHA256 (cabal/bifunctors-5.6.2/bifunctors-5.6.2.tar.gz) = 1086a9285061eed0c2c5d3cb65aa223defd52fca6d0515bb69ddf2dbc3d9697a SIZE (cabal/bifunctors-5.6.2/bifunctors-5.6.2.tar.gz) = 38193 -SHA256 (cabal/blaze-builder-0.4.2.3/blaze-builder-0.4.2.3.tar.gz) = 66291874236b7342adab033e3cddae414a23a2865dfb44095dfc4e0b9d46703b -SIZE (cabal/blaze-builder-0.4.2.3/blaze-builder-0.4.2.3.tar.gz) = 60777 +SHA256 (cabal/bifunctors-5.6.2/revision/2.cabal) = 115a621c4eaaabb07834f9e4dd3371e21f39d034305062f4bd5cd72c2f8880d2 +SIZE (cabal/bifunctors-5.6.2/revision/2.cabal) = 3332 +SHA256 (cabal/blaze-builder-0.4.3/blaze-builder-0.4.3.tar.gz) = 02646abf6f3d3a5a73ff5aef589fa5b889601ffb9765b03bdf9df98648bc7fee +SIZE (cabal/blaze-builder-0.4.3/blaze-builder-0.4.3.tar.gz) = 60686 SHA256 (cabal/blaze-html-0.9.2.0/blaze-html-0.9.2.0.tar.gz) = 65542ef39f7644a3d76afcadeb976d3e334c6947516b7313fcb59165cea1608f SIZE (cabal/blaze-html-0.9.2.0/blaze-html-0.9.2.0.tar.gz) = 81915 SHA256 (cabal/blaze-html-0.9.2.0/revision/1.cabal) = 85c42f84f4ead2c48844fbe0865069add3bb3bb3322d38607e93d5515a4c9c58 @@ -51,14 +61,18 @@ SHA256 (cabal/character-ps-0.1/character-ps-0.1.tar.gz) = 22de71fde38b236d3e9168 SIZE (cabal/character-ps-0.1/character-ps-0.1.tar.gz) = 8192 SHA256 (cabal/colour-2.3.6/colour-2.3.6.tar.gz) = 2cd35dcd6944a5abc9f108a5eb5ee564b6b1fa98a9ec79cefcc20b588991f871 SIZE (cabal/colour-2.3.6/colour-2.3.6.tar.gz) = 20675 -SHA256 (cabal/comonad-5.0.8/comonad-5.0.8.tar.gz) = ef6cdf2cc292cc43ee6aa96c581b235fdea8ab44a0bffb24dc79ae2b2ef33d13 -SIZE (cabal/comonad-5.0.8/comonad-5.0.8.tar.gz) = 15227 -SHA256 (cabal/comonad-5.0.8/revision/2.cabal) = 4a4dbfbd03fb4963987710fca994e8b5624bd05a33e5f95b7581b26f8229c5e3 -SIZE (cabal/comonad-5.0.8/revision/2.cabal) = 3631 +SHA256 (cabal/comonad-5.0.9/comonad-5.0.9.tar.gz) = 69fb0eb49a80055a9b76d31d0a5648777c4050ac8dbf56a9344b862ed878a789 +SIZE (cabal/comonad-5.0.9/comonad-5.0.9.tar.gz) = 14455 +SHA256 (cabal/comonad-5.0.9/revision/1.cabal) = 75aded79bf583c908e4e4687c0ae067f256e2507536b75f58ffba7748767c353 +SIZE (cabal/comonad-5.0.9/revision/1.cabal) = 3587 SHA256 (cabal/contravariant-1.5.5/contravariant-1.5.5.tar.gz) = 062fd66580d7aad0b5ba93e644ffa7feee69276ef50f20d4ed9f1deb7642dffa SIZE (cabal/contravariant-1.5.5/contravariant-1.5.5.tar.gz) = 13815 +SHA256 (cabal/data-default-0.8.0.1/data-default-0.8.0.1.tar.gz) = ce085de8ec2196f0c1d30af0ad8a517d5737c9edfd4ebfbb49e8687dfc40b6ca +SIZE (cabal/data-default-0.8.0.1/data-default-0.8.0.1.tar.gz) = 5821 SHA256 (cabal/data-fix-0.3.4/data-fix-0.3.4.tar.gz) = 8df052d18c047ab9e9200536a8799b5af3997ebecbbb091a7384b6be8416ab37 SIZE (cabal/data-fix-0.3.4/data-fix-0.3.4.tar.gz) = 5992 +SHA256 (cabal/data-fix-0.3.4/revision/1.cabal) = ee78be6168ca0878d670fede957195d3debf4a37a806d13d72182b274901261b +SIZE (cabal/data-fix-0.3.4/revision/1.cabal) = 1406 SHA256 (cabal/data-hash-0.2.0.1/data-hash-0.2.0.1.tar.gz) = 9117dd49013ca28ff188fc71c3595ac3af23d56d301c1f39bac93d44d8c60bbe SIZE (cabal/data-hash-0.2.0.1/data-hash-0.2.0.1.tar.gz) = 8504 SHA256 (cabal/distributive-0.6.2.1/distributive-0.6.2.1.tar.gz) = d7351392e078f58caa46630a4b9c643e1e2e9dddee45848c5c8358e7b1316b91 @@ -73,124 +87,166 @@ SHA256 (cabal/edit-distance-0.2.2.1/edit-distance-0.2.2.1.tar.gz) = 3e8885ee2f56 SIZE (cabal/edit-distance-0.2.2.1/edit-distance-0.2.2.1.tar.gz) = 13228 SHA256 (cabal/edit-distance-0.2.2.1/revision/1.cabal) = 4d33a49cd383d50af090f1b888642d10116e43809f9da6023d9fc6f67d2656ee SIZE (cabal/edit-distance-0.2.2.1/revision/1.cabal) = 2351 +SHA256 (cabal/enummapset-0.7.3.0/enummapset-0.7.3.0.tar.gz) = 74c805415005f065379d644b2f2530d297b1cff650e5ef269a479220afdf7070 +SIZE (cabal/enummapset-0.7.3.0/enummapset-0.7.3.0.tar.gz) = 14074 SHA256 (cabal/equivalence-0.4.1/equivalence-0.4.1.tar.gz) = 598ad6d9d914f598cea2e65cd92e44348a18380b9334d0d7a1c0a252e9a4008f SIZE (cabal/equivalence-0.4.1/equivalence-0.4.1.tar.gz) = 9310 +SHA256 (cabal/filelock-0.1.1.7/filelock-0.1.1.7.tar.gz) = 4d35645cdf4f0b7aa8d22238885a970aef2328a39bd4ea63c7274532b1748180 +SIZE (cabal/filelock-0.1.1.7/filelock-0.1.1.7.tar.gz) = 8109 +SHA256 (cabal/filemanip-0.3.6.3/filemanip-0.3.6.3.tar.gz) = 8836da17baaaf02ca080c9990ece4e0b0c8d6a128f458f8b64fd07b225ca9846 +SIZE (cabal/filemanip-0.3.6.3/filemanip-0.3.6.3.tar.gz) = 10369 +SHA256 (cabal/filemanip-0.3.6.3/revision/1.cabal) = 0a7923d17b13f4f6bb996a3915aa795b6f7401ce68f656ac38e5f00429c6a3d0 +SIZE (cabal/filemanip-0.3.6.3/revision/1.cabal) = 1283 +SHA256 (cabal/fmlist-0.9.4/fmlist-0.9.4.tar.gz) = 2dbdc1850e6768fd5f4e4c45d011ef6796d8b2d639ec200da7f4407ae02d09a6 +SIZE (cabal/fmlist-0.9.4/fmlist-0.9.4.tar.gz) = 4445 +SHA256 (cabal/generic-data-1.1.0.2/generic-data-1.1.0.2.tar.gz) = f27e0a28459755f6c301eb9661f15230ccc6cf94f699d9aafb34ce659138dab5 +SIZE (cabal/generic-data-1.1.0.2/generic-data-1.1.0.2.tar.gz) = 40676 +SHA256 (cabal/generic-deriving-1.14.6/generic-deriving-1.14.6.tar.gz) = f195c17f1a32a3c9a2bf8762b8f9a9b5f6271f9e6075c887aa3609364356b2af +SIZE (cabal/generic-deriving-1.14.6/generic-deriving-1.14.6.tar.gz) = 50583 +SHA256 (cabal/generic-deriving-1.14.6/revision/1.cabal) = f47c071d90370e0eee27dad6139964bed29b2d896b404b3a9516138f0d92ac55 +SIZE (cabal/generic-deriving-1.14.6/revision/1.cabal) = 6755 SHA256 (cabal/generically-0.1.1/generically-0.1.1.tar.gz) = 04c5a436bec4b041f71a733f56a1bd7f435f63dde8d3eb5c1f48d55b4dbc43cf SIZE (cabal/generically-0.1.1/generically-0.1.1.tar.gz) = 2870 -SHA256 (cabal/generically-0.1.1/revision/3.cabal) = 1b1b638ac022d2404becb6c117b04bfdc2247429ba58596271ca2cdc413288c2 -SIZE (cabal/generically-0.1.1/revision/3.cabal) = 1203 +SHA256 (cabal/generically-0.1.1/revision/4.cabal) = 3f64278f5c582dd7c6963967b1290079bcd03b8348989f909ac9bd972ddc452e +SIZE (cabal/generically-0.1.1/revision/4.cabal) = 1203 SHA256 (cabal/gitrev-1.3.1/gitrev-1.3.1.tar.gz) = a89964db24f56727b0e7b10c98fe7c116d721d8c46f52d6e77088669aaa38332 SIZE (cabal/gitrev-1.3.1/gitrev-1.3.1.tar.gz) = 3756 -SHA256 (cabal/happy-1.20.1.1/happy-1.20.1.1.tar.gz) = 8b4e7dc5a6c5fd666f8f7163232931ab28746d0d17da8fa1cbd68be9e878881b -SIZE (cabal/happy-1.20.1.1/happy-1.20.1.1.tar.gz) = 183409 +SHA256 (cabal/happy-2.1.6/happy-2.1.6.tar.gz) = 9b473961010cb5673510f4133d914b9d5ad667b16aafe4a5555d9962dbf05b19 +SIZE (cabal/happy-2.1.6/happy-2.1.6.tar.gz) = 61435 +SHA256 (cabal/happy-lib-2.1.6/happy-lib-2.1.6.tar.gz) = b0a130901562fd2b338baeb5b508cd8aed914b300f51c30b0ba8935995b2c2cd +SIZE (cabal/happy-lib-2.1.6/happy-lib-2.1.6.tar.gz) = 93797 SHA256 (cabal/hashable-1.5.0.0/hashable-1.5.0.0.tar.gz) = e58b3a8e18da5f6cd7e937e5fd683e500bb1f8276b3768269759119ca0cddb6a SIZE (cabal/hashable-1.5.0.0/hashable-1.5.0.0.tar.gz) = 89062 +SHA256 (cabal/hashable-1.5.0.0/revision/1.cabal) = 2f23146cbe0325029927b221647695a4c7d6e97548ff731110979e34361f58ef +SIZE (cabal/hashable-1.5.0.0/revision/1.cabal) = 5914 SHA256 (cabal/hsc2hs-0.68.10/hsc2hs-0.68.10.tar.gz) = 6f4e34d788fe2ca7091ee0a10307ee8a7c060a1ba890f2bffad16a7d4d5cef76 SIZE (cabal/hsc2hs-0.68.10/hsc2hs-0.68.10.tar.gz) = 40517 -SHA256 (cabal/hsc2hs-0.68.10/revision/2.cabal) = 60e78b6c60dc32a77ce6c37ed5ca4e838fc5f76f02836ef64d93cd21cc002325 -SIZE (cabal/hsc2hs-0.68.10/revision/2.cabal) = 3032 +SHA256 (cabal/hsc2hs-0.68.10/revision/4.cabal) = 725ef6da03d3d6e332db4de0a35bee45d72e4d31decc5ec7f153e6837af5f03e +SIZE (cabal/hsc2hs-0.68.10/revision/4.cabal) = 3114 SHA256 (cabal/indexed-traversable-0.1.4/indexed-traversable-0.1.4.tar.gz) = 58be09afdf3ad5a25c2aa0d2a7df80d602df09f4e76d3abf2b7cdb0e75d03b22 SIZE (cabal/indexed-traversable-0.1.4/indexed-traversable-0.1.4.tar.gz) = 9465 +SHA256 (cabal/indexed-traversable-0.1.4/revision/1.cabal) = 42d9e84a65a0c17c248233cab98ada872ff6140dfa24d109d6eb285204d07e7d +SIZE (cabal/indexed-traversable-0.1.4/revision/1.cabal) = 2098 SHA256 (cabal/indexed-traversable-instances-0.1.2/indexed-traversable-instances-0.1.2.tar.gz) = 3c2bb62fba141d6696177070d63b88bc56b194bc60f6b73d2263b0244e2fc7c1 SIZE (cabal/indexed-traversable-instances-0.1.2/indexed-traversable-instances-0.1.2.tar.gz) = 3673 +SHA256 (cabal/indexed-traversable-instances-0.1.2/revision/1.cabal) = 68df0fc8070ae2c15f9e6febf1449fee364c131a6d1e93cac45e7895ba86dd89 +SIZE (cabal/indexed-traversable-instances-0.1.2/revision/1.cabal) = 2401 SHA256 (cabal/integer-conversion-0.1.1/integer-conversion-0.1.1.tar.gz) = c18164a048073310f6353ebc64c9037b52a4b8299963ce05e027bcf60e22155a SIZE (cabal/integer-conversion-0.1.1/integer-conversion-0.1.1.tar.gz) = 6179 -SHA256 (cabal/integer-logarithms-1.0.3.1/integer-logarithms-1.0.3.1.tar.gz) = 9b0a9f9fab609b15cd015865721fb05f744a1bc77ae92fd133872de528bbea7f -SIZE (cabal/integer-logarithms-1.0.3.1/integer-logarithms-1.0.3.1.tar.gz) = 9023 -SHA256 (cabal/integer-logarithms-1.0.3.1/revision/6.cabal) = 0595a16d458c9c5caa425dc8ebbeb5d9adffb0c8daf4720c1d93dfcfc31dd690 -SIZE (cabal/integer-logarithms-1.0.3.1/revision/6.cabal) = 3295 +SHA256 (cabal/integer-conversion-0.1.1/revision/1.cabal) = 941d4ae16e2124cbff5defe2abedb49efc8e03a594f817035bf231a317e6c1c9 +SIZE (cabal/integer-conversion-0.1.1/revision/1.cabal) = 2256 +SHA256 (cabal/integer-logarithms-1.0.4/integer-logarithms-1.0.4.tar.gz) = 6a93c76c2518cbe2d72ab17da6ae46d8cae93cbfb7c5a5ad5783f903c1448f45 +SIZE (cabal/integer-logarithms-1.0.4/integer-logarithms-1.0.4.tar.gz) = 8948 +SHA256 (cabal/invariant-0.6.4/invariant-0.6.4.tar.gz) = a9e2ab4ee3e0d4613beb7bda36a8ebc4f72318450514f4832d2fa43b74f0aeb3 +SIZE (cabal/invariant-0.6.4/invariant-0.6.4.tar.gz) = 27079 +SHA256 (cabal/invariant-0.6.4/revision/1.cabal) = 4a9a609f4e93ffed158b3b4f5a80822c6da30aa71a5370307c0c00c2d658d1c6 +SIZE (cabal/invariant-0.6.4/revision/1.cabal) = 3513 SHA256 (cabal/monad-control-1.0.3.1/monad-control-1.0.3.1.tar.gz) = ae0baea04d99375ef788140367179994a7178d400a8ce0d9026846546772713c SIZE (cabal/monad-control-1.0.3.1/monad-control-1.0.3.1.tar.gz) = 13985 -SHA256 (cabal/murmur-hash-0.1.0.10/murmur-hash-0.1.0.10.tar.gz) = e92fad6000823aa2dabaa55096d2bc4fe21ad347f10614fc684da23e7f48bf90 -SIZE (cabal/murmur-hash-0.1.0.10/murmur-hash-0.1.0.10.tar.gz) = 4327 -SHA256 (cabal/murmur-hash-0.1.0.10/revision/1.cabal) = 036a54f21ac180681e3799e6288ca32765fa3af8ada41fd4dd73a8a5e1e894a3 -SIZE (cabal/murmur-hash-0.1.0.10/revision/1.cabal) = 1222 +SHA256 (cabal/murmur-hash-0.1.0.11/murmur-hash-0.1.0.11.tar.gz) = 71aa17132bff71814d653caed8f9da55c27e3c3425eb4db404fa65b3ca296dfe +SIZE (cabal/murmur-hash-0.1.0.11/murmur-hash-0.1.0.11.tar.gz) = 4458 SHA256 (cabal/network-uri-2.6.4.2/network-uri-2.6.4.2.tar.gz) = 9c188973126e893250b881f20e8811dca06c223c23402b06f7a1f2e995797228 SIZE (cabal/network-uri-2.6.4.2/network-uri-2.6.4.2.tar.gz) = 31309 SHA256 (cabal/network-uri-2.6.4.2/revision/1.cabal) = 6fffb57373962b5651a2db8b0af732098b3bf029a7ced76a9855615de2026588 SIZE (cabal/network-uri-2.6.4.2/revision/1.cabal) = 3217 -SHA256 (cabal/os-string-2.0.6/os-string-2.0.6.tar.gz) = 22fcc7d5fc66676b5dfc57b714d2caf93cce2d5a79d242168352f9eb0fe2f18a -SIZE (cabal/os-string-2.0.6/os-string-2.0.6.tar.gz) = 44363 +SHA256 (cabal/nonempty-containers-0.3.5.0/nonempty-containers-0.3.5.0.tar.gz) = 09e5385852d02830152a4ef72a4928a7a3c9353a1fa6fc8510228d9215bfeab6 +SIZE (cabal/nonempty-containers-0.3.5.0/nonempty-containers-0.3.5.0.tar.gz) = 101237 +SHA256 (cabal/nonempty-vector-0.2.4/nonempty-vector-0.2.4.tar.gz) = e32d9efb7862507e76e3f6876c67c980da9a5b4d743e07d424159868ae471c67 +SIZE (cabal/nonempty-vector-0.2.4/nonempty-vector-0.2.4.tar.gz) = 18480 +SHA256 (cabal/optparse-applicative-0.19.0.0/optparse-applicative-0.19.0.0.tar.gz) = cf16aeefd821730c7738447fa7c6b7ada7ca1c9cc25400d64ef283294d345871 +SIZE (cabal/optparse-applicative-0.19.0.0/optparse-applicative-0.19.0.0.tar.gz) = 67629 +SHA256 (cabal/os-string-2.0.7/os-string-2.0.7.tar.gz) = 339c35fd3a290522f23de4e33528423cfd0b0a8f22946b0b9816a817b926cba0 +SIZE (cabal/os-string-2.0.7/os-string-2.0.7.tar.gz) = 44683 +SHA256 (cabal/os-string-2.0.7/revision/1.cabal) = cb5408281cb0e7cea41885611e06ee6208e3dae90c98f6901a9f20c58f930414 +SIZE (cabal/os-string-2.0.7/revision/1.cabal) = 3443 SHA256 (cabal/parallel-3.2.2.0/parallel-3.2.2.0.tar.gz) = 170453a71a2a8b31cca63125533f7771d7debeb639700bdabdd779c34d8a6ef6 SIZE (cabal/parallel-3.2.2.0/parallel-3.2.2.0.tar.gz) = 14681 -SHA256 (cabal/parallel-3.2.2.0/revision/8.cabal) = b9cf0b07fdff16f503487a4daa1e40a1f1f6c10974b4f15d6dfd5f243a643e31 -SIZE (cabal/parallel-3.2.2.0/revision/8.cabal) = 1942 +SHA256 (cabal/parallel-3.2.2.0/revision/9.cabal) = 9d7b34ac537940f67732eca31d48a43bd78fb65a91baebddf63bee4fc3813d81 +SIZE (cabal/parallel-3.2.2.0/revision/9.cabal) = 1961 SHA256 (cabal/peano-0.1.0.2/peano-0.1.0.2.tar.gz) = 8a8fe8718dba5b1a6133e1d9eae5ba69ca76028f59d088985a8489446ac74261 SIZE (cabal/peano-0.1.0.2/peano-0.1.0.2.tar.gz) = 2915 SHA256 (cabal/pqueue-1.5.0.0/pqueue-1.5.0.0.tar.gz) = 1bf88b8d2c4ac90dee3000684b6e0078502dc5a1030528b687aa143b3ecc1f02 SIZE (cabal/pqueue-1.5.0.0/pqueue-1.5.0.0.tar.gz) = 42173 -SHA256 (cabal/pqueue-1.5.0.0/revision/2.cabal) = 7dadcc2a66f0f91bea789b450355a5ce9ebdc697af8c817f9e3200e856c8adaa -SIZE (cabal/pqueue-1.5.0.0/revision/2.cabal) = 3896 -SHA256 (cabal/primitive-0.9.0.0/primitive-0.9.0.0.tar.gz) = 696d4bd291c94d736142d6182117dca4258d3ef28bfefdb649ac8b5ecd0999c7 -SIZE (cabal/primitive-0.9.0.0/primitive-0.9.0.0.tar.gz) = 60580 -SHA256 (cabal/primitive-0.9.0.0/revision/1.cabal) = 2e08c5409e3559c7f1669ef50e9a0d9a397e68ecf51110d5e2cedf05cdd7d93c -SIZE (cabal/primitive-0.9.0.0/revision/1.cabal) = 3171 -SHA256 (cabal/random-1.2.1.2/random-1.2.1.2.tar.gz) = 790f4dc2d2327c453ff6aac7bf15399fd123d55e927935f68f84b5df42d9a4b4 -SIZE (cabal/random-1.2.1.2/random-1.2.1.2.tar.gz) = 47229 -SHA256 (cabal/regex-base-0.94.0.2/regex-base-0.94.0.2.tar.gz) = 7b99408f580f5bb67a1c413e0bc735886608251331ad36322020f2169aea2ef1 -SIZE (cabal/regex-base-0.94.0.2/regex-base-0.94.0.2.tar.gz) = 10488 -SHA256 (cabal/regex-base-0.94.0.2/revision/4.cabal) = 0322b2fcd1358f3355e0c8608efa60d27b14d1c9d476451dbcb9181363bd8b27 -SIZE (cabal/regex-base-0.94.0.2/revision/4.cabal) = 2601 -SHA256 (cabal/regex-tdfa-1.3.2.2/regex-tdfa-1.3.2.2.tar.gz) = 933ed5c54246bb50e335d86b884ffb70bc252b5f776fb291f162a80a27bd75b7 -SIZE (cabal/regex-tdfa-1.3.2.2/regex-tdfa-1.3.2.2.tar.gz) = 83016 -SHA256 (cabal/regex-tdfa-1.3.2.2/revision/3.cabal) = e5ea15b2898c62c63fae798784bc402b3862733d97a4f7ee3ec4f9ae6f447478 -SIZE (cabal/regex-tdfa-1.3.2.2/revision/3.cabal) = 6997 +SHA256 (cabal/pqueue-1.5.0.0/revision/3.cabal) = be237035e3aa1459e2a7cb9a3e19d90d9be3465cb993cbff44c0bd815b54ff3c +SIZE (cabal/pqueue-1.5.0.0/revision/3.cabal) = 4058 +SHA256 (cabal/prettyprinter-1.7.1/prettyprinter-1.7.1.tar.gz) = 5e6ea6903114fa118fcc359633dfb7ecddecb92c06c853d02a77b72b251f0b45 +SIZE (cabal/prettyprinter-1.7.1/prettyprinter-1.7.1.tar.gz) = 56907 +SHA256 (cabal/prettyprinter-ansi-terminal-1.1.3/prettyprinter-ansi-terminal-1.1.3.tar.gz) = 813739308ad6050620578994effe21058a170a341716acf52573fae42b5b1db3 +SIZE (cabal/prettyprinter-ansi-terminal-1.1.3/prettyprinter-ansi-terminal-1.1.3.tar.gz) = 8879 +SHA256 (cabal/primitive-0.9.1.0/primitive-0.9.1.0.tar.gz) = 44b4de41813c7bc5db8a57f87c3612a069b65086946268ba165097252ebd3d76 +SIZE (cabal/primitive-0.9.1.0/primitive-0.9.1.0.tar.gz) = 61724 +SHA256 (cabal/process-extras-0.7.4/process-extras-0.7.4.tar.gz) = 293e75f849254ce0ce0d7fa659681917e07a557c602505a2f9e20777467e984e +SIZE (cabal/process-extras-0.7.4/process-extras-0.7.4.tar.gz) = 14256 +SHA256 (cabal/process-extras-0.7.4/revision/1.cabal) = bf5f39f0c43fd4d413ac38c6bd24cb4d9a901adf3d646cc673bb8db93606f4d2 +SIZE (cabal/process-extras-0.7.4/revision/1.cabal) = 1785 +SHA256 (cabal/profunctors-5.6.3/profunctors-5.6.3.tar.gz) = b9c6f427368d2e811e4c48b59005218672458fd2f00a02cbefb8be9c751c0ef3 +SIZE (cabal/profunctors-5.6.3/profunctors-5.6.3.tar.gz) = 28146 +SHA256 (cabal/random-1.3.1/random-1.3.1.tar.gz) = d840ac83f265b0cfa2a678f8ec78627eb50cf9be2f067c52c8a4239c29b71a35 +SIZE (cabal/random-1.3.1/random-1.3.1.tar.gz) = 63846 +SHA256 (cabal/regex-base-0.94.0.3/regex-base-0.94.0.3.tar.gz) = e8ca2dee598c790dd1c1c4359bdd1e495d9b881f5aa1f539c22f0dd5563747bf +SIZE (cabal/regex-base-0.94.0.3/regex-base-0.94.0.3.tar.gz) = 10550 +SHA256 (cabal/regex-tdfa-1.3.2.4/regex-tdfa-1.3.2.4.tar.gz) = 078bc313b7441f173eb487d6f46fea6860a21452eff6e5cf730ac4dd74bca797 +SIZE (cabal/regex-tdfa-1.3.2.4/regex-tdfa-1.3.2.4.tar.gz) = 83099 SHA256 (cabal/scientific-0.3.8.0/scientific-0.3.8.0.tar.gz) = 13b343bca8aa26d7718e52e622e5a118056653edafcbc7ccc5333be7217218cf SIZE (cabal/scientific-0.3.8.0/scientific-0.3.8.0.tar.gz) = 24314 -SHA256 (cabal/scientific-0.3.8.0/revision/1.cabal) = 2148e2e6ab1f1fd2ecee25067e0ee60da886be89736e8a54d49556407d7113ce -SIZE (cabal/scientific-0.3.8.0/revision/1.cabal) = 4380 +SHA256 (cabal/scientific-0.3.8.0/revision/2.cabal) = ba83a6701dd0110138443757aca4a42786afa94272b73045ef878fd860d1732e +SIZE (cabal/scientific-0.3.8.0/revision/2.cabal) = 4397 SHA256 (cabal/semialign-1.3.1/semialign-1.3.1.tar.gz) = 66e87bc254ffec2ee908bf625c42d3b7363238d6ab1cfba8934bbee7590c9df7 SIZE (cabal/semialign-1.3.1/semialign-1.3.1.tar.gz) = 10117 -SHA256 (cabal/semialign-1.3.1/revision/1.cabal) = 0ebafdb9c3bfac8c5311999ae195115c1452a205b273d54e7b1145a65c1bf610 -SIZE (cabal/semialign-1.3.1/revision/1.cabal) = 2209 +SHA256 (cabal/semialign-1.3.1/revision/2.cabal) = dfe515a9e43230f5308564a649a04ea1538499ed98b944644b77bed5394b9deb +SIZE (cabal/semialign-1.3.1/revision/2.cabal) = 2224 SHA256 (cabal/semigroupoids-6.0.1/semigroupoids-6.0.1.tar.gz) = 1d532030862414f5d4f2f6f001783f77aa14e5f05ee8e3c4a2d2129fca29cc1f SIZE (cabal/semigroupoids-6.0.1/semigroupoids-6.0.1.tar.gz) = 36372 -SHA256 (cabal/semigroupoids-6.0.1/revision/1.cabal) = f65892f65f941c7368334bdfdcdb9db2ad3952502e94e88785a5a428fa2f3f4e -SIZE (cabal/semigroupoids-6.0.1/revision/1.cabal) = 7539 +SHA256 (cabal/semigroupoids-6.0.1/revision/2.cabal) = bfee06a6d88038a88ddd10fc21c230bf5ee3a14d0584dc6ab7ad54a9252c2c21 +SIZE (cabal/semigroupoids-6.0.1/revision/2.cabal) = 7539 +SHA256 (cabal/show-combinators-0.2.0.0/show-combinators-0.2.0.0.tar.gz) = c902dbaf0e9cf7056d786d44fbdea2781bc65524089639242c2624dae841ba1d +SIZE (cabal/show-combinators-0.2.0.0/show-combinators-0.2.0.0.tar.gz) = 4297 +SHA256 (cabal/show-combinators-0.2.0.0/revision/2.cabal) = 5d7a36c6383c9eff1dc15970da3206a05b50c2d1e93155970ffcf240eaa57d58 +SIZE (cabal/show-combinators-0.2.0.0/revision/2.cabal) = 1277 SHA256 (cabal/split-0.2.5/split-0.2.5.tar.gz) = 52da404e8397c1ab238354c8d4fd9a7e9c5cac8849cc2ce2e45facc85e74a913 SIZE (cabal/split-0.2.5/split-0.2.5.tar.gz) = 16008 -SHA256 (cabal/splitmix-0.1.0.5/splitmix-0.1.0.5.tar.gz) = 9df07a9611ef45f1b1258a0b412f4d02c920248f69d2e2ce8ccda328f7e13002 -SIZE (cabal/splitmix-0.1.0.5/splitmix-0.1.0.5.tar.gz) = 22399 -SHA256 (cabal/splitmix-0.1.0.5/revision/1.cabal) = caa9b4a92abf1496c7f6a3c0f4e357426a54880077cb9f04e260a8bfa034b77b -SIZE (cabal/splitmix-0.1.0.5/revision/1.cabal) = 6596 +SHA256 (cabal/splitmix-0.1.3.1/splitmix-0.1.3.1.tar.gz) = b6bcd0d79bd4fe40975c8ebe803be2f3bfbf6006069a59745a325a0df3f86270 +SIZE (cabal/splitmix-0.1.3.1/splitmix-0.1.3.1.tar.gz) = 21955 SHA256 (cabal/strict-0.5.1/strict-0.5.1.tar.gz) = 77719280c2a86312e748227bfa732eeaae0e7df48d57acc3c2e5b7b07afe2f8b SIZE (cabal/strict-0.5.1/strict-0.5.1.tar.gz) = 11798 SHA256 (cabal/strict-0.5.1/revision/1.cabal) = 58c373b7c7748cbb4a5a6c8c15073f99a1c10a9a9bb6894ac33f43a5cdb901f2 SIZE (cabal/strict-0.5.1/revision/1.cabal) = 3557 -SHA256 (cabal/tagged-0.8.8/tagged-0.8.8.tar.gz) = a083fa7835516203c168433a1c8dfc0290a94b05fedab566ad0640fc9137a6a7 -SIZE (cabal/tagged-0.8.8/tagged-0.8.8.tar.gz) = 10094 -SHA256 (cabal/tagged-0.8.8/revision/1.cabal) = 9193defbde3dda997236ccc11a1db3e073cc531fe523e13e9659df776feb0b32 -SIZE (cabal/tagged-0.8.8/revision/1.cabal) = 2732 +SHA256 (cabal/tagged-0.8.9/tagged-0.8.9.tar.gz) = 6daad88ebb414ba6a556d2898d2cbe7650e4276010e3a6eed939daf54b956784 +SIZE (cabal/tagged-0.8.9/tagged-0.8.9.tar.gz) = 8151 +SHA256 (cabal/tasty-1.5.3/tasty-1.5.3.tar.gz) = 54a0c7b644813af871a3726ac8771b5e17b5158c792a7acf8f9e2d3ae9360780 +SIZE (cabal/tasty-1.5.3/tasty-1.5.3.tar.gz) = 66548 +SHA256 (cabal/tasty-1.5.3/revision/2.cabal) = 6b5dda3f16db1274a0b3e6c4073ac57172a1e96b1dca05666c5cbd1183639412 +SIZE (cabal/tasty-1.5.3/revision/2.cabal) = 2923 SHA256 (cabal/text-iso8601-0.1.1/text-iso8601-0.1.1.tar.gz) = 9dead2b7ceeae40fe0fc060bd54795c32e9926c9d1aebae8f9b9a621fba88202 SIZE (cabal/text-iso8601-0.1.1/text-iso8601-0.1.1.tar.gz) = 9599 -SHA256 (cabal/text-iso8601-0.1.1/revision/1.cabal) = 0af50f6d2e8479b9a956c9c612ec270ea09df4c78c88c5b1bdd98066f576d73d -SIZE (cabal/text-iso8601-0.1.1/revision/1.cabal) = 2478 +SHA256 (cabal/text-iso8601-0.1.1/revision/2.cabal) = e07a625eef969338992bf9bba8e5dc73f07ac65f991ba636b8f1175890d15849 +SIZE (cabal/text-iso8601-0.1.1/revision/2.cabal) = 2411 SHA256 (cabal/text-short-0.1.6/text-short-0.1.6.tar.gz) = 8173ea138d7dc398747b636012bf6e79e17186560b8a7a7fc9e6456d78556eab SIZE (cabal/text-short-0.1.6/text-short-0.1.6.tar.gz) = 24691 -SHA256 (cabal/text-short-0.1.6/revision/2.cabal) = 5953dc14c71b6047edab2dc89e922678ff5cbe2e98d16b9e7078150083940be4 -SIZE (cabal/text-short-0.1.6/revision/2.cabal) = 2812 -SHA256 (cabal/th-abstraction-0.7.0.0/th-abstraction-0.7.0.0.tar.gz) = b2854c612f2fa4adfa1ecbb4089a2211fd9cb3210aec17ba4a455ae486b22721 -SIZE (cabal/th-abstraction-0.7.0.0/th-abstraction-0.7.0.0.tar.gz) = 49904 -SHA256 (cabal/th-compat-0.1.5/th-compat-0.1.5.tar.gz) = 81f55fafc7afad7763c09cb8b7b4165ca3765edcf70ffa42c7393043a1382a1e -SIZE (cabal/th-compat-0.1.5/th-compat-0.1.5.tar.gz) = 14893 -SHA256 (cabal/th-compat-0.1.5/revision/2.cabal) = 129a59ba3ccfcd06192fd6da899e2711ae276a466915a047bd6727e4a0321d2e -SIZE (cabal/th-compat-0.1.5/revision/2.cabal) = 3330 +SHA256 (cabal/text-short-0.1.6/revision/3.cabal) = 41be94ccd3f6646ab69b0b05c5130ea3c7911a4598ab9b9192f21ad25a69163a +SIZE (cabal/text-short-0.1.6/revision/3.cabal) = 2827 +SHA256 (cabal/th-abstraction-0.7.1.0/th-abstraction-0.7.1.0.tar.gz) = f9b6184aba4c6b61dd0d96f7dad41a4c9db0a01d3cdbf993a7d860488f1c04c5 +SIZE (cabal/th-abstraction-0.7.1.0/th-abstraction-0.7.1.0.tar.gz) = 45428 +SHA256 (cabal/th-abstraction-0.7.1.0/revision/1.cabal) = 3011403d85b0070630e33d66b9370535ccd1e0e672ae58f847550b2b15bb4fd8 +SIZE (cabal/th-abstraction-0.7.1.0/revision/1.cabal) = 2268 +SHA256 (cabal/th-compat-0.1.6/th-compat-0.1.6.tar.gz) = b781a0c059872bc95406d00e98f6fa7d9e81e744730f75186583cb4dcea0a4eb +SIZE (cabal/th-compat-0.1.6/th-compat-0.1.6.tar.gz) = 14622 SHA256 (cabal/these-1.2.1/these-1.2.1.tar.gz) = 17d6d933365edabf801a16842c1403bdd37cc5300faa2fcca980decdab22e4de SIZE (cabal/these-1.2.1/these-1.2.1.tar.gz) = 9906 -SHA256 (cabal/these-1.2.1/revision/1.cabal) = c04f573531b37864506b071046e010a7a6aad11650cf895467f9f279d0130b8b -SIZE (cabal/these-1.2.1/revision/1.cabal) = 2279 -SHA256 (cabal/time-compat-1.9.7/time-compat-1.9.7.tar.gz) = c98fbea21d036c3263af186df0569b8425c87ad353b021353794743e4e631dcc -SIZE (cabal/time-compat-1.9.7/time-compat-1.9.7.tar.gz) = 57331 -SHA256 (cabal/time-compat-1.9.7/revision/2.cabal) = f0bff15af6faaeff36b679e6b810fa71534b2f85a91bf98d7541dac6a469b20f -SIZE (cabal/time-compat-1.9.7/revision/2.cabal) = 4486 +SHA256 (cabal/these-1.2.1/revision/2.cabal) = 35c57aede96c15ea1fed559ac287b1168eb2b2869d79e62ed8c845780b7ea136 +SIZE (cabal/these-1.2.1/revision/2.cabal) = 2294 +SHA256 (cabal/time-compat-1.9.8/time-compat-1.9.8.tar.gz) = 502ef8694a5b131b47c0e5df2e9053d005a3b345b30f5225af04f081d3ef5cf0 +SIZE (cabal/time-compat-1.9.8/time-compat-1.9.8.tar.gz) = 63414 SHA256 (cabal/transformers-base-0.4.6/transformers-base-0.4.6.tar.gz) = 323bf8689eb691b122661cffa41a25e00fea7a768433fe2dde35d3da7d32cf90 SIZE (cabal/transformers-base-0.4.6/transformers-base-0.4.6.tar.gz) = 2902 SHA256 (cabal/transformers-compat-0.7.2/transformers-compat-0.7.2.tar.gz) = b62c7304c9f3cbc9463d0739aa85cb9489f217ea092b9d625d417514fbcc9d6a SIZE (cabal/transformers-compat-0.7.2/transformers-compat-0.7.2.tar.gz) = 46485 +SHA256 (cabal/unix-compat-0.7.4/unix-compat-0.7.4.tar.gz) = 689b3a960c8fe12910554aa5b739d5c4769c1d180ade20402fde2ed49db7eff4 +SIZE (cabal/unix-compat-0.7.4/unix-compat-0.7.4.tar.gz) = 15586 SHA256 (cabal/unordered-containers-0.2.20/unordered-containers-0.2.20.tar.gz) = d9cfb287cf00592d39dc9c3cac8b99627ea08f2c01798e70130fc39f7c90f11d SIZE (cabal/unordered-containers-0.2.20/unordered-containers-0.2.20.tar.gz) = 59823 -SHA256 (cabal/unordered-containers-0.2.20/revision/3.cabal) = c7fe9cba405ed9905e12d89c7add3b3eb9868dfba7975e70ba0cdd64b7b11abc -SIZE (cabal/unordered-containers-0.2.20/revision/3.cabal) = 3921 +SHA256 (cabal/unordered-containers-0.2.20/revision/4.cabal) = 233cbcdda6c2698932bb391ce0935fb44f80c115621ee815a21ed33ac8ede422 +SIZE (cabal/unordered-containers-0.2.20/revision/4.cabal) = 3921 SHA256 (cabal/uri-encode-1.5.0.7/uri-encode-1.5.0.7.tar.gz) = c79c624257833841a22890e4d2b0ab07e4be88e0f99474d328223815c0814252 SIZE (cabal/uri-encode-1.5.0.7/uri-encode-1.5.0.7.tar.gz) = 3506 SHA256 (cabal/uri-encode-1.5.0.7/revision/3.cabal) = 1b432e4fe43da8059feaeb6b4e973c2c4481ee86829d528f2be78a0e3645ec00 @@ -199,23 +255,23 @@ SHA256 (cabal/utf8-string-1.0.2/utf8-string-1.0.2.tar.gz) = ee48deada7600370728c SIZE (cabal/utf8-string-1.0.2/utf8-string-1.0.2.tar.gz) = 10726 SHA256 (cabal/uuid-types-1.0.6/uuid-types-1.0.6.tar.gz) = 7e0dd953483d6fd3ca49bcaed6b11f9e3c2787213479b2581e07747836b8357e SIZE (cabal/uuid-types-1.0.6/uuid-types-1.0.6.tar.gz) = 11222 -SHA256 (cabal/uuid-types-1.0.6/revision/1.cabal) = 595644500d36908be85cd02fb446c411555ecc5c59b7ce33d1205cfc9ceb55a6 -SIZE (cabal/uuid-types-1.0.6/revision/1.cabal) = 2604 -SHA256 (cabal/vector-0.13.1.0/vector-0.13.1.0.tar.gz) = 63f272279eab8ab9411a0fffb1252ac309b297313f8e33be9ebbc2f981edecee -SIZE (cabal/vector-0.13.1.0/vector-0.13.1.0.tar.gz) = 156855 -SHA256 (cabal/vector-0.13.1.0/revision/1.cabal) = bc032ccfb51d775eb6f4082c5fc02f5416b0ea0d6644a60d87677a6937f2d70d -SIZE (cabal/vector-0.13.1.0/revision/1.cabal) = 9015 -SHA256 (cabal/vector-hashtables-0.1.2.0/vector-hashtables-0.1.2.0.tar.gz) = 39a9aaf451cf9e6c299904dfb02f13afaffe151d553014c1da2f07e3481b0ce8 -SIZE (cabal/vector-hashtables-0.1.2.0/vector-hashtables-0.1.2.0.tar.gz) = 25681 +SHA256 (cabal/uuid-types-1.0.6/revision/3.cabal) = 5ac2b681a8d7676f6a51ac1b113bfdcf18dd7fdbb313034850ed6493eef96da0 +SIZE (cabal/uuid-types-1.0.6/revision/3.cabal) = 2619 +SHA256 (cabal/vector-0.13.2.0/vector-0.13.2.0.tar.gz) = 28f203c786cbf8ac6dc3fea3378ec36f34173d505fb4a1dd60fc8418ad91c423 +SIZE (cabal/vector-0.13.2.0/vector-0.13.2.0.tar.gz) = 185739 +SHA256 (cabal/vector-0.13.2.0/revision/1.cabal) = b736a57b73520d2acf4865e3e2b40030d69782f35f870e376dc717ee2508d81f +SIZE (cabal/vector-0.13.2.0/revision/1.cabal) = 8804 +SHA256 (cabal/vector-hashtables-0.1.2.1/vector-hashtables-0.1.2.1.tar.gz) = 33910f79ff3c17b6f3cc1068fdc4f94dafad87b0e079c4157eeba8686fdeaeb1 +SIZE (cabal/vector-hashtables-0.1.2.1/vector-hashtables-0.1.2.1.tar.gz) = 25707 SHA256 (cabal/vector-stream-0.1.0.1/vector-stream-0.1.0.1.tar.gz) = d0f507334bdea5431a2f07f525a97f29e76522c32210f5de6d5a2b4f1d42bf7c SIZE (cabal/vector-stream-0.1.0.1/vector-stream-0.1.0.1.tar.gz) = 12577 -SHA256 (cabal/vector-stream-0.1.0.1/revision/1.cabal) = 16a69e2ed71d7b35e16860fac520f94fa4da120eb973d9f8fbf0aa3a703d4a9f -SIZE (cabal/vector-stream-0.1.0.1/revision/1.cabal) = 1583 +SHA256 (cabal/vector-stream-0.1.0.1/revision/3.cabal) = 5ac96695212a45ae7dc16d8031dbf5311da53e052c35f7ad4a8e2db7fafb651e +SIZE (cabal/vector-stream-0.1.0.1/revision/3.cabal) = 1642 SHA256 (cabal/witherable-0.5/witherable-0.5.tar.gz) = 48434cc1e465b13cbc0133a90c3ec0d827c93b77ce95807fe0a38b65f4918cd1 SIZE (cabal/witherable-0.5/witherable-0.5.tar.gz) = 10819 SHA256 (cabal/witherable-0.5/revision/1.cabal) = 85bab588ebca37996fc3171b9d8b2e065eb0536c9f44224bcf037c0849a881de SIZE (cabal/witherable-0.5/revision/1.cabal) = 2343 SHA256 (cabal/zlib-0.7.1.0/zlib-0.7.1.0.tar.gz) = 6edd38b6b81df8d274952aa85affa6968ae86b2231e1d429ce8bc9083e6a55bc SIZE (cabal/zlib-0.7.1.0/zlib-0.7.1.0.tar.gz) = 29318 -SHA256 (cabal/zlib-0.7.1.0/revision/1.cabal) = bae1c5a6092d65c5e763246f91e04fef3f43e37cb055130725c9a973c88a250f -SIZE (cabal/zlib-0.7.1.0/revision/1.cabal) = 5223 +SHA256 (cabal/zlib-0.7.1.0/revision/2.cabal) = 85e64a75c0b490506a7edaa2d54950c668e66b65758bb08bb14cd31faf53a206 +SIZE (cabal/zlib-0.7.1.0/revision/2.cabal) = 5357 diff --git a/math/hs-Agda/pkg-plist b/math/hs-Agda/pkg-plist index 94f70a8087c2..4afff3ab8434 100644 --- a/math/hs-Agda/pkg-plist +++ b/math/hs-Agda/pkg-plist @@ -1,3 +1,20 @@ +%%DATADIR%%/emacs-mode/agda-input.el +%%DATADIR%%/emacs-mode/agda-input.elc +%%DATADIR%%/emacs-mode/agda2-abbrevs.el +%%DATADIR%%/emacs-mode/agda2-abbrevs.elc +%%DATADIR%%/emacs-mode/agda2-highlight.el +%%DATADIR%%/emacs-mode/agda2-highlight.elc +%%DATADIR%%/emacs-mode/agda2-mode-pkg.el +%%DATADIR%%/emacs-mode/agda2-mode.el +%%DATADIR%%/emacs-mode/agda2-mode.elc +%%DATADIR%%/emacs-mode/agda2-queue.el +%%DATADIR%%/emacs-mode/agda2-queue.elc +%%DATADIR%%/emacs-mode/agda2.el +%%DATADIR%%/emacs-mode/agda2.elc +%%DATADIR%%/emacs-mode/annotation.el +%%DATADIR%%/emacs-mode/annotation.elc +%%DATADIR%%/emacs-mode/eri.el +%%DATADIR%%/emacs-mode/eri.elc %%DATADIR%%/lib/prim/Agda/Builtin/Bool.agda %%DATADIR%%/lib/prim/Agda/Builtin/Char.agda %%DATADIR%%/lib/prim/Agda/Builtin/Char/Properties.agda @@ -5,7 +22,6 @@ %%DATADIR%%/lib/prim/Agda/Builtin/Cubical/Equiv.agda %%DATADIR%%/lib/prim/Agda/Builtin/Cubical/Glue.agda %%DATADIR%%/lib/prim/Agda/Builtin/Cubical/HCompU.agda -%%DATADIR%%/lib/prim/Agda/Builtin/Cubical/Id.agda %%DATADIR%%/lib/prim/Agda/Builtin/Cubical/Path.agda %%DATADIR%%/lib/prim/Agda/Builtin/Cubical/Sub.agda %%DATADIR%%/lib/prim/Agda/Builtin/Equality.agda @@ -42,7 +58,6 @@ %%DATADIR%%/lib/prim/_build/%%AGDA_VER%%/agda/Agda/Builtin/Cubical/Equiv.agdai %%DATADIR%%/lib/prim/_build/%%AGDA_VER%%/agda/Agda/Builtin/Cubical/Glue.agdai %%DATADIR%%/lib/prim/_build/%%AGDA_VER%%/agda/Agda/Builtin/Cubical/HCompU.agdai -%%DATADIR%%/lib/prim/_build/%%AGDA_VER%%/agda/Agda/Builtin/Cubical/Id.agdai %%DATADIR%%/lib/prim/_build/%%AGDA_VER%%/agda/Agda/Builtin/Cubical/Path.agdai %%DATADIR%%/lib/prim/_build/%%AGDA_VER%%/agda/Agda/Builtin/Cubical/Sub.agdai %%DATADIR%%/lib/prim/_build/%%AGDA_VER%%/agda/Agda/Builtin/Equality.agdai diff --git a/math/igraph/Makefile b/math/igraph/Makefile index 1c2650164848..77576e4a38a2 100644 --- a/math/igraph/Makefile +++ b/math/igraph/Makefile @@ -1,6 +1,6 @@ PORTNAME= igraph DISTVERSION= 0.10.12 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSION}/ diff --git a/math/kfr/Makefile b/math/kfr/Makefile index cc5f84755155..d314966dedcb 100644 --- a/math/kfr/Makefile +++ b/math/kfr/Makefile @@ -1,5 +1,5 @@ PORTNAME= kfr -DISTVERSION= 6.2.0 +DISTVERSION= 6.3.0 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -18,7 +18,7 @@ USES= cmake:testing compiler:c++17-lang USE_GITHUB= yes GH_ACCOUNT= kfrlib -CMAKE_ON= BUILD_SHARED_LIBS +CMAKE_ON= BUILD_SHARED_LIBS ENABLE_EXAMPLES CMAKE_TESTING_ON= ENABLE_TESTS CMAKE_TESTING_TARGET= ${ALL_TARGET} @@ -27,7 +27,7 @@ CMAKE_ARGS_armv6= -DCMT_FORCE_GENERIC_CPU=1 # to fix: ARM builds require NEON su .include <bsd.port.options.mk> -.if ${ARCH} == amd64 || ${ARCH} == i386 +.ifndef CPUTYPE && (${ARCH} == amd64 || ${ARCH} == i386) PLIST_FILES= lib/libkfr_dft_avx.so \ lib/libkfr_dft_avx2.so \ lib/libkfr_dft_avx512.so \ @@ -38,12 +38,17 @@ PLIST_FILES= lib/libkfr_dft_avx.so \ lib/libkfr_dsp_avx512.so \ lib/libkfr_dsp_sse2.so \ lib/libkfr_dsp_sse41.so +.else +CMAKE_OFF= KFR_ENABLE_MULTIARCH +PLIST_FILES= lib/libkfr_dft.so \ + lib/libkfr_dsp.so .endif +post-install: + ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/bin/sample_rate_converter ${STAGEDIR}${PREFIX}/bin/kfr_src + post-test: # see https://github.com/kfrlib/kfr/issues/164 @cd ${BUILD_WRKSRC} && \ ${BUILD_WRKSRC}/bin/all_tests -# tests as of 6.2.0: [--SUCCESS--] 199/199 tests 2810450/2810450 checks - .include <bsd.port.mk> diff --git a/math/kfr/distinfo b/math/kfr/distinfo index 459794fc51c3..a5fdbd4e47ac 100644 --- a/math/kfr/distinfo +++ b/math/kfr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751181730 -SHA256 (kfrlib-kfr-6.2.0_GH0.tar.gz) = bc9507e1dde17a86b68fb045404b66c5c486e61e324d9209468ea1e6cac7173c -SIZE (kfrlib-kfr-6.2.0_GH0.tar.gz) = 11281340 +TIMESTAMP = 1754130652 +SHA256 (kfrlib-kfr-6.3.0_GH0.tar.gz) = 3b2eb54edb9c1ba6d30648b47d11bd445cda4883052d592801bd5482f837162c +SIZE (kfrlib-kfr-6.3.0_GH0.tar.gz) = 11284158 diff --git a/math/kfr/pkg-plist b/math/kfr/pkg-plist index 1ea587a3ec63..f3458a431250 100644 --- a/math/kfr/pkg-plist +++ b/math/kfr/pkg-plist @@ -1,3 +1,4 @@ +bin/kfr_src include/kfr/all.hpp include/kfr/base.hpp include/kfr/base/basic_expressions.hpp diff --git a/math/libRmath/Makefile b/math/libRmath/Makefile index 738505b84176..f5503790e57f 100644 --- a/math/libRmath/Makefile +++ b/math/libRmath/Makefile @@ -1,10 +1,10 @@ PORTNAME= libRmath -DISTVERSION= 4.4.3 +DISTVERSION= 4.5.1 CATEGORIES= math lang MASTER_SITES= CRAN/src/base/R-${DISTVERSION:C|\..*||} DISTNAME= R-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} -MAINTAINER= alster@vinterdalen.se +MAINTAINER= alven@FreeBSD.org COMMENT= Standalone math library from R WWW= https://www.R-project.org/ diff --git a/math/libRmath/distinfo b/math/libRmath/distinfo index 90cc1ab5a849..b830a3e2ed3f 100644 --- a/math/libRmath/distinfo +++ b/math/libRmath/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1741214828 -SHA256 (R-4.4.3.tar.gz) = 0d93d224442dea253c2b086f088db6d0d3cfd9b592cd5496e8cb2143e90fc9e8 -SIZE (R-4.4.3.tar.gz) = 40234425 +TIMESTAMP = 1753570849 +SHA256 (R-4.5.1.tar.gz) = b42a7921400386645b10105b91c68728787db5c4c83c9f6c30acdce632e1bb70 +SIZE (R-4.5.1.tar.gz) = 40518816 diff --git a/math/libqalculate/Makefile b/math/libqalculate/Makefile index 009ed889aaea..86304eccd656 100644 --- a/math/libqalculate/Makefile +++ b/math/libqalculate/Makefile @@ -1,6 +1,5 @@ PORTNAME= libqalculate -PORTVERSION= 5.5.2 -PORTREVISION= 1 +PORTVERSION= 5.7.0 CATEGORIES= math MASTER_SITES= https://github.com/Qalculate/${PORTNAME}/releases/download/v${PORTVERSION}/ diff --git a/math/libqalculate/distinfo b/math/libqalculate/distinfo index 4ba31e5cca87..4cbc8eb21bab 100644 --- a/math/libqalculate/distinfo +++ b/math/libqalculate/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1741074740 -SHA256 (libqalculate-5.5.2.tar.gz) = fc14d4527dccfc9189684b9fcd64d78aa67ae5383012c66e1596b2531f5daef1 -SIZE (libqalculate-5.5.2.tar.gz) = 2736335 +TIMESTAMP = 1754377124 +SHA256 (libqalculate-5.7.0.tar.gz) = b0aa7e7f6b729ad88f41c3562e81bdc349e072f4df0e62ce152304d979702cfe +SIZE (libqalculate-5.7.0.tar.gz) = 2835670 diff --git a/math/libqalculate/pkg-plist b/math/libqalculate/pkg-plist index 1949bec358fd..a61ca69ef777 100644 --- a/math/libqalculate/pkg-plist +++ b/math/libqalculate/pkg-plist @@ -16,7 +16,7 @@ include/libqalculate/util.h lib/libqalculate.a lib/libqalculate.so lib/libqalculate.so.23 -lib/libqalculate.so.23.3.4 +lib/libqalculate.so.23.3.6 libdata/pkgconfig/libqalculate.pc share/man/man1/qalc.1.gz %%NLS%%share/locale/ca/LC_MESSAGES/libqalculate.mo @@ -28,6 +28,7 @@ share/man/man1/qalc.1.gz %%NLS%%share/locale/ru/LC_MESSAGES/libqalculate.mo %%NLS%%share/locale/sv/LC_MESSAGES/libqalculate.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/libqalculate.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/libqalculate.mo share/qalculate/currencies.xml share/qalculate/datasets.xml share/qalculate/elements.xml diff --git a/math/libsemigroups/Makefile b/math/libsemigroups/Makefile index e48b63648acf..dd84cc5348c2 100644 --- a/math/libsemigroups/Makefile +++ b/math/libsemigroups/Makefile @@ -1,5 +1,6 @@ PORTNAME= libsemigroups PORTVERSION= 3.0.3 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= math diff --git a/math/linbox/Makefile b/math/linbox/Makefile index adb79ca7813a..a188766df4bb 100644 --- a/math/linbox/Makefile +++ b/math/linbox/Makefile @@ -1,7 +1,6 @@ PORTNAME= linbox -PORTVERSION= 1.7.0 +PORTVERSION= 1.7.1 DISTVERSIONPREFIX= v -PORTREVISION= 7 CATEGORIES= math MAINTAINER= thierry@FreeBSD.org @@ -38,7 +37,8 @@ MIN_DESC= Lightweight package, with less dependencies MIN_CONFIGURE_ON= --without-saclib --without-ocl FULL_DESC= Complete package with all its dependencies -FULL_BUILD_DEPENDS= gnuplot:math/gnuplot +FULL_BUILD_DEPENDS= gnuplot:math/gnuplot \ + opencl>0:devel/opencl FULL_LIB_DEPENDS= libflint.so:math/flint2 \ libfplll.so:math/fplll \ libiml.so:math/iml \ diff --git a/math/linbox/distinfo b/math/linbox/distinfo index 15dcc630ee57..f939bd5e72b0 100644 --- a/math/linbox/distinfo +++ b/math/linbox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1645113194 -SHA256 (linbox-team-linbox-v1.7.0_GH0.tar.gz) = 810d306ed2a512e1f2129817eb4a10a696442bb827fe6635ce49d5b8d50c108f -SIZE (linbox-team-linbox-v1.7.0_GH0.tar.gz) = 2312869 +TIMESTAMP = 1755005090 +SHA256 (linbox-team-linbox-v1.7.1_GH0.tar.gz) = 490de446eecf260de2d9df9b5663c566b75a59e18c14b1f46a2d84fb08deb490 +SIZE (linbox-team-linbox-v1.7.1_GH0.tar.gz) = 2304877 diff --git a/math/linbox/files/patch-linbox_vector_blas-subvector.h b/math/linbox/files/patch-linbox_vector_blas-subvector.h deleted file mode 100644 index 00c6e129b8aa..000000000000 --- a/math/linbox/files/patch-linbox_vector_blas-subvector.h +++ /dev/null @@ -1,13 +0,0 @@ ---- linbox/vector/blas-subvector.h.orig 2021-12-14 10:16:03 UTC -+++ linbox/vector/blas-subvector.h -@@ -117,8 +117,10 @@ namespace LinBox { - * \param dim dimension - * \param inc distance between two element - */ -+#if 0 - BlasSubvector (Self_t &V, size_t beg, size_t inc, size_t dim) : - _ptr(V.data()+beg), _size(dim), _inc(inc), _field(&V.field()) {} -+#endif - - - /** Constructor from an existing @ref BlasVector diff --git a/math/linbox/pkg-plist b/math/linbox/pkg-plist index 474ac7d1b33e..1845ba9eb166 100644 --- a/math/linbox/pkg-plist +++ b/math/linbox/pkg-plist @@ -25,7 +25,7 @@ include/linbox/algorithms/cra-builder-single.h include/linbox/algorithms/cra-builder-var-prec-early-multip.h include/linbox/algorithms/cra-builder-var-prec-early-single.h include/linbox/algorithms/cra-distributed.h -include/linbox/algorithms/cra-domain-omp.h +include/linbox/algorithms/cra-domain-parallel.h include/linbox/algorithms/cra-domain-sequential.h include/linbox/algorithms/cra-domain.h include/linbox/algorithms/cra-givrnsfixed.h @@ -90,6 +90,7 @@ include/linbox/algorithms/minpoly-rational.h include/linbox/algorithms/numeric-solver-lapack.h include/linbox/algorithms/one-invariant-factor.h include/linbox/algorithms/opencl-environ.h +%%FULL%%include/linbox/algorithms/opencl-kernels/opencl-domain-kernels.inl include/linbox/algorithms/opencl-resource-controller.h include/linbox/algorithms/poly-det.h include/linbox/algorithms/poly-dixon.h @@ -442,249 +443,117 @@ libdata/pkgconfig/linbox.pc %%DOXYGEN%%%%DOCSDIR%%/linbox-html/_a_u_t_h_o_r_s.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/_archetypes.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/_benchmark_file_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/_benchmark_file_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/_benchmark_file_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/_benchmark_file_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/_benchmark_file_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/_benchmark_file_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/_benchmark_file_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/_benchmark_file_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/_benchmark_file_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/_benchmark_file_8inl.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/_benchmark_file_8inl__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/_benchmark_file_8inl__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/_benchmark_file_8inl__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/_benchmark_file_8inl__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/_benchmark_file_8inl__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/_benchmark_file_8inl__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/_benchmark_file_8inl__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/_benchmark_file_8inl__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/_c_s_value_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/_c_s_value_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/_c_s_value_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/_c_s_value_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/_c_s_value_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/_c_s_value_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/_c_s_value_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/_c_s_value_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/_c_s_value_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/_i_n_s_t_a_l_l.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/abnormal-helpers_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/abnormal-helpers_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/abnormal-helpers_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/abnormal-helpers_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/abnormal-helpers_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/abnormal-helpers_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/abnormal-helpers_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/abnormal-helpers_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/abnormal-helpers_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/abnormal-matrix_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/abnormal-matrix_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/abnormal-matrix_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/abnormal-matrix_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/abnormal-matrix_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/abnormal-matrix_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/abnormal-matrix_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/abnormal-matrix_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/abnormal-matrix_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/algorithms_2smith-form-valence_8h-example.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/annotated.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/arch.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/athadet_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/athadet_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/athadet_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/athadet_8_c__incl.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/bbcharpoly_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/bbcharpoly_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/bbcharpoly_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/bbcharpoly_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/bbcharpoly_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/bc_s.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/bc_sd.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/bdwn.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark-dense-solve_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark-dense-solve_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark-dense-solve_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark-dense-solve_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark-dense-solve_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark-example.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark-example_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark-example_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark-example_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark-example_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark-example_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark-fields_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark-fields_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark-fields_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark-fields_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark-fields_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark-metadata_8_c.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark-metadata_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark-metadata_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark-metadata_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark-metadata_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark-metadata_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark-metadata_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark-metadata_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark-metadata_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark-metadata_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark-utils_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark-utils_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark-utils_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark-utils_8h__dep__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark-utils_8h__dep__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark_8inl.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark_8inl__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark_8inl__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark_8inl__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark_8inl__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark_8inl__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark_8inl__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark_8inl__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark_8inl__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/bib.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/bigmat_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/bigmat_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/bigmat_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/bigmat_8_c__incl.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/bitonic-sort_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/bitonic-sort_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/bitonic-sort_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/bitonic-sort_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/bitonic-sort_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/bitonic-sort_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/bitonic-sort_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/bitonic-sort_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/bitonic-sort_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/blackbox-block-container-base_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blackbox-block-container-base_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blackbox-block-container-base_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blackbox-block-container-base_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blackbox-block-container-base_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blackbox-block-container-base_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blackbox-block-container-base_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blackbox-block-container-base_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blackbox-block-container-base_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/blackbox-block-container_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blackbox-block-container_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blackbox-block-container_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blackbox-block-container_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blackbox-block-container_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blackbox-block-container_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blackbox-block-container_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blackbox-block-container_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blackbox-block-container_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/blackbox_2archetype_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blackbox_2archetype_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blackbox_2archetype_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blackbox_2archetype_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blackbox_2smith_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blackbox_2smith_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blackbox_2smith_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blackbox_2smith_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blackbox_2archetype_8h__dep__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/blackbox_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blackbox_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blackbox_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blackbox_8h__dep__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blackbox_8h__dep__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-matrix-iterator_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-matrix-iterator_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-matrix-iterator_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-matrix-iterator_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-matrix-iterator_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-matrix-iterator_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-matrix-iterator_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-matrix-iterator_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-matrix-iterator_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-matrix-multimod_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-matrix-multimod_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-matrix-multimod_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-matrix-multimod_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-matrix-multimod_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-matrix_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-matrix_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-matrix_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-matrix_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-matrix_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-matrix_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-matrix_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-matrix_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-matrix_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-subvector_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-subvector_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-subvector_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-subvector_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-subvector_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-subvector_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-subvector_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-subvector_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-subvector_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-vector_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-vector_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-vector_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-vector_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-vector_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-vector_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-vector_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-vector_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-vector_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/bug.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/butterfly_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/butterfly_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/butterfly_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/butterfly_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/butterfly_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/butterfly_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/butterfly_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/butterfly_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/butterfly_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/butterfly_8inl.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/butterfly_8inl__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/butterfly_8inl__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/butterfly_8inl__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/butterfly_8inl__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/butterfly_8inl__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/butterfly_8inl__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/butterfly_8inl__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/butterfly_8inl__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/charpoly_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/charpoly_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/charpoly_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/charpoly_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/charpoly_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/checker_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/checker_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/checker_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/checker_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/checker_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/checksolve_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/checksolve_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/checksolve_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/checksolve_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/checksolve_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_algorithm_meta_data.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_algorithm_meta_data__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_algorithm_meta_data__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_algorithm_meta_data__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_algorithm_meta_data__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_algorithm_meta_data__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_algorithm_meta_data__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_algorithm_meta_data__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_algorithm_meta_data__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_bad_input_exception.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_bad_input_exception__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_bad_input_exception__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_bad_input_exception__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_bad_input_exception__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_bad_input_exception__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_bad_input_exception__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_bad_input_exception__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_bad_input_exception__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_benchmark_meta_data.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_benchmark_meta_data__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_benchmark_meta_data__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_benchmark_meta_data__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_benchmark_meta_data__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_benchmark_meta_data__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_benchmark_meta_data__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_benchmark_meta_data__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_benchmark_meta_data__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_bit_vector.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_archetype.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_archetype__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_archetype__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_archetype__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_archetype__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_block_container_base.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_block_container_base__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_block_container_base__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_block_container_base__coll__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_block_container_base__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_block_container_base__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_block_container_record.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_block_container_record__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_block_container_record__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_block_container_record__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_block_container_record__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_block_container_record__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_block_container_record__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_block_container_record__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_block_container_record__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_container.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_container__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_container__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_container__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_container__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_container__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_container__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_container__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_container__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_container_base.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_container_symmetric.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_container_symmetric__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_container_symmetric__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_container_symmetric__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_container_symmetric__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_container_symmetric__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_container_symmetric__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_container_symmetric__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_container_symmetric__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_container_symmetrize.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_container_symmetrize__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_container_symmetrize__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_container_symmetrize__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_container_symmetrize__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_container_symmetrize__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_container_symmetrize__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_container_symmetrize__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_container_symmetrize__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_factory.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blas_matrix.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blas_matrix_3_01_multi_mod_double_01_4.html @@ -698,15 +567,11 @@ libdata/pkgconfig/linbox.pc %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_block_compose.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_block_coppersmith_domain.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_block_hankel_lifting_container.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_block_hankel_lifting_container__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_block_hankel_lifting_container__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_block_hankel_lifting_container__coll__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_block_hankel_lifting_container__coll__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_block_lanczos_solver.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_block_massey_domain.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_block_wiedemann_lifting_container.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_block_wiedemann_lifting_container__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_block_wiedemann_lifting_container__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_block_wiedemann_lifting_container__coll__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_block_wiedemann_lifting_container__coll__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_boolean_switch.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_butterfly.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_c_s_f.html @@ -718,19 +583,11 @@ libdata/pkgconfig/linbox.pc %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_compose_traits.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_compose_traits_3_01_blas_matrix_3_01_field_00_01_rep_01_4_01_4.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_constant_vector_stream.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_constant_vector_stream__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_constant_vector_stream__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_constant_vector_stream__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_constant_vector_stream__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_constant_vector_stream__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_constant_vector_stream__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_constant_vector_stream__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_constant_vector_stream__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dense_container.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dense_container__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dense_container__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dense_container__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dense_container__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dense_container__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dense_container__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dense_container__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dense_container__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dense_mat.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dense_polynomial.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_diagonal.html @@ -739,65 +596,34 @@ libdata/pkgconfig/linbox.pc %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_diagonal_3_01___field_00_01_vector_categories_1_1_sparse_sequence_vector_tag_01_4.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dif.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_diophantine_solver.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_diophantine_solver__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_diophantine_solver__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_diophantine_solver__coll__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_diophantine_solver__coll__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_direct_sum.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dixon_lifting_container.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dixon_solver.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dixon_solver_3_01_ring_00_01_field_00_01_random_prime_00_01_method_1_1_block_hankel_01_4.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dixon_solver_3_01_ring_00_01_field_00_01_random_prime_00_01_method_1_1_block_hankel_01_4__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dixon_solver_3_01_ring_00_01_field_00_01_random_prime_00_01_method_1_1_block_hankel_01_4__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dixon_solver_3_01_ring_00_01_field_00_01_random_prime_00_01_method_1_1_block_hankel_01_4__coll__graph.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dixon_solver_3_01_ring_00_01_field_00_01_random_prime_00_01_method_1_1_block_wiedemann_01_4.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dixon_solver_3_01_ring_00_01_field_00_01_random_prime_00_01_method_1_1_block_wiedemann_01_4__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dixon_solver_3_01_ring_00_01_field_00_01_random_prime_00_01_method_1_1_block_wiedemann_01_4__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dixon_solver_3_01_ring_00_01_field_00_01_random_prime_00_01_method_1_1_block_wiedemann_01_4__coll__graph.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dixon_solver_3_01_ring_00_01_field_00_01_random_prime_00_01_method_1_1_dense_elimination_01_4.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dixon_solver_3_01_ring_00_01_field_00_01_random_prime_00_01_method_1_1_dense_elimination_01_4__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dixon_solver_3_01_ring_00_01_field_00_01_random_prime_00_01_method_1_1_dense_elimination_01_4__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dixon_solver_3_01_ring_00_01_field_00_01_random_prime_00_01_method_1_1_dense_elimination_01_4__coll__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dixon_solver_3_01_ring_00_01_field_00_01_random_prime_00_01_method_1_1_dense_elimination_01_4__coll__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dixon_solver_3_01_ring_00_01_field_00_01_random_prime_00_01_method_1_1_sparse_elimination_01_4.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dixon_solver_3_01_ring_00_01_field_00_01_random_prime_00_01_method_1_1_sparse_elimination_01_4__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dixon_solver_3_01_ring_00_01_field_00_01_random_prime_00_01_method_1_1_sparse_elimination_01_4__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dixon_solver_3_01_ring_00_01_field_00_01_random_prime_00_01_method_1_1_sparse_elimination_01_4__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dixon_solver_3_01_ring_00_01_field_00_01_random_prime_00_01_method_1_1_symboli63f2be15763ed6c70fa13a71fb7e0cde.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dixon_solver_3_01_ring_00_01_field_00_01_random_prime_00_01_method_1_1_symboli63f2be15763ed6c70fa13a71fb7e0cde.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dixon_solver_3_01_ring_00_01_field_00_01_random_prime_00_01_method_1_1_symboli63f2be15763ed6c70fa13a71fb7e0cde.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dixon_solver_3_01_ring_00_01_field_00_01_random_prime_00_01_method_1_1_symbolic_numeric_norm_01_4.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dixon_solver_3_01_ring_00_01_field_00_01_random_prime_00_01_method_1_1_wiedemann_01_4.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dixon_solver_3_01_ring_00_01_field_00_01_random_prime_00_01_method_1_1_wiedemann_01_4__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dixon_solver_3_01_ring_00_01_field_00_01_random_prime_00_01_method_1_1_wiedemann_01_4__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dixon_solver_3_01_ring_00_01_field_00_01_random_prime_00_01_method_1_1_wiedemann_01_4__coll__graph.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dot_product_domain_3_01_givaro_1_1_modular_3_01uint16__t_00_01_compute__t_01_4_01_4.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dot_product_domain_3_01_givaro_1_1_modular_3_01uint32__t_00_01_compute__t_01_4_01_4.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dot_product_domain_3_01_givaro_1_1_modular_3_01uint64__t_00_01_compute__t_01_4_01_4.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dot_product_domain_3_01_givaro_1_1_modular_3_01uint8__t_00_01_compute__t_01_4_01_4.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dot_product_domain_3_01_givaro_1_1_modular_balanced_3_01double_01_4_01_4.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_element_abstract.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_element_abstract__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_element_abstract__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_element_abstract__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_element_abstract__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_element_archetype.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_element_envelope.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_element_envelope__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_element_envelope__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_element_envelope__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_element_envelope__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_element_envelope__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_element_envelope__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_element_envelope__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_element_envelope__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_eliminator.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_environment_meta_data.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_environment_meta_data__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_environment_meta_data__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_environment_meta_data__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_environment_meta_data__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_environment_meta_data__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_environment_meta_data__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_environment_meta_data__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_environment_meta_data__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_exception.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_exception__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_exception__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_exception__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_exception__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_a_x_p_y.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_a_x_p_y_3_01_givaro_1_1_modular_3_01uint16__t_00_01_compute__t_01_4_01_4.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_a_x_p_y_3_01_givaro_1_1_modular_3_01uint32__t_00_01_compute__t_01_4_01_4.html @@ -805,68 +631,40 @@ libdata/pkgconfig/linbox.pc %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_a_x_p_y_3_01_givaro_1_1_modular_3_01uint8__t_00_01_compute__t_01_4_01_4.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_a_x_p_y_3_01_givaro_1_1_modular_balanced_3_01double_01_4_01_4.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_abstract.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_abstract__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_abstract__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_abstract__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_abstract__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_archetype.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_archetype__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_archetype__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_archetype__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_archetype__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_archetype__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_archetype__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_archetype__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_archetype__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_documentation.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_documentation__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_documentation__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_documentation__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_documentation__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_envelope.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_envelope__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_envelope__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_envelope__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_envelope__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_envelope__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_envelope__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_envelope__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_envelope__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_meta_data.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_meta_data__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_meta_data__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_meta_data__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_meta_data__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_meta_data__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_meta_data__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_meta_data__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_meta_data__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_fixed_prime_iterator.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_g_m_p_rational_element.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_gauss_domain.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_gauss_domain__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_gauss_domain__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_gauss_domain__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_gauss_domain__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_generator_meta_data.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_generator_meta_data__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_generator_meta_data__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_generator_meta_data__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_generator_meta_data__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_generator_meta_data__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_generator_meta_data__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_generator_meta_data__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_generator_meta_data__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_generic_rand_iter.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_gmp_random_prime.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_gmp_random_prime__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_gmp_random_prime__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_hilbert.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_hilbert___j_i_t___entry.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_hilbert__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_hilbert__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_hilbert__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_hilbert__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_hilbert__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_hilbert__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_hilbert__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_hilbert__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_hom.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_inconsistent_system.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_inverse.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_invert_textbook_domain.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_irrecuperable_exception.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_irrecuperable_exception__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_irrecuperable_exception__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_irrecuperable_exception__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_irrecuperable_exception__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_irrecuperable_exception__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_irrecuperable_exception__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_irrecuperable_exception__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_irrecuperable_exception__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_j_i_t___matrix.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_l_a_block_lanczos_solver.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_lanczos_solver.html @@ -879,49 +677,29 @@ libdata/pkgconfig/linbox.pc %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_m_v_product_domain_3_01_givaro_1_1_modular_3_01uint32__t_00_01_compute__t_01_4_01_4.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_m_v_product_domain_3_01_givaro_1_1_modular_3_01uint64__t_00_01_compute__t_01_4_01_4.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_m_v_product_domain_3_01_givaro_1_1_modular_3_01uint8__t_00_01_compute__t_01_4_01_4.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_m_v_product_domain__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_m_v_product_domain__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_m_v_product_domain__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_m_v_product_domain__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_masked_prime_iterator.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_masked_prime_iterator__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_masked_prime_iterator__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_masked_prime_iterator__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_masked_prime_iterator__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_masked_prime_iterator__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_masked_prime_iterator__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_masked_prime_iterator__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_masked_prime_iterator__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_massey_domain.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_matrix_archetype.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_matrix_blackbox.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_matrix_blackbox__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_matrix_blackbox__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_matrix_blackbox__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_matrix_blackbox__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_matrix_blackbox__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_matrix_blackbox__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_matrix_blackbox__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_matrix_blackbox__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_matrix_container_trait.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_matrix_domain.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_matrix_domain_3_01_g_f2_01_4.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_matrix_domain__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_matrix_domain__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_matrix_domain__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_matrix_domain__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_matrix_domain__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_matrix_domain__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_matrix_domain__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_matrix_domain__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_matrix_elt_pointer.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_matrix_meta_data.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_matrix_meta_data__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_matrix_meta_data__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_matrix_meta_data__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_matrix_meta_data__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_matrix_meta_data__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_matrix_meta_data__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_matrix_meta_data__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_matrix_meta_data__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_matrix_permutation.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_matrix_stream.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_matrix_stream_reader.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_meta_data.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_meta_data__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_meta_data__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_meta_data__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_meta_data__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_modular_crooked_rand_iter.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_moore_penrose.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_n_t_l___z_z.html @@ -929,183 +707,97 @@ libdata/pkgconfig/linbox.pc %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_n_t_l___z_z__p_x.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_n_t_l__zz__p_e.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_n_t_l__zz__p_e___initialiser.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_n_t_l__zz__p_e___initialiser__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_n_t_l__zz__p_e___initialiser__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_n_t_l__zz__p_e___initialiser__inherit__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_n_t_l__zz__p_e__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_n_t_l__zz__p_e__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_n_t_l__zz__p_e__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_n_t_l__zz__p_e__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_n_t_l__zz__p_e__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_n_t_l__zz__p_e__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_n_t_l__zz__p_e___initialiser__inherit__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_n_t_l__zz__p_e__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_n_t_l__zz__p_e__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_n_t_l__zz__p_e_x.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_n_t_l__zz__p_e_x__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_n_t_l__zz__p_e_x__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_n_t_l__zz__p_e_x__coll__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_n_t_l__zz__p_e_x__coll__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_n_t_l__zz__p_x.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_n_t_l__zz__p_x__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_n_t_l__zz__p_x__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_n_t_l__zz__p_x__coll__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_n_t_l__zz__p_x__coll__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_no_hom_error.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_not_implemented_yet_exception.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_not_implemented_yet_exception__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_not_implemented_yet_exception__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_not_implemented_yet_exception__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_not_implemented_yet_exception__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_not_implemented_yet_exception__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_not_implemented_yet_exception__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_not_implemented_yet_exception__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_not_implemented_yet_exception__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_null_matrix.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_one_invariant_factor.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_open_c_l_environ.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_open_c_l_matrix_domain.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_p_i_r__ntl___z_z__p.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_p_i_r__ntl___z_z__p__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_p_i_r__ntl___z_z__p__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_p_i_r__ntl___z_z__p__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_p_i_r__ntl___z_z__p__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_p_i_r__ntl___z_z__p__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_p_i_r__ntl___z_z__p__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_p_i_r__ntl___z_z__p__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_p_i_r__ntl___z_z__p__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_p_l_u_q_matrix.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_p_l_u_q_matrix__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_p_l_u_q_matrix__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_p_l_u_q_matrix__coll__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_p_l_u_q_matrix__coll__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_param_fuzzy.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_param_fuzzy__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_param_fuzzy__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_param_fuzzy__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_param_fuzzy__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_param_fuzzy__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_param_fuzzy__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_param_fuzzy__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_param_fuzzy__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_plain_submatrix.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_plain_submatrix__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_plain_submatrix__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_plain_submatrix__coll__graph.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_plot_data.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_plot_graph.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_plot_style.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_polynomial_b_b.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_polynomial_b_b_owner.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_polynomial_ring.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_polynomial_ring__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_polynomial_ring__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_polynomial_ring__coll__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_polynomial_ring__coll__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_power_gauss_domain.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_power_gauss_domain__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_power_gauss_domain__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_power_gauss_domain__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_power_gauss_domain__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_power_gauss_domain__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_power_gauss_domain__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_power_gauss_domain__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_power_gauss_domain__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_power_gauss_domain_power_of_two.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_precondition_failed.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_prime_iterator.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_prime_iterator__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_prime_sequence.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_prime_stream.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_protected_1_1_sparse_matrix_generic.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_protected_1_1_sparse_matrix_generic_3_01___field_00_01___row_00_01_vector_cate39e348ec7d02914193e1eede090c57c3.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_protected_1_1_sparse_matrix_generic__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_protected_1_1_sparse_matrix_generic__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_protected_1_1_sparse_matrix_generic__coll__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_protected_1_1_sparse_matrix_generic__coll__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_r_n_s.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_rand_iter_abstract.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_rand_iter_abstract__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_rand_iter_abstract__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_rand_iter_abstract__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_rand_iter_abstract__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_rand_iter_archetype.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_rand_iter_envelope.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_rand_iter_envelope__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_rand_iter_envelope__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_rand_iter_envelope__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_rand_iter_envelope__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_rand_iter_envelope__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_rand_iter_envelope__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_rand_iter_envelope__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_rand_iter_envelope__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_dense_matrix.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_dense_stream.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_dense_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_cat14a60865c7a516a843c39d5df39ee81a.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_dense_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_cat14a60865c7a516a843c39d5df39ee81a.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_dense_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_cat14a60865c7a516a843c39d5df39ee81a.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_dense_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_cat14a60865c7a516a843c39d5df39ee81a.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_dense_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_cat589381417933a6db12f95d32a4c5da0e.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_dense_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_catcfd19e7cb65f6fd59324387f6c5e107f.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_dense_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_catcfd19e7cb65f6fd59324387f6c5e107f.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_dense_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_catcfd19e7cb65f6fd59324387f6c5e107f.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_dense_stream__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_dense_stream__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_dense_stream__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_dense_stream__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_dense_stream__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_dense_stream__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_dense_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_catcfd19e7cb65f6fd59324387f6c5e107f.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_dense_stream__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_dense_stream__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_ca076d5b0790f7cce9e4742b9ee96c71e3.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_ca1c260a440a9d340287a67531f8b520d6.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_ca1c260a440a9d340287a67531f8b520d6.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_ca1c260a440a9d340287a67531f8b520d6.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_ca1d4ddb9b87c38b71f91c7eb0d9b4eb52.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_ca1d4ddb9b87c38b71f91c7eb0d9b4eb52.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_ca1d4ddb9b87c38b71f91c7eb0d9b4eb52.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_ca1c260a440a9d340287a67531f8b520d6.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_ca1d4ddb9b87c38b71f91c7eb0d9b4eb52.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_ca276d66c5e49e11847c8660dd91684cda.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_ca2ebf42c50775d2c177a869569e11fee5.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_ca2ebf42c50775d2c177a869569e11fee5.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_ca2ebf42c50775d2c177a869569e11fee5.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_ca5c0a127918cc27c31c6d2e29607b5a75.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_ca5c0a127918cc27c31c6d2e29607b5a75.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_ca5c0a127918cc27c31c6d2e29607b5a75.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_ca2ebf42c50775d2c177a869569e11fee5.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_ca5c0a127918cc27c31c6d2e29607b5a75.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_ca61dfcd16fddd3b2ca4b1974ad2d160c4.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_ca6d90686be227f69836c19582ab83f011.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_ca6d90686be227f69836c19582ab83f011.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_ca6d90686be227f69836c19582ab83f011.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_ca79eecefba2542132aa39cf072337013b.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_ca79eecefba2542132aa39cf072337013b.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_ca79eecefba2542132aa39cf072337013b.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_ca6d90686be227f69836c19582ab83f011.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_ca79eecefba2542132aa39cf072337013b.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_ca883e5ca445c8a45322c951afc9074c1d.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_caaa99f9b35c2bd8e6228b4e44fd1cdca7.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_caaa99f9b35c2bd8e6228b4e44fd1cdca7.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_caaa99f9b35c2bd8e6228b4e44fd1cdca7.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_cac632072138a8b2ac6e49d4b3b6db311d.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_cac632072138a8b2ac6e49d4b3b6db311d.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_cac632072138a8b2ac6e49d4b3b6db311d.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_caaa99f9b35c2bd8e6228b4e44fd1cdca7.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_cac632072138a8b2ac6e49d4b3b6db311d.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_rational_reconstruction.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_reverse_vector.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_reverse_vector__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_reverse_vector__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_reverse_vector__coll__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_reverse_vector__coll__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_ring_abstract.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_ring_abstract__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_ring_abstract__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_ring_abstract__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_ring_abstract__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_ring_abstract__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_ring_abstract__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_ring_abstract__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_ring_abstract__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_ring_archetype.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_ring_archetype__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_ring_archetype__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_ring_archetype__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_ring_archetype__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_ring_archetype__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_ring_archetype__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_ring_archetype__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_ring_archetype__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_ring_envelope.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_ring_envelope__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_ring_envelope__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_ring_envelope__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_ring_envelope__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_ring_envelope__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_ring_envelope__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_ring_envelope__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_ring_envelope__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_ring_interface.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_scalar_matrix.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_semi_d_iteration.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sigma_basis.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sliced.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sliced__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sliced__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sliced__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sliced__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sliced__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sliced__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sliced__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sliced__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sliced_polynomial_matrix_addin.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sliced_polynomial_matrix_subin.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sliced_polynomial_vector_addin.html @@ -1115,9 +807,7 @@ libdata/pkgconfig/linbox.pc %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_smith_form_local.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sparse___vector.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sparse_l_u_lifting_container.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sparse_l_u_lifting_container__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sparse_l_u_lifting_container__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sparse_l_u_lifting_container__coll__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sparse_l_u_lifting_container__coll__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sparse_matrix_3_01___field_00_01_sparse_matrix_format_1_1_c_o_o_01_4.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sparse_matrix_3_01___field_00_01_sparse_matrix_format_1_1_c_o_o_1_1implicit_01_4.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sparse_matrix_3_01___field_00_01_sparse_matrix_format_1_1_c_s_r_01_4.html @@ -1126,13 +816,9 @@ libdata/pkgconfig/linbox.pc %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sparse_matrix_3_01___field_00_01_sparse_matrix_format_1_1_e_l_l___r_01_4.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sparse_matrix_3_01___field_00_01_sparse_matrix_format_1_1_h_y_b_01_4.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sparse_matrix_3_01_field___00_01_sparse_matrix_format_1_1_t_p_l_01_4.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sparse_matrix_3_01_field___00_01_sparse_matrix_format_1_1_t_p_l_01_4__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sparse_matrix_3_01_field___00_01_sparse_matrix_format_1_1_t_p_l_01_4__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sparse_matrix_3_01_field___00_01_sparse_matrix_format_1_1_t_p_l_01_4__coll__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sparse_matrix_3_01_field___00_01_sparse_matrix_format_1_1_t_p_l_01_4__coll__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sparse_matrix_3_01_field___00_01_sparse_matrix_format_1_1_t_p_l__omp_01_4.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sparse_matrix_3_01_field___00_01_sparse_matrix_format_1_1_t_p_l__omp_01_4__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sparse_matrix_3_01_field___00_01_sparse_matrix_format_1_1_t_p_l__omp_01_4__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sparse_matrix_3_01_field___00_01_sparse_matrix_format_1_1_t_p_l__omp_01_4__coll__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sparse_matrix_3_01_field___00_01_sparse_matrix_format_1_1_t_p_l__omp_01_4__coll__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sparse_matrix_format_1_1_b_c_s_r.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sparse_matrix_format_1_1_c_o_o.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sparse_matrix_format_1_1_c_o_o1.html @@ -1153,60 +839,30 @@ libdata/pkgconfig/linbox.pc %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sparse_matrix_write_helper.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_squarize.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream_3_01_field_00_01___vector_00_01_vector_categories_1_1_de25ce3a2286583c6071ec9e0d7ff82ac2.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream_3_01_field_00_01___vector_00_01_vector_categories_1_1_de25ce3a2286583c6071ec9e0d7ff82ac2.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream_3_01_field_00_01___vector_00_01_vector_categories_1_1_de25ce3a2286583c6071ec9e0d7ff82ac2.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream_3_01_field_00_01___vector_00_01_vector_categories_1_1_def068aed82c189505a74dd0170a766c05.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream_3_01_field_00_01___vector_00_01_vector_categories_1_1_def068aed82c189505a74dd0170a766c05.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream_3_01_field_00_01___vector_00_01_vector_categories_1_1_def068aed82c189505a74dd0170a766c05.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream_3_01_field_00_01___vector_00_01_vector_categories_1_1_de25ce3a2286583c6071ec9e0d7ff82ac2.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream_3_01_field_00_01___vector_00_01_vector_categories_1_1_def068aed82c189505a74dd0170a766c05.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream_3_01_field_00_01___vector_00_01_vector_categories_1_1_dense_vector_tag_01_4.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream_3_01_field_00_01___vector_00_01_vector_categories_1_1_sp2bc07961a950a2b7d87d3655c73eb355.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream_3_01_field_00_01___vector_00_01_vector_categories_1_1_sp2bc07961a950a2b7d87d3655c73eb355.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream_3_01_field_00_01___vector_00_01_vector_categories_1_1_sp2bc07961a950a2b7d87d3655c73eb355.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream_3_01_field_00_01___vector_00_01_vector_categories_1_1_sp3657af9f9c0a082d0a5233dccd254a48.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream_3_01_field_00_01___vector_00_01_vector_categories_1_1_sp3657af9f9c0a082d0a5233dccd254a48.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream_3_01_field_00_01___vector_00_01_vector_categories_1_1_sp3657af9f9c0a082d0a5233dccd254a48.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream_3_01_field_00_01___vector_00_01_vector_categories_1_1_sp50fd54fa14aa9d8c2f9afb1d44b95020.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream_3_01_field_00_01___vector_00_01_vector_categories_1_1_sp50fd54fa14aa9d8c2f9afb1d44b95020.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream_3_01_field_00_01___vector_00_01_vector_categories_1_1_sp50fd54fa14aa9d8c2f9afb1d44b95020.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream_3_01_field_00_01___vector_00_01_vector_categories_1_1_sp71c3d6e79d499f84d7f5557032fb5717.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream_3_01_field_00_01___vector_00_01_vector_categories_1_1_sp71c3d6e79d499f84d7f5557032fb5717.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream_3_01_field_00_01___vector_00_01_vector_categories_1_1_sp71c3d6e79d499f84d7f5557032fb5717.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream_3_01_field_00_01___vector_00_01_vector_categories_1_1_sp9d4ce05cc1a931408a07e35e530a8b13.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream_3_01_field_00_01___vector_00_01_vector_categories_1_1_sp9d4ce05cc1a931408a07e35e530a8b13.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream_3_01_field_00_01___vector_00_01_vector_categories_1_1_sp9d4ce05cc1a931408a07e35e530a8b13.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream_3_01_field_00_01___vector_00_01_vector_categories_1_1_spa2bed8314a65b71f5dbdd51f8c5802a4.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream_3_01_field_00_01___vector_00_01_vector_categories_1_1_spa2bed8314a65b71f5dbdd51f8c5802a4.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream_3_01_field_00_01___vector_00_01_vector_categories_1_1_spa2bed8314a65b71f5dbdd51f8c5802a4.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream_3_01_field_00_01___vector_00_01_vector_categories_1_1_sp2bc07961a950a2b7d87d3655c73eb355.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream_3_01_field_00_01___vector_00_01_vector_categories_1_1_sp3657af9f9c0a082d0a5233dccd254a48.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream_3_01_field_00_01___vector_00_01_vector_categories_1_1_sp50fd54fa14aa9d8c2f9afb1d44b95020.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream_3_01_field_00_01___vector_00_01_vector_categories_1_1_sp71c3d6e79d499f84d7f5557032fb5717.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream_3_01_field_00_01___vector_00_01_vector_categories_1_1_sp9d4ce05cc1a931408a07e35e530a8b13.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream_3_01_field_00_01___vector_00_01_vector_categories_1_1_spa2bed8314a65b71f5dbdd51f8c5802a4.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream_3_01_field_00_01___vector_00_01_vector_categories_1_1_sparse_parallel_vector_tag_01_4.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream_3_01_field_00_01___vector_00_01_vector_categories_1_1_sparse_sequence_vector_tag_01_4.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream_3_01_field_00_01___vector_00_01_vector_categories_1_1_speb533800f9a893196e1a53ada766ae00.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_storage_meta_data.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_storage_meta_data__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_storage_meta_data__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_storage_meta_data__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_storage_meta_data__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_storage_meta_data__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_storage_meta_data__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_storage_meta_data__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_storage_meta_data__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_subiterator.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_submatrix.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_submatrix_3_01_blackbox_00_01_vector_categories_1_1_dense_vector_tag_01_4.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_submatrix_3_01_blackbox_00_01_vector_categories_1_1_dense_vector_tag_01_4__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_submatrix_3_01_blackbox_00_01_vector_categories_1_1_dense_vector_tag_01_4__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_submatrix_3_01_blackbox_00_01_vector_categories_1_1_dense_vector_tag_01_4__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_submatrix_3_01_blackbox_00_01_vector_categories_1_1_dense_vector_tag_01_4__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_submatrix_3_01_blackbox_00_01_vector_categories_1_1_dense_zero_one_vector_tag_01_4.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_submatrix_3_01_blackbox_00_01_vector_categories_1_1_dense_zero_one_vector_tag_01_4__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_submatrix_3_01_blackbox_00_01_vector_categories_1_1_dense_zero_one_vector_tag_01_4__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_submatrix_3_01_blackbox_00_01_vector_categories_1_1_dense_zero_one_vector_tag_01_4__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_submatrix_3_01_blackbox_00_01_vector_categories_1_1_dense_zero_one_vector_tag_01_4__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_submatrix_3_01_blackbox_00_01_vector_categories_1_1_dense_zero_one_vector_tag_01_4__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_submatrix_3_01_blackbox_00_01_vector_categories_1_1_dense_zero_one_vector_tag_01_4__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_submatrix_3_01_blackbox_00_01_vector_categories_1_1_dense_zero_one_vector_tag_01_4__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_submatrix_3_01_blackbox_00_01_vector_categories_1_1_dense_zero_one_vector_tag_01_4__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_submatrix_3_01_blas_matrix_3_01___field_01_4_00_01_vector_categories_1_1_dense_vector_tag_01_4.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_submatrix_adapter.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_submatrix_owner_3_01_blackbox_00_01_vector_categories_1_1_dense_vector_tag_01_4.html @@ -1220,33 +876,18 @@ libdata/pkgconfig/linbox.pc %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_toeplitz_3_01typename_01___p_ring_1_1_coeff_field_00_01___p_ring_01_4.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_transpose.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_transpose_matrix.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_transpose_matrix__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_transpose_matrix__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_transpose_matrix__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_transpose_matrix__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_transpose_matrix__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_transpose_matrix__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_transpose_matrix__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_transpose_matrix__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_transpose_owner.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_transposed_blas_matrix.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_transposed_blas_matrix__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_transposed_blas_matrix__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_transposed_blas_matrix__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_transposed_blas_matrix__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_transposed_blas_matrix__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_transposed_blas_matrix__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_transposed_blas_matrix__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_transposed_blas_matrix__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_triangular_blas_matrix.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_unparametric_rand_iter_3_01_n_t_l_1_1_z_z__p_01_4.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_unparametric_rand_iter_3_01_n_t_l_1_1_z_z__p_01_4__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_unparametric_rand_iter_3_01_n_t_l_1_1_z_z__p_01_4__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_unparametric_rand_iter_3_01_n_t_l_1_1_z_z__p_01_4__coll__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_unparametric_rand_iter_3_01_n_t_l_1_1_z_z__p_01_4__coll__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_vector_fraction.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_vector_fraction__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_vector_fraction__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_vector_fraction__coll__graph.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_vector_stream.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_vector_stream__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_vector_stream__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_vector_stream__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_vector_stream__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_wiedemann_lifting_container.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_wiedemann_solver.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_z_o_quad.html @@ -1257,12 +898,8 @@ libdata/pkgconfig/linbox.pc %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_zero_one_3_01_g_f2_01_4_1_1_indexed_iterator.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_zero_one_3_01_g_f2_01_4_1_1_iterator.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1algo_exception.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1algo_exception__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1algo_exception__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1algo_exception__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1algo_exception__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1algo_exception__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1algo_exception__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1algo_exception__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1algo_exception__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1index_domain.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1lattice_method.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1show_progression.html @@ -1270,400 +907,233 @@ libdata/pkgconfig/linbox.pc %%DOXYGEN%%%%DOCSDIR%%/linbox-html/classes.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/closed.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/commentator_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/commentator_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/commentator_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/commentator_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/commentator_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/copy.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-builder-early-multip_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-builder-early-multip_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-builder-early-multip_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-builder-early-multip_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-builder-early-multip_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-builder-early-multip_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-builder-early-multip_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-builder-early-multip_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-builder-early-multip_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-builder-full-multip-fixed_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-builder-full-multip-fixed_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-builder-full-multip-fixed_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-builder-full-multip-fixed_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-builder-full-multip-fixed_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-builder-full-multip-fixed_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-builder-full-multip-fixed_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-builder-full-multip-fixed_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-builder-full-multip-fixed_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-builder-full-multip_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-builder-full-multip_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-builder-full-multip_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-builder-full-multip_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-builder-full-multip_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-builder-full-multip_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-builder-full-multip_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-builder-full-multip_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-builder-full-multip_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-builder-single_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-builder-single_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-builder-single_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-builder-single_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-builder-single_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-builder-single_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-builder-single_8h__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-domain-omp_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-domain-omp_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-domain-omp_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-domain-omp_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-builder-single_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-builder-single_8h__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-domain-parallel_8h.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-domain-parallel_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-domain-sequential_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-domain-sequential_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-domain-sequential_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-domain-sequential_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-domain-sequential_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-domain-sequential_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-domain-sequential_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-domain-sequential_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-domain-sequential_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-domain_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-domain_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-domain_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-domain_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-domain_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-domain_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-domain_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-domain_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-domain_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-givrnsfixed_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-givrnsfixed_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-givrnsfixed_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-givrnsfixed_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-givrnsfixed_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-givrnsfixed_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-givrnsfixed_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-givrnsfixed_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-givrnsfixed_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-kaapi_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-kaapi_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-kaapi_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-kaapi_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-kaapi_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/debug_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/debug_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/debug_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/debug_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/debug_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/debug_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/debug_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/debug_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/debug_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/default_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/default_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/default_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/default_8h__dep__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/default_8h__dep__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dense-matrix_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dense-matrix_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dense-matrix_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dense-matrix_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dense-matrix_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dense-matrix_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dense-matrix_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dense-matrix_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dense-matrix_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dense-nullspace_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dense-nullspace_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dense-nullspace_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dense-nullspace_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dense-nullspace_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dense-nullspace_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dense-nullspace_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dense-nullspace_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dense-nullspace_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dense-polynomial_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dense-polynomial_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dense-polynomial_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dense-polynomial_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dense-polynomial_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dense-polynomial_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dense-polynomial_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dense-polynomial_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dense-polynomial_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/densesolverat_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/densesolverat_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/densesolverat_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/densesolverat_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/densesolverat_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/deprecated.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/det_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/det_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/det_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/det_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/det_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/det_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/det_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/det_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/det_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/det_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/det_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/det_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/det_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/det_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dev.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/diagonal-gf2_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/diagonal-gf2_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/diagonal-gf2_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/diagonal-gf2_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/diagonal-gf2_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/diagonal_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/diagonal_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/diagonal_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/diagonal_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/diagonal_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/diagonal_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/diagonal_8h__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000000_000003.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000000_000005.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000000_000009.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000000_000015.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/diagonal_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/diagonal_8h__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000000_000002.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000000_000004.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000000_000008.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000000_000013.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000000_000020.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000000_000022.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000000_000024.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000000_000025.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000000_000029.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000000_000034.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000000_000035.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000001_000008.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000001_000014.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000002_000014.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000003_000000.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000003_000007.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000003_000015.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000003_000025.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000003_000029.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000003_000034.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000003_000035.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000004_000034.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000004_000035.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000005_000034.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000006_000015.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000008_000014.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000009_000007.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000009_000024.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000009_000034.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000010_000014.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000012_000015.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000012_000034.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000015_000000.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000015_000003.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000015_000004.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000015_000018.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000015_000024.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000015_000029.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000015_000032.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000015_000034.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000015_000035.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000016_000014.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000017_000015.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000017_000024.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000018_000000.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000018_000003.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000018_000004.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000018_000034.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000018_000035.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000019_000034.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000020_000034.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000020_000035.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000023_000015.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000023_000024.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000023_000025.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000023_000034.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000024_000009.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000024_000034.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000025_000007.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000025_000009.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000025_000020.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000025_000022.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000025_000024.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000025_000034.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000025_000035.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000000_000023.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000000_000027.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000000_000032.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000000_000033.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000001_000012.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000002_000000.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000002_000006.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000002_000013.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000002_000023.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000002_000027.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000002_000032.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000002_000033.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000003_000032.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000003_000033.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000004_000032.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000005_000013.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000007_000012.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000008_000006.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000008_000022.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000008_000032.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000010_000013.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000010_000032.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000013_000000.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000013_000002.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000013_000003.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000013_000016.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000013_000022.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000013_000027.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000013_000030.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000013_000032.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000013_000033.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000014_000012.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000015_000013.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000015_000022.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000016_000000.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000016_000002.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000016_000003.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000016_000032.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000016_000033.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000017_000032.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000018_000032.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000018_000033.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000021_000013.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000021_000022.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000021_000023.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000021_000032.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000022_000008.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000022_000032.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000023_000006.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000023_000008.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000023_000018.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000023_000020.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000023_000022.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000023_000032.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000023_000033.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000025_000000.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000025_000003.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000027_000000.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000027_000004.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000029_000000.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000029_000003.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000029_000015.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000029_000024.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000029_000025.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000029_000034.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000029_000035.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000030_000000.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000030_000015.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000030_000024.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000030_000034.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000030_000035.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000031_000014.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000032_000029.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000032_000034.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000032_000035.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000027_000002.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000027_000013.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000027_000022.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000027_000023.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000027_000032.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000027_000033.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000028_000000.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000028_000013.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000028_000022.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000028_000032.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000028_000033.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000029_000012.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000030_000027.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000030_000032.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000030_000033.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000031_000012.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000032_000009.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000032_000013.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000032_000033.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000033_000008.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000033_000014.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000034_000011.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000034_000015.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000034_000035.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000035_000009.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000035_000034.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000033_000032.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_02b7ce4c960f619e7c5478c4795fae93.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_02b7ce4c960f619e7c5478c4795fae93_dep.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_02b7ce4c960f619e7c5478c4795fae93_dep.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_02b7ce4c960f619e7c5478c4795fae93_dep.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_02b7ce4c960f619e7c5478c4795fae93_dep.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_07fb1efa78d30e6edd00a7a729cbaf24.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_07fb1efa78d30e6edd00a7a729cbaf24_dep.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_07fb1efa78d30e6edd00a7a729cbaf24_dep.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_07fb1efa78d30e6edd00a7a729cbaf24_dep.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_07fb1efa78d30e6edd00a7a729cbaf24_dep.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_0e4bf3639fd7627649b572bfb0493895.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_0e4bf3639fd7627649b572bfb0493895_dep.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_0e4bf3639fd7627649b572bfb0493895_dep.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_0e4bf3639fd7627649b572bfb0493895_dep.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_0e4bf3639fd7627649b572bfb0493895_dep.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_1242b50208f9a45e6fff0e434cfa05a9.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_1242b50208f9a45e6fff0e434cfa05a9_dep.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_1242b50208f9a45e6fff0e434cfa05a9_dep.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_1242b50208f9a45e6fff0e434cfa05a9_dep.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_1242b50208f9a45e6fff0e434cfa05a9_dep.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_13a41d9ad64fb9ae396cb953294783cf.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_13a41d9ad64fb9ae396cb953294783cf_dep.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_13a41d9ad64fb9ae396cb953294783cf_dep.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_13a41d9ad64fb9ae396cb953294783cf_dep.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_13a41d9ad64fb9ae396cb953294783cf_dep.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_1c599de66bbe6c9e8cd34cba0adb4b03.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_1c599de66bbe6c9e8cd34cba0adb4b03_dep.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_1c599de66bbe6c9e8cd34cba0adb4b03_dep.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_1c599de66bbe6c9e8cd34cba0adb4b03_dep.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_1c599de66bbe6c9e8cd34cba0adb4b03_dep.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_24bef21bf2b89e329a490cf28a2e4619.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_24bef21bf2b89e329a490cf28a2e4619_dep.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_24bef21bf2b89e329a490cf28a2e4619_dep.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_24bef21bf2b89e329a490cf28a2e4619_dep.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_24bef21bf2b89e329a490cf28a2e4619_dep.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_2580a3333b3f1d025eb518987c7df370.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_2580a3333b3f1d025eb518987c7df370_dep.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_2580a3333b3f1d025eb518987c7df370_dep.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_2580a3333b3f1d025eb518987c7df370_dep.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_2580a3333b3f1d025eb518987c7df370_dep.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_25a3dad0cbc989f4406249ec44ba917b.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_25a3dad0cbc989f4406249ec44ba917b_dep.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_25a3dad0cbc989f4406249ec44ba917b_dep.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_25a3dad0cbc989f4406249ec44ba917b_dep.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_25a3dad0cbc989f4406249ec44ba917b_dep.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_25c54ace779594001bd2ffed102b48ce.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_25c54ace779594001bd2ffed102b48ce_dep.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_25c54ace779594001bd2ffed102b48ce_dep.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_25c54ace779594001bd2ffed102b48ce_dep.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_25c54ace779594001bd2ffed102b48ce_dep.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_29feea0786a8cc926667f762fb234b2b.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_29feea0786a8cc926667f762fb234b2b_dep.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_29feea0786a8cc926667f762fb234b2b_dep.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_29feea0786a8cc926667f762fb234b2b_dep.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_29feea0786a8cc926667f762fb234b2b_dep.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_2e6b3f5ad3c7050a7baa3c01eb74895f.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_2e6b3f5ad3c7050a7baa3c01eb74895f_dep.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_2e6b3f5ad3c7050a7baa3c01eb74895f_dep.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_2e6b3f5ad3c7050a7baa3c01eb74895f_dep.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_2eb35ac3e52303591c88027dc62c9416.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_2eb35ac3e52303591c88027dc62c9416_dep.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_2eb35ac3e52303591c88027dc62c9416_dep.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_2eb35ac3e52303591c88027dc62c9416_dep.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_378a235e21d03f11e546bb8f3992b4e7.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_378a235e21d03f11e546bb8f3992b4e7_dep.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_378a235e21d03f11e546bb8f3992b4e7_dep.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_378a235e21d03f11e546bb8f3992b4e7_dep.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_2e6b3f5ad3c7050a7baa3c01eb74895f_dep.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_579be3422eec46e6edb46658e48c7c1f.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_579be3422eec46e6edb46658e48c7c1f_dep.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_579be3422eec46e6edb46658e48c7c1f_dep.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_579be3422eec46e6edb46658e48c7c1f_dep.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_579be3422eec46e6edb46658e48c7c1f_dep.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_59425e443f801f1f2fd8bbe4959a3ccf.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_59425e443f801f1f2fd8bbe4959a3ccf_dep.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_59425e443f801f1f2fd8bbe4959a3ccf_dep.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_59425e443f801f1f2fd8bbe4959a3ccf_dep.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_59425e443f801f1f2fd8bbe4959a3ccf_dep.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_625b6b00e15f34ec666d16cefc93f671.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_625b6b00e15f34ec666d16cefc93f671_dep.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_625b6b00e15f34ec666d16cefc93f671_dep.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_625b6b00e15f34ec666d16cefc93f671_dep.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_625b6b00e15f34ec666d16cefc93f671_dep.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_678dca5df0aa984fa308276c08c9ea4c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_678dca5df0aa984fa308276c08c9ea4c_dep.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_678dca5df0aa984fa308276c08c9ea4c_dep.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_678dca5df0aa984fa308276c08c9ea4c_dep.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_678dca5df0aa984fa308276c08c9ea4c_dep.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_7af51a00587982c04b08a156fa91c254.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_7af51a00587982c04b08a156fa91c254_dep.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_7af51a00587982c04b08a156fa91c254_dep.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_7af51a00587982c04b08a156fa91c254_dep.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_7af51a00587982c04b08a156fa91c254_dep.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_7d0dfa90a1373fd2c8e8ca70d499dc6c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_7d0dfa90a1373fd2c8e8ca70d499dc6c_dep.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_7d0dfa90a1373fd2c8e8ca70d499dc6c_dep.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_7d0dfa90a1373fd2c8e8ca70d499dc6c_dep.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_7d0dfa90a1373fd2c8e8ca70d499dc6c_dep.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_82564e5191afcdf72d713ac61ae04d49.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_82564e5191afcdf72d713ac61ae04d49_dep.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_82564e5191afcdf72d713ac61ae04d49_dep.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_82564e5191afcdf72d713ac61ae04d49_dep.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_82564e5191afcdf72d713ac61ae04d49_dep.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_965788e378e5dce35657d90db117e13a.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_965788e378e5dce35657d90db117e13a_dep.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_965788e378e5dce35657d90db117e13a_dep.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_965788e378e5dce35657d90db117e13a_dep.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_965788e378e5dce35657d90db117e13a_dep.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_97e9319567d2a4a7dc9911eb59fd599b.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_97e9319567d2a4a7dc9911eb59fd599b_dep.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_97e9319567d2a4a7dc9911eb59fd599b_dep.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_97e9319567d2a4a7dc9911eb59fd599b_dep.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_97e9319567d2a4a7dc9911eb59fd599b_dep.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_9906a54e6a581895354c2a2222b15e24.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_9906a54e6a581895354c2a2222b15e24_dep.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_9906a54e6a581895354c2a2222b15e24_dep.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_9906a54e6a581895354c2a2222b15e24_dep.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_9906a54e6a581895354c2a2222b15e24_dep.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_9a5fb83af990c7ae5075d08bac89b81d.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_9a5fb83af990c7ae5075d08bac89b81d_dep.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_9a5fb83af990c7ae5075d08bac89b81d_dep.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_9a5fb83af990c7ae5075d08bac89b81d_dep.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_9a5fb83af990c7ae5075d08bac89b81d_dep.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_9c4fd8e1a7fa8a3318a77bfbc696906f.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_9c4fd8e1a7fa8a3318a77bfbc696906f_dep.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_9c4fd8e1a7fa8a3318a77bfbc696906f_dep.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_9c4fd8e1a7fa8a3318a77bfbc696906f_dep.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_9c4fd8e1a7fa8a3318a77bfbc696906f_dep.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_ac9473dab6df597d8310cf0512212439.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_ac9473dab6df597d8310cf0512212439_dep.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_ac9473dab6df597d8310cf0512212439_dep.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_ac9473dab6df597d8310cf0512212439_dep.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_ac9473dab6df597d8310cf0512212439_dep.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_b86d7ccc0f47db9132be1f46982f9ef0.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_b86d7ccc0f47db9132be1f46982f9ef0_dep.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_b86d7ccc0f47db9132be1f46982f9ef0_dep.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_b86d7ccc0f47db9132be1f46982f9ef0_dep.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_b86d7ccc0f47db9132be1f46982f9ef0_dep.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_bc83df2f309e725c545dc043c545bf7a.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_bc83df2f309e725c545dc043c545bf7a_dep.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_bc83df2f309e725c545dc043c545bf7a_dep.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_bc83df2f309e725c545dc043c545bf7a_dep.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_bc83df2f309e725c545dc043c545bf7a_dep.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_c270ced7e00c40c5a8714efccf173dbb.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_c270ced7e00c40c5a8714efccf173dbb_dep.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_c270ced7e00c40c5a8714efccf173dbb_dep.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_c270ced7e00c40c5a8714efccf173dbb_dep.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_c270ced7e00c40c5a8714efccf173dbb_dep.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_c9aab52ca3ab5639679a9a286a242863.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_c9aab52ca3ab5639679a9a286a242863_dep.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_c9aab52ca3ab5639679a9a286a242863_dep.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_c9aab52ca3ab5639679a9a286a242863_dep.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_c9aab52ca3ab5639679a9a286a242863_dep.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_d28a4824dc47e487b107a5db32ef43c4.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_d28a4824dc47e487b107a5db32ef43c4_dep.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_d28a4824dc47e487b107a5db32ef43c4_dep.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_d28a4824dc47e487b107a5db32ef43c4_dep.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_d28a4824dc47e487b107a5db32ef43c4_dep.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_dd1b9e3f26b4407d6ef48aa3097d1b21.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_dd1b9e3f26b4407d6ef48aa3097d1b21_dep.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_dd1b9e3f26b4407d6ef48aa3097d1b21_dep.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_dd1b9e3f26b4407d6ef48aa3097d1b21_dep.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_dd1b9e3f26b4407d6ef48aa3097d1b21_dep.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_ec3816dd87c458d65464c1d0b974dae0.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_ec3816dd87c458d65464c1d0b974dae0_dep.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_ec3816dd87c458d65464c1d0b974dae0_dep.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_ec3816dd87c458d65464c1d0b974dae0_dep.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_ec3816dd87c458d65464c1d0b974dae0_dep.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_ee93f46c216a9571cf1eca60fb1f0e0a.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_ee93f46c216a9571cf1eca60fb1f0e0a_dep.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_ee93f46c216a9571cf1eca60fb1f0e0a_dep.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_ee93f46c216a9571cf1eca60fb1f0e0a_dep.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_ee93f46c216a9571cf1eca60fb1f0e0a_dep.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_fce6dfce75cd9043bb18144bfa548b73.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_fce6dfce75cd9043bb18144bfa548b73_dep.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_fce6dfce75cd9043bb18144bfa548b73_dep.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_fce6dfce75cd9043bb18144bfa548b73_dep.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_fce6dfce75cd9043bb18144bfa548b73_dep.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dist.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dixon-solver-symbolic-numeric_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dixon-solver-symbolic-numeric_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dixon-solver-symbolic-numeric_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dixon-solver-symbolic-numeric_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dixon-solver-symbolic-numeric_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dixonsolve_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dixonsolve_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dixonsolve_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dixonsolve_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dixonsolve_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/doc.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/docd.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dot-product_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dot-product_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dot-product_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dot-product_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dot-product_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/doubledet_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/doubledet_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/doubledet_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/doubledet_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/doubledet_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/doxygen.css %%DOXYGEN%%%%DOCSDIR%%/linbox-html/doxygen.svg %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dynsections.js %%DOXYGEN%%%%DOCSDIR%%/linbox-html/echelon_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/echelon_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/echelon_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/echelon_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/echelon_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/element_2archetype_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/element_2archetype_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/element_2archetype_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/element_2archetype_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/ex-fields-archetype_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/ex-fields-archetype_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/ex-fields-archetype_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/ex-fields-archetype_8_c__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/ex-fields_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/ex-fields_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/ex-fields_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/ex-fields_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/element_2archetype_8h__dep__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/examples.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/examples_2athadet_8_c-example.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/examples_2bigmat_8_c-example.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/examples_2charpoly_8_c-example.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/examples_2checksolve_8_c-example.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/examples_2densesolverat_8_c-example.html @@ -1673,21 +1143,14 @@ libdata/pkgconfig/linbox.pc %%DOXYGEN%%%%DOCSDIR%%/linbox-html/examples_2doubledet_8_c-example.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/examples_2echelon_8_c-example.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/examples_2graph-charpoly_8_c-example.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/examples_2grid_reduce_8_c-example.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/examples_2integer-mul_8_c-example.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/examples_2matrices_8_c-example.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/examples_2minpoly_8_c-example.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/examples_2mpidet_8_c-example.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/examples_2nullspacebasis_8_c-example.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/examples_2nullspacebasis_rank_8_c-example.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/examples_2omp_block_rank_8_c-example.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/examples_2power_rank_8_c-example.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/examples_2poweroftwo_ranks_8_c-example.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/examples_2qchar_8_c-example.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/examples_2rank_8_c-example.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/examples_2ratdet_8_c-example.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/examples_2rr_8_c-example.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/examples_2samplebb_8_c-example.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/examples_2smith_8_c-example.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/examples_2smithsparse_8_c-example.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/examples_2smithvalence_8_c-example.html @@ -1697,98 +1160,165 @@ libdata/pkgconfig/linbox.pc %%DOXYGEN%%%%DOCSDIR%%/linbox-html/examples_2sparsesolverat_8_c-example.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/examples_2valence_8_c-example.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/field_2archetype_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/field_2archetype_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/field_2archetype_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/field_2archetype_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/field_2archetype_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/field_2archetype_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/field_2archetype_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/field_2archetype_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/field_2archetype_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/files.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/folderclosed.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/folderopen.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_0.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_0_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_1.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_10.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_10_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_11.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_11_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_12.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_12_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_13.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_13_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_14.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_14_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_15.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_15_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_16.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_16_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_17.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_17_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_18.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_18_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_19.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_19_dark.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_1_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_2.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_20.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_20_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_21.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_21_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_22.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_22_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_23.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_23_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_24.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_24_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_25.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_25_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_26.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_26_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_27.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_27_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_28.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_28_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_29.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_29_dark.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_2_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_3.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_30.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_30_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_31.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_31_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_32.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_32_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_33.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_33_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_34.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_34_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_35.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_35_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_36.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_36_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_37.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_37_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_38.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_38_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_39.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_39_dark.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_3_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_4.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_40.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_40_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_41.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_41_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_42.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_42_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_43.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_43_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_44.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_44_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_45.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_45_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_46.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_46_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_47.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_47_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_48.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_48_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_49.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_49_dark.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_4_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_5.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_50.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_50_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_51.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_51_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_52.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_52_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_53.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_53_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_54.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_54_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_55.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_55_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_56.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_56_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_57.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_57_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_58.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_58_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_59.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_59_dark.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_5_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_6.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_60.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_60_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_61.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_61_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_62.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_62_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_63.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_63_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_64.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_64_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_65.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_65_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_66.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_66_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_67.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_67_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_68.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_68_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_69.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_69_dark.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_6_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_7.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_70.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_70_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_71.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_71_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_72.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_72_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_73.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_73_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_74.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_74_dark.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_7_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_8.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_8_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_9.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_9_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/formula.repository %%DOXYGEN%%%%DOCSDIR%%/linbox-html/frobenius_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/frobenius_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/frobenius_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/frobenius_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/frobenius_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/frobenius_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/frobenius_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/frobenius_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/frobenius_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/functions.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/functions_a.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/functions_b.html @@ -1849,1303 +1379,481 @@ libdata/pkgconfig/linbox.pc %%DOXYGEN%%%%DOCSDIR%%/linbox-html/functions_z.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/functions_~.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/gauss-gf2_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/gauss-gf2_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/gauss-gf2_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/gauss-gf2_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/gauss-gf2_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/gauss-gf2_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/gauss-gf2_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/gauss-gf2_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/gauss-gf2_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/gauss_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/gauss_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/gauss_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/gauss_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/gauss_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/gauss_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/gauss_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/gauss_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/gauss_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/generic_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/generic_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/generic_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/generic_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/generic_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/globals.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/globals_defs.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/globals_func.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/graph-charpoly_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/graph-charpoly_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/graph-charpoly_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/graph-charpoly_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/graph-charpoly_8_c__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/graph_legend.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/graph_legend.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/graph_legend.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/graph_legend.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/grid__reduce_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/grid__reduce_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/grid__reduce_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/grid__reduce_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group___c_r_a.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group___c_r_a.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group___c_r_a.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group___c_r_a.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group___c_r_a.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group___n_t_l.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group___n_t_l.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group___n_t_l.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group___n_t_l.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group___n_t_l.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group___solvers.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group___solvers.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group___solvers.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group___solvers.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group___solvers.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group___vector.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__algorithms.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__algorithms.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__algorithms.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__algorithms.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__algorithms.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__benchmarks.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__blackbox.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__blackbox.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__blackbox.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__blackbox.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__blackbox.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__blas3.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__blas3.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__blas3.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__blas3.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__blas3.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__charpoly.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__charpoly.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__charpoly.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__charpoly.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__charpoly.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__densematrix.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__densematrix.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__densematrix.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__densematrix.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__densematrix.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__determin.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__determin.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__determin.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__determin.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__determin.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__diophant.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__diophant.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__diophant.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__diophant.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__diophant.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__doc.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__element.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__elim.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__elim.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__elim.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__elim.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__elim.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__examples.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__exceptions.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__field.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__field.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__field.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__field.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__field.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__gauss.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__gauss.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__gauss.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__gauss.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__gauss.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__iml.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__iml.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__iml.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__iml.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__iml.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__integers.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__integers.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__integers.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__integers.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__integers.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__lanczos.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__lanczos.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__lanczos.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__lanczos.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__lanczos.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__lattice.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__lattice.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__lattice.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__lattice.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__lattice.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__matrix.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__matrix.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__matrix.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__matrix.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__matrix.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__matrixdomain.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__matrixdomain.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__matrixdomain.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__matrixdomain.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__matrixdomain.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__matrixiterators.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__matrixiterators.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__matrixiterators.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__matrixiterators.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__matrixiterators.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__minpoly.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__minpoly.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__minpoly.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__minpoly.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__minpoly.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__nullsp.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__nullsp.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__nullsp.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__nullsp.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__nullsp.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__padic.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__padic.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__padic.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__padic.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__padic.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__permutationmatrix.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__permutationmatrix.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__permutationmatrix.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__permutationmatrix.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__permutationmatrix.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__polynomials.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__polynomials.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__polynomials.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__polynomials.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__polynomials.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__primes.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__primes.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__primes.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__primes.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__primes.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__randiter.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__randiter.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__randiter.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__randiter.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__randiter.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__reducedforms.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__reducedforms.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__reducedforms.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__reducedforms.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__reducedforms.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__ring.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__ring.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__ring.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__ring.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__ring.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__rk.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__rk.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__rk.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__rk.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__rk.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__sigmabase.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__sigmabase.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__sigmabase.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__sigmabase.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__sigmabase.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__sliced3.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__sliced3.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__sliced3.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__sliced3.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__sliced3.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__solutions.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__solutions.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__solutions.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__solutions.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__solutions.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__sparsematrix.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__sparsematrix.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__sparsematrix.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__sparsematrix.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__sparsematrix.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__systemsolving.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__systemsolving.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__systemsolving.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__systemsolving.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__systemsolving.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__tests.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__tests.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__tests.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__tests.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__tests.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__util.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__wiedemann.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__wiedemann.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__wiedemann.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__wiedemann.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__wiedemann.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/hierarchy.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/hilbert_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/hilbert_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/hilbert_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/hilbert_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/hilbert_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/hilbert_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/hilbert_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/hilbert_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/hilbert_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/iml__wrapper_8h.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/index.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_0.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_0.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_0.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_1.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_1.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_1.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_10.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_10.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_10.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_100.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_100.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_100.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_101.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_101.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_101.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_102.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_102.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_102.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_103.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_103.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_103.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_104.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_104.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_104.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_105.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_105.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_105.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_106.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_106.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_106.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_107.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_107.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_107.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_108.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_108.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_108.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_109.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_109.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_109.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_11.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_11.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_11.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_110.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_110.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_110.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_111.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_111.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_111.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_112.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_112.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_112.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_113.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_113.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_113.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_114.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_114.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_114.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_115.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_115.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_115.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_116.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_116.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_116.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_117.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_117.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_117.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_118.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_118.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_118.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_119.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_119.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_119.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_12.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_12.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_12.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_120.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_120.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_120.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_121.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_121.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_121.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_122.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_122.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_122.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_123.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_123.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_123.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_124.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_124.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_124.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_125.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_125.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_125.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_126.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_126.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_126.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_127.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_127.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_127.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_128.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_128.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_128.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_129.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_129.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_129.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_13.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_13.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_13.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_130.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_130.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_130.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_131.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_131.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_131.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_132.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_132.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_132.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_133.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_133.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_133.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_134.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_134.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_134.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_135.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_135.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_135.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_136.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_136.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_136.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_137.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_137.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_137.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_138.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_138.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_138.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_139.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_139.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_139.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_14.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_14.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_14.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_140.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_140.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_140.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_141.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_141.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_141.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_142.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_142.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_142.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_143.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_143.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_143.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_144.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_144.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_144.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_145.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_145.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_145.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_146.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_146.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_146.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_147.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_147.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_147.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_148.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_148.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_148.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_149.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_149.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_149.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_15.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_15.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_15.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_150.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_150.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_150.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_151.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_151.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_151.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_152.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_152.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_152.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_153.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_153.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_153.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_154.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_154.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_154.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_155.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_155.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_155.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_156.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_156.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_156.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_157.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_157.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_157.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_158.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_158.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_158.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_159.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_159.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_159.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_16.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_16.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_16.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_160.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_160.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_160.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_161.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_161.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_161.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_162.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_162.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_162.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_163.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_163.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_163.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_164.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_164.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_164.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_165.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_165.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_165.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_166.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_166.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_166.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_167.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_167.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_167.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_168.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_168.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_168.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_169.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_169.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_169.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_17.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_17.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_17.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_170.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_170.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_170.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_171.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_171.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_171.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_172.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_172.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_172.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_173.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_173.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_173.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_174.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_174.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_174.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_175.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_175.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_175.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_176.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_176.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_176.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_177.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_177.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_177.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_178.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_178.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_178.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_179.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_179.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_179.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_18.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_18.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_18.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_180.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_180.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_180.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_181.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_181.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_181.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_182.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_182.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_182.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_183.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_183.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_183.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_184.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_184.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_184.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_185.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_185.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_185.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_186.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_186.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_186.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_187.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_187.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_187.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_188.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_188.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_188.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_189.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_189.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_189.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_19.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_19.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_19.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_190.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_190.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_190.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_191.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_191.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_191.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_192.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_192.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_192.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_193.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_193.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_193.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_194.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_194.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_194.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_195.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_195.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_195.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_196.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_196.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_196.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_197.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_197.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_197.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_198.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_198.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_198.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_199.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_199.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_199.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_2.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_2.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_2.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_20.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_20.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_20.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_200.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_200.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_200.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_201.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_201.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_201.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_202.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_202.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_202.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_203.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_203.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_203.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_204.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_204.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_204.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_205.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_205.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_205.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_206.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_206.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_206.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_207.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_207.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_207.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_208.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_208.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_208.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_209.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_209.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_209.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_21.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_21.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_21.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_210.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_210.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_210.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_211.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_211.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_211.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_212.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_212.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_212.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_213.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_213.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_213.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_214.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_214.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_214.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_215.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_215.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_215.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_216.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_216.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_216.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_217.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_217.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_217.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_218.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_218.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_218.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_219.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_219.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_219.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_22.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_22.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_22.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_220.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_220.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_220.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_221.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_221.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_221.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_222.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_222.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_222.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_223.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_223.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_223.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_224.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_224.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_224.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_225.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_225.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_225.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_226.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_226.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_226.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_227.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_227.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_227.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_228.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_228.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_228.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_229.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_229.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_229.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_23.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_23.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_23.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_230.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_230.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_230.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_231.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_231.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_231.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_232.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_232.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_232.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_233.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_233.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_233.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_234.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_234.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_234.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_235.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_235.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_235.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_236.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_236.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_236.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_237.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_237.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_237.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_238.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_238.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_238.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_239.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_239.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_239.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_24.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_24.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_24.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_240.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_240.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_240.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_241.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_241.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_241.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_242.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_242.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_242.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_243.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_243.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_243.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_244.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_244.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_244.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_245.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_245.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_245.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_246.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_246.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_246.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_247.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_247.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_247.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_248.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_248.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_248.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_249.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_249.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_249.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_25.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_25.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_25.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_250.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_250.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_250.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_251.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_251.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_251.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_252.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_252.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_252.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_253.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_253.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_253.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_254.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_254.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_254.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_255.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_255.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_255.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_256.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_256.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_256.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_257.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_257.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_257.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_258.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_258.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_258.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_259.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_259.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_259.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_26.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_26.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_26.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_260.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_260.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_260.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_261.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_261.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_261.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_262.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_262.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_262.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_263.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_263.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_263.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_264.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_264.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_264.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_265.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_265.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_265.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_266.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_266.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_266.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_267.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_267.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_267.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_268.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_268.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_268.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_269.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_269.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_269.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_27.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_27.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_27.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_270.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_270.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_270.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_271.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_271.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_271.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_272.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_272.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_272.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_273.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_273.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_273.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_274.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_274.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_274.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_275.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_275.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_275.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_276.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_276.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_276.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_277.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_277.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_277.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_278.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_278.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_278.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_279.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_279.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_279.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_28.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_28.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_28.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_280.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_280.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_280.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_281.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_281.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_281.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_282.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_282.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_282.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_283.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_283.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_283.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_284.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_284.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_284.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_285.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_285.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_285.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_286.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_286.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_286.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_287.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_287.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_287.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_288.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_288.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_288.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_289.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_289.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_289.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_29.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_29.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_29.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_290.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_290.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_290.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_291.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_291.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_291.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_292.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_292.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_292.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_293.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_293.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_293.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_294.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_294.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_294.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_295.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_295.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_295.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_296.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_296.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_296.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_297.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_297.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_297.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_298.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_298.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_298.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_299.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_299.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_299.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_3.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_3.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_3.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_30.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_30.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_30.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_300.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_300.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_300.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_301.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_301.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_301.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_302.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_302.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_302.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_303.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_303.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_303.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_304.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_304.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_304.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_305.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_305.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_305.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_306.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_306.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_306.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_307.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_307.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_307.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_308.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_308.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_308.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_309.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_309.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_309.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_31.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_31.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_31.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_310.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_310.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_310.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_311.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_311.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_311.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_312.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_312.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_312.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_313.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_313.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_313.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_314.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_314.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_314.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_315.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_315.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_315.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_316.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_316.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_316.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_317.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_317.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_317.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_318.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_318.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_318.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_319.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_319.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_319.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_32.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_32.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_32.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_320.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_320.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_320.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_321.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_321.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_321.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_322.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_322.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_322.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_323.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_323.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_323.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_324.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_324.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_324.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_325.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_325.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_325.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_326.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_326.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_326.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_33.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_33.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_33.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_34.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_34.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_34.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_35.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_35.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_35.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_36.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_36.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_36.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_37.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_37.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_37.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_38.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_38.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_38.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_39.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_39.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_39.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_4.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_4.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_4.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_40.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_40.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_40.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_41.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_41.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_41.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_42.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_42.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_42.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_43.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_43.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_43.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_44.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_44.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_44.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_45.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_45.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_45.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_46.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_46.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_46.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_47.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_47.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_47.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_48.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_48.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_48.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_49.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_49.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_49.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_5.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_5.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_5.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_50.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_50.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_50.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_51.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_51.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_51.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_52.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_52.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_52.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_53.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_53.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_53.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_54.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_54.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_54.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_55.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_55.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_55.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_56.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_56.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_56.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_57.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_57.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_57.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_58.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_58.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_58.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_59.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_59.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_59.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_6.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_6.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_6.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_60.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_60.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_60.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_61.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_61.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_61.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_62.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_62.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_62.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_63.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_63.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_63.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_64.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_64.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_64.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_65.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_65.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_65.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_66.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_66.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_66.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_67.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_67.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_67.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_68.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_68.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_68.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_69.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_69.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_69.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_7.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_7.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_7.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_70.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_70.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_70.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_71.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_71.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_71.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_72.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_72.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_72.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_73.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_73.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_73.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_74.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_74.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_74.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_75.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_75.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_75.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_76.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_76.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_76.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_77.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_77.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_77.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_78.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_78.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_78.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_79.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_79.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_79.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_8.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_8.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_8.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_80.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_80.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_80.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_81.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_81.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_81.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_82.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_82.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_82.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_83.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_83.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_83.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_84.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_84.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_84.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_85.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_85.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_85.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_86.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_86.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_86.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_87.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_87.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_87.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_88.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_88.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_88.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_89.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_89.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_89.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_9.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_9.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_9.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_90.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_90.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_90.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_91.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_91.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_91.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_92.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_92.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_92.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_93.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_93.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_93.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_94.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_94.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_94.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_95.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_95.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_95.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_96.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_96.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_96.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_97.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_97.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_97.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_98.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_98.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_98.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_99.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_99.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_99.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_0.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_1.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_10.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_100.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_101.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_102.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_103.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_104.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_105.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_106.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_107.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_108.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_109.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_11.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_110.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_111.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_112.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_113.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_114.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_115.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_116.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_117.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_118.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_119.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_12.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_120.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_121.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_122.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_123.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_124.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_125.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_126.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_127.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_128.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_129.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_13.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_130.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_131.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_132.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_133.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_134.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_135.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_136.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_137.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_138.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_139.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_14.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_140.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_141.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_142.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_143.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_144.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_145.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_146.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_147.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_148.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_149.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_15.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_150.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_151.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_152.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_153.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_154.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_155.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_156.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_157.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_158.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_159.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_16.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_160.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_161.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_162.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_163.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_164.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_165.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_166.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_167.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_168.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_169.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_17.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_170.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_171.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_172.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_173.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_174.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_175.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_176.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_177.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_178.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_179.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_18.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_180.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_181.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_182.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_183.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_184.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_185.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_186.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_187.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_188.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_189.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_19.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_190.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_191.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_192.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_193.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_194.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_195.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_196.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_197.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_198.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_199.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_2.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_20.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_200.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_201.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_202.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_203.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_204.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_205.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_206.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_207.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_208.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_209.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_21.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_210.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_211.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_212.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_213.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_214.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_215.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_216.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_217.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_218.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_219.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_22.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_220.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_221.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_222.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_223.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_224.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_225.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_226.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_227.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_228.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_229.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_23.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_230.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_231.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_232.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_233.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_234.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_235.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_236.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_237.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_238.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_239.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_24.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_240.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_241.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_242.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_243.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_244.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_245.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_246.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_247.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_248.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_249.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_25.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_250.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_251.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_252.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_253.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_254.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_255.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_256.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_257.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_258.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_259.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_26.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_260.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_261.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_262.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_263.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_264.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_265.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_266.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_267.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_268.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_269.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_27.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_270.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_271.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_272.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_273.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_274.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_275.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_276.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_277.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_278.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_279.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_28.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_280.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_281.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_282.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_283.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_284.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_285.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_286.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_287.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_288.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_289.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_29.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_290.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_291.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_292.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_293.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_294.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_295.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_296.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_297.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_298.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_299.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_3.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_30.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_300.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_301.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_302.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_303.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_304.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_305.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_306.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_307.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_308.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_309.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_31.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_310.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_311.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_312.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_313.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_314.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_315.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_316.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_317.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_318.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_319.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_32.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_320.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_321.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_322.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_323.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_33.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_34.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_35.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_36.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_37.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_38.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_39.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_4.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_40.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_41.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_42.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_43.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_44.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_45.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_46.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_47.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_48.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_49.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_5.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_50.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_51.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_52.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_53.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_54.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_55.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_56.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_57.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_58.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_59.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_6.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_60.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_61.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_62.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_63.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_64.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_65.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_66.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_67.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_68.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_69.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_7.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_70.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_71.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_72.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_73.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_74.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_75.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_76.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_77.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_78.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_79.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_8.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_80.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_81.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_82.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_83.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_84.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_85.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_86.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_87.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_88.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_89.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_9.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_90.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_91.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_92.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_93.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_94.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_95.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_96.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_97.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_98.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_99.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherits.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/inst.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/install-dev.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/install-dist.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/integer-mul_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/integer-mul_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/integer-mul_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/integer-mul_8_c__incl.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/integer_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/integer_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/integer_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/integer_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/integer_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/integer_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/integer_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/integer_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/integer_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/jit-matrix_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/jit-matrix_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/jit-matrix_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/jit-matrix_8h__dep__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/jit-matrix_8h__dep__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/jquery.js %%DOXYGEN%%%%DOCSDIR%%/linbox-html/lattice_8h.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/lifting-container_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/lifting-container_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/lifting-container_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/lifting-container_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/lifting-container_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/linbox-config_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/linbox-config_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/linbox-config_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/linbox-config_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/linbox-config_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/linbox-tags_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/linbox-tags_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/linbox-tags_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/linbox-tags_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/linbox-tags_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/linbox-tags_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/linbox-tags_8h__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/map-sparse_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/map-sparse_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/map-sparse_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/map-sparse_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/map-sparse_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/map-sparse_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/map-sparse_8h__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/map-sparse_8inl.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/map-sparse_8inl__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/map-sparse_8inl__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/map-sparse_8inl__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/map-sparse_8inl__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/map-sparse_8inl__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/map-sparse_8inl__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/linbox-tags_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/linbox-tags_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrices_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrices_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrices_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrices_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrices_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix-domain_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix-domain_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix-domain_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix-domain_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix-domain_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix-domain_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix-domain_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix-domain_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix-domain_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix-hom_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix-hom_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix-hom_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix-hom_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix-hom_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix-hom_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix-hom_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix-hom_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix-hom_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix-stream-readers_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix-stream-readers_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix-stream-readers_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix-stream-readers_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix-stream-readers_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix_2archetype_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix_2archetype_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix_2archetype_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix_2archetype_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix_2archetype_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix_2archetype_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix_2archetype_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix_2archetype_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix_2archetype_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix_2random-matrix_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix_2random-matrix_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix_2random-matrix_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix_2random-matrix_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix_2random-matrix_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix_2random-matrix_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix_2random-matrix_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix_2random-matrix_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix_2random-matrix_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrixdomain_2matrix-domain_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrixdomain_2matrix-domain_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrixdomain_2matrix-domain_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrixdomain_2matrix-domain_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrixdomain_2matrix-domain_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrixdomain_2matrix-domain_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrixdomain_2matrix-domain_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrixdomain_2matrix-domain_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrixdomain_2matrix-domain_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/menu.js %%DOXYGEN%%%%DOCSDIR%%/linbox-html/menudata.js %%DOXYGEN%%%%DOCSDIR%%/linbox-html/minpoly-integer_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/minpoly-integer_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/minpoly-integer_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/minpoly-integer_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/minpoly-integer_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/minpoly_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/minpoly_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/minpoly_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/minpoly_8_c__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/modular-int_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/modular-int_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/modular-int_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/modular-int_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/minpoly_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/modular_8h.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/modules.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/mpidet_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/mpidet_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/mpidet_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/mpidet_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/mpidet_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/mul_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/mul_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/mul_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/mul_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/mul_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/mul_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/mul_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/mul_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/mul_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/namespace_lin_box.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/namespace_lin_box_1_1_b_l_a_s3_1_1mul_method.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/namespace_lin_box_1_1_exceptions.html @@ -3208,386 +1916,181 @@ libdata/pkgconfig/linbox.pc %%DOXYGEN%%%%DOCSDIR%%/linbox-html/namespaces.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/namespacestd.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/nav_f.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/nav_fd.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/nav_g.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/nav_h.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/nav_hd.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/ntl-lzz__pex_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/ntl-lzz__pex_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/ntl-lzz__pex_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/ntl-lzz__pex_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/ntl-lzz__pex_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/ntl-lzz__px_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/ntl-lzz__px_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/ntl-lzz__px_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/ntl-lzz__px_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/ntl-lzz__px_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/ntl-zz__p_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/ntl-zz__p_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/ntl-zz__p_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/ntl-zz__p_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/ntl-zz__p_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/nullspace_8h.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/nullspacebasis_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/nullspacebasis_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/nullspacebasis_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/nullspacebasis_8_c__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/nullspacebasis__rank_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/nullspacebasis__rank_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/nullspacebasis__rank_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/nullspacebasis__rank_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/nullspacebasis_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/omp-benchmark_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/omp-benchmark_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/omp-benchmark_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/omp-benchmark_8_c__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/omp__block__rank_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/omp__block__rank_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/omp__block__rank_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/omp__block__rank_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/omp-benchmark_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/open.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/opencl-domain_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/opencl-domain_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/opencl-domain_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/opencl-domain_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/opencl-domain_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/opencl-domain_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/opencl-domain_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/opencl-domain_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/opencl-domain_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/opencl-resource-controller_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/opencl-resource-controller_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/opencl-resource-controller_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/opencl-resource-controller_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/opencl-resource-controller_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/optimizer_8h.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/pages.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/permutation-matrix_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/permutation-matrix_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/permutation-matrix_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/permutation-matrix_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/permutation-matrix_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/permutation-matrix_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/permutation-matrix_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/permutation-matrix_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/permutation-matrix_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/plain-matrix_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/plain-matrix_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/plain-matrix_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/plain-matrix_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/plain-matrix_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/power__rank_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/power__rank_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/power__rank_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/power__rank_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/power__rank_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/poweroftwo__ranks_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/poweroftwo__ranks_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/poweroftwo__ranks_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/poweroftwo__ranks_8_c__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/qchar_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/qchar_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/qchar_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/qchar_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/poweroftwo__ranks_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/randiter_2archetype_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/randiter_2archetype_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/randiter_2archetype_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/randiter_2archetype_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/randiter_2archetype_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/randiter_2archetype_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/randiter_2archetype_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/randiter_2archetype_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/randiter_2archetype_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/randiter_2gmp-rational_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/randiter_2gmp-rational_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/randiter_2gmp-rational_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/randiter_2gmp-rational_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/randiter_2gmp-rational_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/random-matrix_8inl.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/random-matrix_8inl__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/random-matrix_8inl__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/random-matrix_8inl__dep__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/random-matrix_8inl__dep__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/random-prime_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/random-prime_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/random-prime_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/random-prime_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/random-prime_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/random-prime_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/random-prime_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/random-prime_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/random-prime_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/random_f_e_g_w.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/random_i_g_a.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/rank_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/rank_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/rank_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/rank_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/rank_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/ratdet_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/ratdet_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/ratdet_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/ratdet_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/ratdet_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/rational-reconstruction_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/rational-reconstruction_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/rational-reconstruction_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/rational-reconstruction_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/rational-reconstruction_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/rational-solver_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/rational-solver_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/rational-solver_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/rational-solver_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/rational-solver_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/rational-solver_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/rational-solver_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/rational-solver_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/rational-solver_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/read-write-sparse_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/read-write-sparse_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/read-write-sparse_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/read-write-sparse_8h__dep__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/read-write-sparse_8h__dep__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/ring_2archetype_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/ring_2archetype_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/ring_2archetype_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/ring_2archetype_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/ring_2archetype_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/rns_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/rns_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/rns_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/rns_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/rns_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/rns_8inl.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/rns_8inl__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/rns_8inl__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/rns_8inl__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/rns_8inl__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/rns_8inl__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/rns_8inl__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/rr_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/rr_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/rr_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/rr_8_c__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/samplebb_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/samplebb_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/samplebb_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/samplebb_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/rns_8inl__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/rns_8inl__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/scompose_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/scompose_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/scompose_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/scompose_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/scompose_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/scompose_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/scompose_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/scompose_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/scompose_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/short-vector_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/short-vector_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/short-vector_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/short-vector_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/short-vector_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/sigma-basis_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sigma-basis_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sigma-basis_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sigma-basis_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sigma-basis_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sigma-basis_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sigma-basis_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sigma-basis_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/sliced3_8h.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/smith-form-adaptive_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/smith-form-adaptive_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/smith-form-adaptive_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/smith-form-adaptive_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/smith-form-adaptive_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/smith-form-adaptive_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/smith-form-adaptive_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/smith-form-adaptive_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/smith-form-adaptive_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/smith-form-binary_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/smith-form-binary_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/smith-form-binary_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/smith-form-binary_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/smith-form-binary_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/smith-form-binary_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/smith-form-binary_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/smith-form-binary_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/smith-form-binary_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/smith-form-valence_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/smith-form-valence_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/smith-form-valence_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/smith-form-valence_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/smith-form-valence_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/smith-form-valence_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/smith-form-valence_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/smith-form-valence_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/smith-form-valence_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/smith_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/smith_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/smith_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/smith_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/smith_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/smithsparse_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/smithsparse_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/smithsparse_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/smithsparse_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/smithsparse_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/smithvalence_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/smithvalence_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/smithvalence_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/smithvalence_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/smithvalence_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/sms_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sms_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sms_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sms_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sms_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sms_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sms_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sms_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sms_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/solution-tags_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/solution-tags_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/solution-tags_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/solution-tags_8h__dep__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/solution-tags_8h__dep__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/solve_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/solve_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/solve_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/solve_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/solve_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-associative-vector_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-associative-vector_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-associative-vector_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-associative-vector_8h__dep__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-associative-vector_8h__dep__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-coo-implicit-matrix_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-coo-implicit-matrix_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-coo-implicit-matrix_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-coo-implicit-matrix_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-coo-implicit-matrix_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-coo-matrix_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-coo-matrix_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-coo-matrix_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-coo-matrix_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-coo-matrix_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-coo-matrix_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-coo-matrix_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-coo-matrix_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-coo-matrix_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-csr-matrix_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-csr-matrix_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-csr-matrix_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-csr-matrix_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-csr-matrix_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-csr-matrix_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-csr-matrix_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-csr-matrix_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-csr-matrix_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-domain_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-domain_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-domain_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-domain_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-domain_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-domain_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-domain_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-domain_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-domain_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-ell-matrix_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-ell-matrix_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-ell-matrix_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-ell-matrix_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-ell-matrix_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-ell-matrix_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-ell-matrix_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-ell-matrix_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-ell-matrix_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-ellr-matrix_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-ellr-matrix_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-ellr-matrix_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-ellr-matrix_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-ellr-matrix_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-ellr-matrix_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-ellr-matrix_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-ellr-matrix_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-ellr-matrix_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-generic_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-generic_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-generic_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-generic_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-generic_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-generic_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-generic_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-generic_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-generic_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-hyb-matrix_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-hyb-matrix_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-hyb-matrix_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-hyb-matrix_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-hyb-matrix_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-map-map-matrix_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-map-map-matrix_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-map-map-matrix_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-map-map-matrix_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-map-map-matrix_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-map-map-matrix_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-map-map-matrix_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-map-map-matrix_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-map-map-matrix_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-map-map-matrix_8inl.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-map-map-matrix_8inl__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-map-map-matrix_8inl__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-map-map-matrix_8inl__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-map-map-matrix_8inl__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-map-map-matrix_8inl__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-map-map-matrix_8inl__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-map-map-matrix_8inl__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-map-map-matrix_8inl__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-matrix_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-matrix_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-matrix_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-matrix_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-matrix_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-matrix_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-parallel-vector_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-parallel-vector_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-parallel-vector_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-parallel-vector_8h__dep__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-parallel-vector_8h__dep__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-sequence-vector_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-sequence-vector_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-sequence-vector_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-sequence-vector_8h__dep__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-sequence-vector_8h__dep__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-tpl-matrix-omp_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-tpl-matrix-omp_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-tpl-matrix-omp_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-tpl-matrix-omp_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-tpl-matrix-omp_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-tpl-matrix-omp_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-tpl-matrix-omp_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-tpl-matrix-omp_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-tpl-matrix-omp_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-tpl-matrix-omp_8inl.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-tpl-matrix-omp_8inl__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-tpl-matrix-omp_8inl__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-tpl-matrix-omp_8inl__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-tpl-matrix-omp_8inl__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-tpl-matrix-omp_8inl__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-tpl-matrix-omp_8inl__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-tpl-matrix-omp_8inl__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-tpl-matrix-omp_8inl__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-tpl-matrix_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-tpl-matrix_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-tpl-matrix_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-tpl-matrix_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-tpl-matrix_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-tpl-matrix_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-tpl-matrix_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-tpl-matrix_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-tpl-matrix_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparseelimdet_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparseelimdet_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparseelimdet_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparseelimdet_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparseelimdet_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparseelimrank_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparseelimrank_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparseelimrank_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparseelimrank_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparseelimrank_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparsesolverat_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparsesolverat_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparsesolverat_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparsesolverat_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparsesolverat_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/splitbar.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/splitbard.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/stream_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/stream_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/stream_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/stream_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/stream_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/stream_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/stream_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/stream_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/stream_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_b_l_a_s3_1_1mul_method_1_1naive.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_blas_matrix_1_1rebind.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_blas_subvector_1_1rebind.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_blas_vector_1_1rebind.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_early_multip.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_early_multip__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_early_multip__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_early_multip__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_early_multip__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_early_multip__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_early_multip__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_early_multip__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_early_multip__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_early_single.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_early_single__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_early_single__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_early_single__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_early_single__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_early_single__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_early_single__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_early_single__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_early_single__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_full_multip.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_full_multip__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_full_multip__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_full_multip__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_full_multip__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_full_multip_fixed.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_full_multip_fixed__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_full_multip_fixed__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_full_multip_fixed__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_full_multip_fixed__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_full_multip_fixed__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_full_multip_fixed__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_full_multip_fixed__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_full_multip_fixed__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_full_multip_matrix.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_full_multip_matrix__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_full_multip_matrix__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_full_multip_matrix__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_full_multip_matrix__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_full_multip_matrix__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_full_multip_matrix__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_full_multip_matrix__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_full_multip_matrix__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_full_single.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_full_single__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_full_single__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_full_single__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_full_single__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_full_single__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_full_single__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_full_single__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_full_single__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_prob_single.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_prob_single__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_prob_single__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_prob_single__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_prob_single__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_prob_single__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_prob_single__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_prob_single__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_prob_single__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_single_base.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_single_base__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_single_base__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_single_base__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_single_base__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_residue.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_residue_3_01_integer_00_01_function_01_4.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_residue_3_01std_1_1vector_3_01_integer_01_4_00_01_function_01_4.html @@ -3595,12 +2098,8 @@ libdata/pkgconfig/linbox.pc %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_chinese_remainder_sequential.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_chinese_remainder_sequential_1_1_prime_sampler.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_chinese_remainder_sequential_1_1_prime_sampler_3_01_prime_iterator_00_01true_01_4.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_chinese_remainder_sequential_1_1_prime_sampler_3_01_prime_iterator_00_01true_01_4__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_chinese_remainder_sequential_1_1_prime_sampler_3_01_prime_iterator_00_01true_01_4__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_chinese_remainder_sequential_1_1_prime_sampler_3_01_prime_iterator_00_01true_01_4__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_chinese_remainder_sequential_1_1_prime_sampler__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_chinese_remainder_sequential_1_1_prime_sampler__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_chinese_remainder_sequential_1_1_prime_sampler__coll__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_chinese_remainder_sequential_1_1_prime_sampler_3_01_prime_iterator_00_01true_01_4__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_chinese_remainder_sequential_1_1_prime_sampler__coll__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_classify_ring.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_companion.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_container_categories.html @@ -3621,20 +2120,12 @@ libdata/pkgconfig/linbox.pc %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_method.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_method_base.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_n_t_l___p_i_d__zz__p.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_n_t_l___p_i_d__zz__p__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_n_t_l___p_i_d__zz__p__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_n_t_l___p_i_d__zz__p__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_n_t_l___p_i_d__zz__p__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_n_t_l___p_i_d__zz__p__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_n_t_l___p_i_d__zz__p__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_n_t_l___p_i_d__zz__p__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_n_t_l___p_i_d__zz__p__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_n_t_l___z_z__p.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_n_t_l___z_z__p__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_n_t_l___z_z__p__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_n_t_l___z_z__p__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_n_t_l___z_z__p__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_n_t_l__zz__p.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_n_t_l__zz__p__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_n_t_l__zz__p__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_n_t_l__zz__p__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_n_t_l__zz__p__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_plot_style_1_1_plot.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_plot_style_1_1_term.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_point_1_1_labels.html @@ -3648,588 +2139,295 @@ libdata/pkgconfig/linbox.pc %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_rebind.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_rebind_3_01std_1_1vector_3_01_t_01_4_00_01_u_01_4.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_galois_tag.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_galois_tag__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_galois_tag__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_galois_tag__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_galois_tag__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_galois_tag__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_galois_tag__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_galois_tag__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_galois_tag__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_generic_tag.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_generic_tag__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_generic_tag__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_generic_tag__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_generic_tag__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_integer_tag.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_integer_tag__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_integer_tag__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_integer_tag__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_integer_tag__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_integer_tag__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_integer_tag__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_integer_tag__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_integer_tag__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_modular_tag.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_modular_tag__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_modular_tag__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_modular_tag__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_modular_tag__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_modular_tag__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_modular_tag__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_modular_tag__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_modular_tag__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_rational_tag.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_rational_tag__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_rational_tag__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_rational_tag__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_rational_tag__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_rational_tag__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_rational_tag__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_rational_tag__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_rational_tag__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_submatrix_3_01_blas_matrix_3_01___field_01_4_00_01_vector_categories_1_1_dense_vector_tag_01_4_1_1rebind.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_trace_category.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_unique_sampling_trait.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_dense_vector_tag.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_dense_vector_tag__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_dense_vector_tag__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_dense_vector_tag__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_dense_vector_tag__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_dense_vector_tag__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_dense_vector_tag__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_dense_vector_tag__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_dense_vector_tag__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_dense_zero_one_vector_tag.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_dense_zero_one_vector_tag__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_dense_zero_one_vector_tag__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_dense_zero_one_vector_tag__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_dense_zero_one_vector_tag__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_dense_zero_one_vector_tag__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_dense_zero_one_vector_tag__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_dense_zero_one_vector_tag__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_dense_zero_one_vector_tag__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_generic_vector_tag.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_generic_vector_tag__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_generic_vector_tag__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_generic_vector_tag__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_generic_vector_tag__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_associative_vector_tag.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_associative_vector_tag__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_associative_vector_tag__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_associative_vector_tag__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_associative_vector_tag__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_associative_vector_tag__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_associative_vector_tag__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_associative_vector_tag__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_associative_vector_tag__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_parallel_vector_tag.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_parallel_vector_tag__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_parallel_vector_tag__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_parallel_vector_tag__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_parallel_vector_tag__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_parallel_vector_tag__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_parallel_vector_tag__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_parallel_vector_tag__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_parallel_vector_tag__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_sequence_vector_tag.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_sequence_vector_tag__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_sequence_vector_tag__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_sequence_vector_tag__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_sequence_vector_tag__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_sequence_vector_tag__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_sequence_vector_tag__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_sequence_vector_tag__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_sequence_vector_tag__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_vector_tag.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_vector_tag__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_vector_tag__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_vector_tag__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_vector_tag__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_vector_tag__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_vector_tag__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_vector_tag__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_vector_tag__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_zero_one_vector_tag.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_zero_one_vector_tag__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_zero_one_vector_tag__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_zero_one_vector_tag__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_zero_one_vector_tag__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_zero_one_vector_tag__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_zero_one_vector_tag__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_zero_one_vector_tag__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_zero_one_vector_tag__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_traits.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/sync_off.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/sync_on.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/tab_a.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/tab_ad.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/tab_b.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/tab_bd.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/tab_h.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/tab_hd.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/tab_s.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/tab_sd.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/tabs.css %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-bitonic-sort_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-bitonic-sort_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-bitonic-sort_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-bitonic-sort_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-bitonic-sort_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-blackbox-block-container_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-blackbox-block-container_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-blackbox-block-container_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-blackbox-block-container_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-blackbox-block-container_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-blas-domain_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-blas-domain_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-blas-domain_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-blas-domain_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-blas-domain_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-block-ring_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-block-ring_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-block-ring_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-block-ring_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-block-ring_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-block-wiedemann_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-block-wiedemann_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-block-wiedemann_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-block-wiedemann_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-block-wiedemann_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-butterfly_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-butterfly_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-butterfly_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-butterfly_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-butterfly_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-charpoly_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-charpoly_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-charpoly_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-charpoly_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-charpoly_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-commentator_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-commentator_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-commentator_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-commentator_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-commentator_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-common_8inl.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-common_8inl__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-common_8inl__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-common_8inl__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-common_8inl__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-companion_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-companion_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-companion_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-companion_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-companion_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-cra_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-cra_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-cra_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-cra_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-cra_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-cradomain_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-cradomain_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-cradomain_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-cradomain_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-cradomain_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-dense_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-dense_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-dense_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-dense_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-dense_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-det_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-det_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-det_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-det_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-det_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-diagonal_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-diagonal_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-diagonal_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-diagonal_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-diagonal_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-dif_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-dif_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-dif_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-dif_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-dif_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-direct-sum_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-direct-sum_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-direct-sum_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-direct-sum_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-direct-sum_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-echelon-form_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-echelon-form_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-echelon-form_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-echelon-form_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-echelon-form_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ffpack_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ffpack_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ffpack_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ffpack_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ffpack_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-fibb_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-fibb_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-fibb_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-fibb_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-fibb_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-field_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-field_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-field_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-field_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-field_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-field_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-field_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-field_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-field_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-frobenius_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-frobenius_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-frobenius_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-frobenius_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-frobenius_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ftrmm_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ftrmm_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ftrmm_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ftrmm_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ftrmm_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-getentry_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-getentry_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-getentry_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-getentry_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-getentry_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-gf2_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-gf2_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-gf2_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-gf2_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-gf2_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-givaro-interfaces_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-givaro-interfaces_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-givaro-interfaces_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-givaro-interfaces_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-givaro-interfaces_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-givaro-zpz_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-givaro-zpz_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-givaro-zpz_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-givaro-zpz_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-givaro-zpz_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-givaro-zpzuns_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-givaro-zpzuns_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-givaro-zpzuns_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-givaro-zpzuns_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-givaro-zpzuns_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-gmp-rational_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-gmp-rational_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-gmp-rational_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-gmp-rational_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-gmp-rational_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-hilbert_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-hilbert_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-hilbert_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-hilbert_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-hilbert_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-hom_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-hom_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-hom_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-hom_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-hom_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-image-field_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-image-field_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-image-field_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-image-field_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-image-field_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-inverse_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-inverse_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-inverse_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-inverse_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-inverse_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-isposdef_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-isposdef_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-isposdef_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-isposdef_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-isposdef_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ispossemidef_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ispossemidef_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ispossemidef_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ispossemidef_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ispossemidef_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-la-block-lanczos_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-la-block-lanczos_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-la-block-lanczos_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-la-block-lanczos_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-la-block-lanczos_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-last-invariant-factor_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-last-invariant-factor_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-last-invariant-factor_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-last-invariant-factor_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-last-invariant-factor_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-matrix-domain_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-matrix-domain_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-matrix-domain_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-matrix-domain_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-matrix-domain_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-matrix-stream_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-matrix-stream_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-matrix-stream_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-matrix-stream_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-matrix-stream_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-matrix-utils_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-matrix-utils_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-matrix-utils_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-matrix-utils_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-matrix-utils_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-matrix-utils_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-matrix-utils_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-matrix-utils_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-matrix-utils_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-mg-block-lanczos_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-mg-block-lanczos_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-mg-block-lanczos_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-mg-block-lanczos_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-mg-block-lanczos_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-minpoly_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-minpoly_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-minpoly_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-minpoly_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-minpoly_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-balanced-double_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-balanced-double_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-balanced-double_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-balanced-double_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-balanced-double_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-balanced-float_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-balanced-float_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-balanced-float_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-balanced-float_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-balanced-float_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-balanced-int_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-balanced-int_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-balanced-int_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-balanced-int_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-balanced-int_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-byte_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-byte_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-byte_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-byte_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-byte_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-double_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-double_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-double_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-double_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-double_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-float_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-float_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-float_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-float_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-float_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-int_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-int_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-int_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-int_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-int_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-short_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-short_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-short_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-short_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-short_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-moore-penrose_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-moore-penrose_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-moore-penrose_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-moore-penrose_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-moore-penrose_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-mpi-comm_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-mpi-comm_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-mpi-comm_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-mpi-comm_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-mpi-comm_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-hankel_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-hankel_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-hankel_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-hankel_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-hankel_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-lzz__p_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-lzz__p_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-lzz__p_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-lzz__p_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-lzz__p_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-lzz__pe_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-lzz__pe_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-lzz__pe_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-lzz__pe_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-lzz__pe_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-lzz__pex_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-lzz__pex_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-lzz__pex_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-lzz__pex_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-lzz__pex_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-lzz__px_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-lzz__px_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-lzz__px_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-lzz__px_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-lzz__px_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-rr_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-rr_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-rr_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-rr_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-rr_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-sylvester_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-sylvester_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-sylvester_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-sylvester_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-sylvester_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-toeplitz_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-toeplitz_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-toeplitz_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-toeplitz_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-toeplitz_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-zz__p_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-zz__p_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-zz__p_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-zz__p_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-zz__p_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-nullspace_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-nullspace_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-nullspace_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-nullspace_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-nullspace_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-one-invariant-factor_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-one-invariant-factor_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-one-invariant-factor_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-one-invariant-factor_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-one-invariant-factor_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-optimization_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-optimization_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-optimization_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-optimization_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-optimization_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-param-fuzzy_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-param-fuzzy_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-param-fuzzy_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-param-fuzzy_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-param-fuzzy_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-plain-domain_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-plain-domain_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-plain-domain_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-plain-domain_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-plain-domain_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-qlup_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-qlup_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-qlup_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-qlup_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-qlup_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-quad-matrix_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-quad-matrix_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-quad-matrix_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-quad-matrix_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-quad-matrix_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-randiter-nonzero-prime_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-randiter-nonzero-prime_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-randiter-nonzero-prime_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-randiter-nonzero-prime_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-randiter-nonzero-prime_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rank-ex_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rank-ex_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rank-ex_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rank-ex_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rank-ex_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rank-md_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rank-md_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rank-md_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rank-md_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rank-md_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rank-u32_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rank-u32_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rank-u32_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rank-u32_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rank-u32_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rank_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rank_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rank_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rank_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rank_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rank_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rank_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rank_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rank_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rat-minpoly_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rat-minpoly_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rat-minpoly_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rat-minpoly_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rat-minpoly_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rat-solve_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rat-solve_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rat-solve_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rat-solve_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rat-solve_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rational-matrix-factory_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rational-matrix-factory_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rational-matrix-factory_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rational-matrix-factory_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rational-matrix-factory_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rational-reconstruction-base_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rational-reconstruction-base_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rational-reconstruction-base_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rational-reconstruction-base_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rational-reconstruction-base_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rational-solver-adaptive_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rational-solver-adaptive_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rational-solver-adaptive_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rational-solver-adaptive_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rational-solver-adaptive_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rational-solver_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rational-solver_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rational-solver_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rational-solver_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rational-solver_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-regression_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-regression_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-regression_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-regression_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-regression_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-scalar-matrix_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-scalar-matrix_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-scalar-matrix_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-scalar-matrix_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-scalar-matrix_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-smith-form-adaptive_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-smith-form-adaptive_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-smith-form-adaptive_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-smith-form-adaptive_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-smith-form-adaptive_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-smith-form-binary_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-smith-form-binary_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-smith-form-binary_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-smith-form-binary_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-smith-form-binary_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-smith-form-iliopoulos_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-smith-form-iliopoulos_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-smith-form-iliopoulos_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-smith-form-iliopoulos_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-smith-form-iliopoulos_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-smith-form-local_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-smith-form-local_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-smith-form-local_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-smith-form-local_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-smith-form-local_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-smith-form_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-smith-form_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-smith-form_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-smith-form_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-smith-form_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-smith-form_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-smith-form_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-smith-form_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-smith-form_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-smith-form_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-smith-form_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-smith-form_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-smith-form_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-smith-form_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-solve_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-solve_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-solve_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-solve_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-solve_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-sparse_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-sparse_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-sparse_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-sparse_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-sparse_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-subiterator_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-subiterator_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-subiterator_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-subiterator_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-subiterator_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-submatrix_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-submatrix_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-submatrix_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-submatrix_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-submatrix_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-subvector_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-subvector_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-subvector_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-subvector_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-subvector_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-sum_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-sum_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-sum_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-sum_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-sum_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-toeplitz-det_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-toeplitz-det_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-toeplitz-det_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-toeplitz-det_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-toeplitz-det_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-toom-cook_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-toom-cook_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-toom-cook_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-toom-cook_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-toom-cook_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-trace_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-trace_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-trace_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-trace_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-trace_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-transpose_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-transpose_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-transpose_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-transpose_8_c__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-triplesbb-omp_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-triplesbb-omp_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-triplesbb-omp_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-triplesbb-omp_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-transpose_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-triplesbb_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-triplesbb_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-triplesbb_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-triplesbb_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-triplesbb_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-tutorial_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-tutorial_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-tutorial_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-tutorial_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-tutorial_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-vector-domain_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-vector-domain_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-vector-domain_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-vector-domain_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-vector-domain_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-zero-one_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-zero-one_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-zero-one_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-zero-one_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-zero-one_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/timer_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/timer_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/timer_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/timer_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/timer_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/timer_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/timer_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/timer_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/timer_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/todo.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/toeplitz_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/toeplitz_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/toeplitz_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/toeplitz_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/toeplitz_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/toeplitz_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/toeplitz_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/toeplitz_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/toeplitz_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/tuto.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/upgr.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/valence_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/valence_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/valence_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/valence_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/valence_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/vector-traits_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/vector-traits_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/vector-traits_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/vector-traits_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/vector-traits_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/vector-traits_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/vector-traits_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/vector-traits_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/vector-traits_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/vector_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/vector_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/vector_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/vector_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/vector_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/vector_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/vector_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/vector_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/vector_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/whisart__trace_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/whisart__trace_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/whisart__trace_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/whisart__trace_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/whisart__trace_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/whisart__trace_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/whisart__trace_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/whisart__trace_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/wiedemann_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/wiedemann_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/wiedemann_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/wiedemann_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/wiedemann_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/zero-one_8inl.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/zo-gf2_8inl.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/zo-gf2_8inl__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/zo-gf2_8inl__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/zo-gf2_8inl__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/zo-gf2_8inl__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/zo_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/zo_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/zo_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/zo_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/zo_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox.html share/man/man1/linbox-config.1.gz diff --git a/math/maxima/Makefile b/math/maxima/Makefile index 420415b60368..929f311b5873 100644 --- a/math/maxima/Makefile +++ b/math/maxima/Makefile @@ -1,6 +1,6 @@ PORTNAME= maxima DISTVERSION= 5.47.0 -PORTREVISION= 26 +PORTREVISION= 27 CATEGORIES= math lisp tk MASTER_SITES= SF/maxima/Maxima-source/${PORTVERSION}-source diff --git a/math/mdal/Makefile b/math/mdal/Makefile index f7816901df5a..1ef54c326153 100644 --- a/math/mdal/Makefile +++ b/math/mdal/Makefile @@ -14,12 +14,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/include/gtest/gtest.h:devel/googletest LIB_DEPENDS= libpdalcpp.so:math/pdal \ libnetcdf.so:science/netcdf \ - libsqlite3.so:databases/sqlite3 \ libgdal.so:graphics/gdal \ libhdf5.so:science/hdf5 \ libsz.so:science/libaec -USES= cmake gnome localbase +USES= cmake gnome localbase sqlite USE_GNOME= libxml2 USE_LDCONFIG= yes diff --git a/math/mppp/Makefile b/math/mppp/Makefile index be2f1d0c8534..7e7edc4ab1ff 100644 --- a/math/mppp/Makefile +++ b/math/mppp/Makefile @@ -1,7 +1,7 @@ PORTNAME= mppp DISTVERSIONPREFIX= v DISTVERSION= 1.0.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/mumps/Makefile b/math/mumps/Makefile index b29eafb76216..cbc3ca9987b3 100644 --- a/math/mumps/Makefile +++ b/math/mumps/Makefile @@ -6,7 +6,7 @@ PKGNAMESUFFIX= -edf MAINTAINER= thierry@FreeBSD.org COMMENT= MUltifrontal Massively Parallel sparse direct Solver for Code_Aster -WWW= https://graal.ens-lyon.fr/MUMPS/ +WWW= https://mumps-solver.org/ LICENSE= CeCILL_C LICENSE_NAME= CeCILL-C diff --git a/math/mumps4/Makefile b/math/mumps4/Makefile index 987e16064327..72ab350a3fbf 100644 --- a/math/mumps4/Makefile +++ b/math/mumps4/Makefile @@ -10,7 +10,7 @@ DISTNAME= MUMPS_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= MUltifrontal Massively Parallel sparse direct Solver -WWW= https://graal.ens-lyon.fr/MUMPS/ +WWW= https://mumps-solver.org/ LICENSE= PD LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/math/obake/Makefile b/math/obake/Makefile index a1a529a1db6d..08209118b9ac 100644 --- a/math/obake/Makefile +++ b/math/obake/Makefile @@ -2,7 +2,7 @@ PORTNAME= obake DISTVERSIONPREFIX= v DISTVERSION= 0.7.0-24 DISTVERSIONSUFFIX= -gb8cc71c -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= math PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ diff --git a/math/octave-forge-automatic-differentiation/Makefile b/math/octave-forge-automatic-differentiation/Makefile index 8c842f23a5ed..2a8ca6673d9e 100644 --- a/math/octave-forge-automatic-differentiation/Makefile +++ b/math/octave-forge-automatic-differentiation/Makefile @@ -1,6 +1,6 @@ PORTNAME= octave-forge-automatic-differentiation -DISTVERSION= 1.0.0 -PORTREVISION= 6 +DISTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -19,5 +19,6 @@ NO_ARCH= yes NO_BUILD= yes OCTAVE_SRC= ${GH_PROJECT}-${DISTVERSION} +WRKSRC= ${WRKDIR}/${OCTAVE_SRC} .include <bsd.port.mk> diff --git a/math/octave-forge-automatic-differentiation/distinfo b/math/octave-forge-automatic-differentiation/distinfo index a83213655a47..04b950d2f851 100644 --- a/math/octave-forge-automatic-differentiation/distinfo +++ b/math/octave-forge-automatic-differentiation/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1666744398 -SHA256 (octave-forge/StevenWaldrip-Automatic-Differentiation-1.0.0_GH0.tar.gz) = 12e578cd4daedd31537ba5f541db20e85754ab356c3c28cb75da78442beb10e5 -SIZE (octave-forge/StevenWaldrip-Automatic-Differentiation-1.0.0_GH0.tar.gz) = 29014 +TIMESTAMP = 1754287808 +SHA256 (octave-forge/StevenWaldrip-Automatic-Differentiation-1.0.1_GH0.tar.gz) = 5fdcfaf009ba240bdec5703ca1d230af59b16f8e5173403ddb7f1899cf7d68e7 +SIZE (octave-forge/StevenWaldrip-Automatic-Differentiation-1.0.1_GH0.tar.gz) = 33852 diff --git a/math/octave-forge-automatic-differentiation/files/patch-DESCRIPTION b/math/octave-forge-automatic-differentiation/files/patch-DESCRIPTION new file mode 100644 index 000000000000..70d670a80dee --- /dev/null +++ b/math/octave-forge-automatic-differentiation/files/patch-DESCRIPTION @@ -0,0 +1,9 @@ +--- DESCRIPTION.orig 2025-08-07 20:53:55.335448000 -0500 ++++ DESCRIPTION 2025-08-07 20:54:04.639963000 -0500 +@@ -1,5 +1,5 @@ + name: Automatic-Differentiation +-version: 1.0.0 ++version: 1.0.1 + date: 2022-07-15 + author: Steven Waldrip <https://mathsfromnothing.cf> + maintainer: Steven Waldrip <https://mathsfromnothing.cf> diff --git a/math/octave-forge-fpl/pkg-message b/math/octave-forge-fpl/pkg-message deleted file mode 100644 index 33161878217a..000000000000 --- a/math/octave-forge-fpl/pkg-message +++ /dev/null @@ -1,8 +0,0 @@ -[ -{ type: install - message: <<EOM -Although the port builds, it is nonfunctional on sparc64 due to the absence -of opendx. -EOM -} -] diff --git a/math/octave-forge-onsas/Makefile b/math/octave-forge-onsas/Makefile index ad3093dab716..fc8171c52186 100644 --- a/math/octave-forge-onsas/Makefile +++ b/math/octave-forge-onsas/Makefile @@ -12,6 +12,8 @@ WWW= https://packages.octave.org/ LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTAVE_SRC}/COPYING +BROKEN= this software is incompatible with octave pkg + USES= octave USE_GITHUB= yes GH_ACCOUNT= ONSAS diff --git a/math/octave-forge-pkg-octave-doc/Makefile b/math/octave-forge-pkg-octave-doc/Makefile index e35fc9f8e892..94ab6b4d858c 100644 --- a/math/octave-forge-pkg-octave-doc/Makefile +++ b/math/octave-forge-pkg-octave-doc/Makefile @@ -1,6 +1,6 @@ PORTNAME= octave-forge-pkg-octave-doc DISTVERSIONPREFIX= release- -DISTVERSION= 0.6.3 +DISTVERSION= 0.6.4 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-pkg-octave-doc/distinfo b/math/octave-forge-pkg-octave-doc/distinfo index daa141250b7b..0b67f2f9b6b0 100644 --- a/math/octave-forge-pkg-octave-doc/distinfo +++ b/math/octave-forge-pkg-octave-doc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1753397681 -SHA256 (octave-forge/gnu-octave-pkg-octave-doc-release-0.6.3_GH0.tar.gz) = 5d3a949604b98fbf62b2c561e3522caf35105a8816d140295e6ae8b2a53b244c -SIZE (octave-forge/gnu-octave-pkg-octave-doc-release-0.6.3_GH0.tar.gz) = 160907 +TIMESTAMP = 1754614694 +SHA256 (octave-forge/gnu-octave-pkg-octave-doc-release-0.6.4_GH0.tar.gz) = 6f13b269610cb21be00919e552300aed549afd1d457589a0bf3996aba12ab536 +SIZE (octave-forge/gnu-octave-pkg-octave-doc-release-0.6.4_GH0.tar.gz) = 161147 diff --git a/math/octave-forge/Makefile b/math/octave-forge/Makefile index c7deaaa6d266..327752eed92a 100644 --- a/math/octave-forge/Makefile +++ b/math/octave-forge/Makefile @@ -1,6 +1,5 @@ PORTNAME= octave-forge -PORTVERSION= 20250525 -PORTREVISION= 1 +PORTVERSION= 20250808 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -27,7 +26,7 @@ OPTIONS_DEFINE= AUDIO ACTUARIAL AUTOMATIC_DIFFERENTIATION \ MECHANICS MISCELLANEOUS MISSING_FUNCTIONS MPI MQTT MSH \ MULTICORE MVN NAN NCARRAY NETCDF NLWING2 NNET NURBS \ OCT2MAT OCTAVE_PHP_WRAPPER OCTAVE_POOL OCTAVE_TAR OCTAVE_ZSTD \ - OCTCLIP OCTPROJ ODBC ODEBVP ONSAS OPTICS \ + OCTCLIP OCTPROJ ODBC ODEBVP OPTICS \ OPTIM OPTIMINTERP OUTLIERS PARALLEL PKG_OCTAVE_DOC PDE1DM PLOT \ PIQP PONCHON_SAVARIT PROMPT PSYCHROMETRICS PYTHONIC QUATERNION \ QUEUEING RTREE SECS1D SECS2D SECS3D SIGNAL SIMP SOCKETS SOLE \ diff --git a/math/octave/Makefile b/math/octave/Makefile index 634a77477d17..f5cc8112b3d1 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -1,5 +1,6 @@ PORTNAME= octave PORTVERSION= ${OCTAVE_VERSION} +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= GNU diff --git a/math/oink/Makefile b/math/oink/Makefile index bf66137f9035..e93ae7259c82 100644 --- a/math/oink/Makefile +++ b/math/oink/Makefile @@ -11,7 +11,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libboost_iostreams.so:devel/boost-libs \ - liblace.so:devel/lace + liblace.so:devel/lace14 USES= cmake:testing USE_CXXSTD= c++14 diff --git a/math/oink/files/patch-CMakeLists.txt b/math/oink/files/patch-CMakeLists.txt index d2712483dc57..095bae5ce5ba 100644 --- a/math/oink/files/patch-CMakeLists.txt +++ b/math/oink/files/patch-CMakeLists.txt @@ -1,7 +1,11 @@ ---- CMakeLists.txt.orig 2025-03-28 04:18:13 UTC +--- CMakeLists.txt.orig 2025-01-05 22:29:55 UTC +++ CMakeLists.txt -@@ -24,7 +24,7 @@ find_package(Boost REQUIRED COMPONENTS filesystem iost - find_package(Boost REQUIRED COMPONENTS filesystem iostreams regex system random CONFIG) +@@ -21,10 +21,10 @@ endif() + endif() + endif() + +-find_package(Boost REQUIRED COMPONENTS filesystem iostreams regex system random CONFIG) ++find_package(Boost REQUIRED COMPONENTS filesystem iostreams regex random CONFIG) # Main library target -add_library(oink STATIC) diff --git a/math/openturns/Makefile b/math/openturns/Makefile index 8375e1e39c0d..dca10464a177 100644 --- a/math/openturns/Makefile +++ b/math/openturns/Makefile @@ -1,7 +1,7 @@ PORTNAME= openturns DISTVERSIONPREFIX= v DISTVERSION= 1.24 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/py-cmaes/Makefile b/math/py-cmaes/Makefile index 698c9769c833..1e54f4115386 100644 --- a/math/py-cmaes/Makefile +++ b/math/py-cmaes/Makefile @@ -1,5 +1,5 @@ PORTNAME= cmaes -PORTVERSION= 0.11.1 +PORTVERSION= 0.12.0 CATEGORIES= math MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-cmaes/distinfo b/math/py-cmaes/distinfo index 293e049eb2aa..12bcb009a4b6 100644 --- a/math/py-cmaes/distinfo +++ b/math/py-cmaes/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1724084626 -SHA256 (cmaes-0.11.1.tar.gz) = cf71fa3679814723be771f2c9edd85f465b1bc1e409e1ad6d8a9e481efcd5160 -SIZE (cmaes-0.11.1.tar.gz) = 31439 +TIMESTAMP = 1753369398 +SHA256 (cmaes-0.12.0.tar.gz) = 6aab41eee2f38bf917560a7e7d1ba0060632cd44cdf7ac2a10704da994624182 +SIZE (cmaes-0.12.0.tar.gz) = 52779 diff --git a/math/py-cvxopt/Makefile b/math/py-cvxopt/Makefile index 03b1987ef60c..b44d5da3b146 100644 --- a/math/py-cvxopt/Makefile +++ b/math/py-cvxopt/Makefile @@ -1,6 +1,6 @@ PORTNAME= cvxopt DISTVERSION= 1.3.2 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-grandalf/Makefile b/math/py-grandalf/Makefile index d0e8f8ad7eec..9539a066d981 100644 --- a/math/py-grandalf/Makefile +++ b/math/py-grandalf/Makefile @@ -1,5 +1,6 @@ PORTNAME= grandalf DISTVERSION= 0.8 +PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-heyoka/Makefile b/math/py-heyoka/Makefile index cb9d0cb193e9..dad69ff37f79 100644 --- a/math/py-heyoka/Makefile +++ b/math/py-heyoka/Makefile @@ -1,7 +1,7 @@ PORTNAME= heyoka DISTVERSIONPREFIX= v DISTVERSION= 6.0.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-hypernetx/Makefile b/math/py-hypernetx/Makefile index 10cb05432724..e1d0579ba550 100644 --- a/math/py-hypernetx/Makefile +++ b/math/py-hypernetx/Makefile @@ -1,5 +1,5 @@ PORTNAME= hypernetx -DISTVERSION= 2.3.10 +DISTVERSION= 2.4.0 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-hypernetx/distinfo b/math/py-hypernetx/distinfo index f81fbb462128..e38cb17b1b8f 100644 --- a/math/py-hypernetx/distinfo +++ b/math/py-hypernetx/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1734679017 -SHA256 (hypernetx-2.3.10.tar.gz) = 1ce900ea7b74aa18f6ac488a22fd1c68893b62c5fc5f0c6fdd8061baaf1cec46 -SIZE (hypernetx-2.3.10.tar.gz) = 574993 +TIMESTAMP = 1754878555 +SHA256 (hypernetx-2.4.0.tar.gz) = 69cb9f4e0709e48f3c776fe832f90105d73596eded50e23157018186ff939194 +SIZE (hypernetx-2.4.0.tar.gz) = 577214 diff --git a/math/py-levmar/Makefile b/math/py-levmar/Makefile index 097ba52ca67b..1638cd818723 100644 --- a/math/py-levmar/Makefile +++ b/math/py-levmar/Makefile @@ -19,8 +19,7 @@ BROKEN= doesn't build with Python-3.11, 4 authors were notified via e-mail on 2 BUILD_DEPENDS= ${PYNUMPY} LIB_DEPENDS= libblas.so:math/blas \ liblapack.so:math/lapack -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest4>0:devel/py-pytest4@${PY_FLAVOR} \ - ${PYNUMPY} +TEST_DEPENDS= ${PYNUMPY} USES= python USE_PYTHON= distutils autoplist diff --git a/math/py-mathics-scanner/Makefile b/math/py-mathics-scanner/Makefile index be51e50e9606..96baae1f5df0 100644 --- a/math/py-mathics-scanner/Makefile +++ b/math/py-mathics-scanner/Makefile @@ -1,6 +1,6 @@ PORTNAME= mathics_scanner PORTVERSION= 1.4.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ujson>0:devel/py-ujson@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}chardet>0:textproc/py-chardet@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyyaml>0:devel/py-pyyaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}types_ujson>0:devel/py-types-ujson@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}types-PyYAML>0:devel/py-types-PyYAML@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}types-pyyaml>0:devel/py-types-pyyaml@${PY_FLAVOR} TEST_DEPENDS= gmake:devel/gmake \ ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} diff --git a/math/py-mnnpy/Makefile b/math/py-mnnpy/Makefile index 87667c377ea6..505523b429e4 100644 --- a/math/py-mnnpy/Makefile +++ b/math/py-mnnpy/Makefile @@ -25,7 +25,11 @@ USE_PYTHON= distutils cython autoplist post-patch: .if defined(CPUTYPE) +. if ${ARCH:Mpowerpc*} + @${REINPLACE_CMD} -e "s|'-march=native'|'-mcpu=${CPUTYPE}'|" ${WRKSRC}/setup.py +. else @${REINPLACE_CMD} -e "s|'-march=native'|'-march=${CPUTYPE}'|" ${WRKSRC}/setup.py +. endif .else @${REINPLACE_CMD} -e "s|'-march=native', ||" ${WRKSRC}/setup.py .endif diff --git a/math/py-narwhals/Makefile b/math/py-narwhals/Makefile index d1e9a8cd09c6..996dc336c9ae 100644 --- a/math/py-narwhals/Makefile +++ b/math/py-narwhals/Makefile @@ -1,5 +1,5 @@ PORTNAME= narwhals -PORTVERSION= 1.48.0 +PORTVERSION= 1.48.1 CATEGORIES= math python MASTER_SITES= PYPI \ https://github.com/narwhals-dev/narwhals/releases/download/v${PORTVERSION}/ diff --git a/math/py-narwhals/distinfo b/math/py-narwhals/distinfo index ac9d951029e4..61bcf19af018 100644 --- a/math/py-narwhals/distinfo +++ b/math/py-narwhals/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1753265778 -SHA256 (narwhals-1.48.0.tar.gz) = 7243b456cbdb60edb148731a8f9b203f473a373a249ad66c699362508730e63f -SIZE (narwhals-1.48.0.tar.gz) = 515112 +TIMESTAMP = 1753796090 +SHA256 (narwhals-1.48.1.tar.gz) = b375cfdfc20b84b5ac0926f34c5c1373eb23ebea48d47bf75e282161cda63e34 +SIZE (narwhals-1.48.1.tar.gz) = 515882 diff --git a/math/py-nlopt/Makefile b/math/py-nlopt/Makefile index 7c41078b7a06..306c77860ae2 100644 --- a/math/py-nlopt/Makefile +++ b/math/py-nlopt/Makefile @@ -1,6 +1,5 @@ PORTNAME= nlopt -DISTVERSION= 2.9.0 -PORTREVISION= 1 +DISTVERSION= 2.9.1 CATEGORIES= math #MASTER_SITES= PYPI # https://github.com/DanielBok/nlopt-python/issues/15 PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= cmake:devel/cmake-core \ swig:devel/swig \ ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYNUMPY} USES= python @@ -30,7 +29,7 @@ GH_TUPLE= stevengj:nlopt:75dd16e:nlopt/extern/nlopt #CMAKE_ARGS= -DFREEBSD_PYTHON_VER=${PYTHON_VER} MAKE_ENV= FREEBSD_PYTHON_VER=${PYTHON_VER} -xpost-install: +post-install: @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/nlopt/_nlopt.so do-test: diff --git a/math/py-nlopt/distinfo b/math/py-nlopt/distinfo index 2e6f7e75faa1..9d9aa63d909d 100644 --- a/math/py-nlopt/distinfo +++ b/math/py-nlopt/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1731822083 -SHA256 (DanielBok-nlopt-python-2.9.0_GH0.tar.gz) = bd16c2a8af7819efeb6cc1b4f349c4553be02e95e628bca7a5c9891da467b99b -SIZE (DanielBok-nlopt-python-2.9.0_GH0.tar.gz) = 9154 +TIMESTAMP = 1754067585 +SHA256 (DanielBok-nlopt-python-2.9.1_GH0.tar.gz) = 9b9ce8ecb686a2e489d056b9aa21110a63ace7a9f3cefe816b011459e1cce6e7 +SIZE (DanielBok-nlopt-python-2.9.1_GH0.tar.gz) = 9184 SHA256 (stevengj-nlopt-75dd16e_GH0.tar.gz) = 969621b928096094546d77d118e1f3e94496f9160a8b01adc6a7755e301f9568 SIZE (stevengj-nlopt-75dd16e_GH0.tar.gz) = 2054748 diff --git a/math/py-nlopt/pkg-plist b/math/py-nlopt/pkg-plist index bc6e259d3a6c..80ac7ab3e28f 100644 --- a/math/py-nlopt/pkg-plist +++ b/math/py-nlopt/pkg-plist @@ -1,3 +1,9 @@ +%%PYTHON_SITELIBDIR%%/nlopt-2.9.0-py%%PYTHON_VER%%.egg-info/PKG-INFO +%%PYTHON_SITELIBDIR%%/nlopt-2.9.0-py%%PYTHON_VER%%.egg-info/SOURCES.txt +%%PYTHON_SITELIBDIR%%/nlopt-2.9.0-py%%PYTHON_VER%%.egg-info/dependency_links.txt +%%PYTHON_SITELIBDIR%%/nlopt-2.9.0-py%%PYTHON_VER%%.egg-info/not-zip-safe +%%PYTHON_SITELIBDIR%%/nlopt-2.9.0-py%%PYTHON_VER%%.egg-info/requires.txt +%%PYTHON_SITELIBDIR%%/nlopt-2.9.0-py%%PYTHON_VER%%.egg-info/top_level.txt %%PYTHON_SITELIBDIR%%/nlopt/__init__.py %%PYTHON_SITELIBDIR%%/nlopt/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc %%PYTHON_SITELIBDIR%%/nlopt/__pycache__/__init__%%PYTHON_TAG%%.pyc diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile index 42a13b88864f..9e95667d2031 100644 --- a/math/py-numpy/Makefile +++ b/math/py-numpy/Makefile @@ -1,6 +1,6 @@ PORTNAME= numpy PORTVERSION= 1.26.4 -PORTREVISION= 6 +PORTREVISION= 7 PORTEPOCH= 1 CATEGORIES= math python MASTER_SITES= PYPI \ diff --git a/math/py-pyaudi/Makefile b/math/py-pyaudi/Makefile index fc326919162b..1712534ad97a 100644 --- a/math/py-pyaudi/Makefile +++ b/math/py-pyaudi/Makefile @@ -2,7 +2,7 @@ PORTNAME= pyaudi DISTVERSIONPREFIX= v DISTVERSION= 1.9.2-1 DISTVERSIONSUFFIX= -g899eb78 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= math PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-scikit-umfpack/Makefile b/math/py-scikit-umfpack/Makefile index b0ffe433e7db..f8a1e596980a 100644 --- a/math/py-scikit-umfpack/Makefile +++ b/math/py-scikit-umfpack/Makefile @@ -1,6 +1,6 @@ PORTNAME= scikit-umfpack DISTVERSION= 0.4.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-vector/Makefile b/math/py-vector/Makefile index b4acf4d8ea08..2bff38f7fe8f 100644 --- a/math/py-vector/Makefile +++ b/math/py-vector/Makefile @@ -22,4 +22,18 @@ USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes -.include <bsd.port.mk> +OPTIONS_DEFINE= AWKWARD NUMBA SYMPY +AWKWARD_DESC= Awkward arrays +NUMBA_DESC= Numba-compiled functions +SYMPY_DESC= SymPy expressions + +AWKWARD_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}awkward>=2:math/py-awkward@${PY_FLAVOR} +SYMPY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sympy>=0:math/py-sympy@${PY_FLAVOR} + +.include <bsd.port.pre.mk> + +.if ${PORT_OPTIONS:MNUMBA} && ${PYTHON_REL} < 31400 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}numba>=0.57:devel/py-numba@${PY_FLAVOR} +.endif + +.include <bsd.port.post.mk> diff --git a/math/qalculate-gtk/Makefile b/math/qalculate-gtk/Makefile index 2f079e617944..3f481deb632e 100644 --- a/math/qalculate-gtk/Makefile +++ b/math/qalculate-gtk/Makefile @@ -1,6 +1,5 @@ PORTNAME= qalculate-gtk -PORTVERSION= 5.5.1 -PORTREVISION= 1 +PORTVERSION= 5.7.0 CATEGORIES= math MASTER_SITES= https://github.com/Qalculate/${PORTNAME}/releases/download/v${PORTVERSION}/ diff --git a/math/qalculate-gtk/distinfo b/math/qalculate-gtk/distinfo index 7bb43dabff78..393049d4c84a 100644 --- a/math/qalculate-gtk/distinfo +++ b/math/qalculate-gtk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1740445761 -SHA256 (qalculate-gtk-5.5.1.tar.gz) = dcf33e89ec2539c3e0bf9c5aee18b44680f6630b1e02cf23e2e9add6578450c7 -SIZE (qalculate-gtk-5.5.1.tar.gz) = 3025854 +TIMESTAMP = 1754377627 +SHA256 (qalculate-gtk-5.7.0.tar.gz) = dcb3663b36abafdfe32e943644bf4fc64bd685c0225f944a3f1c4a85e70db3b5 +SIZE (qalculate-gtk-5.7.0.tar.gz) = 3074403 diff --git a/math/qalculate-gtk/pkg-plist b/math/qalculate-gtk/pkg-plist index bdf372225fba..b8a0032a6694 100644 --- a/math/qalculate-gtk/pkg-plist +++ b/math/qalculate-gtk/pkg-plist @@ -66,5 +66,6 @@ share/icons/hicolor/scalable/apps/qalculate.svg %%NLS%%share/locale/sl/LC_MESSAGES/qalculate-gtk.mo %%NLS%%share/locale/sv/LC_MESSAGES/qalculate-gtk.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/qalculate-gtk.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/qalculate-gtk.mo share/man/man1/qalculate-gtk.1.gz share/metainfo/qalculate-gtk.appdata.xml diff --git a/math/qalculate-qt/Makefile b/math/qalculate-qt/Makefile index 89c1dd9137d3..1c23e9ffb775 100644 --- a/math/qalculate-qt/Makefile +++ b/math/qalculate-qt/Makefile @@ -1,5 +1,5 @@ PORTNAME= qalculate-qt -PORTVERSION= 5.5.1 +PORTVERSION= 5.7.0 CATEGORIES= math MASTER_SITES= https://github.com/Qalculate/${PORTNAME}/releases/download/v${PORTVERSION}/ diff --git a/math/qalculate-qt/distinfo b/math/qalculate-qt/distinfo index 2cd962d2e946..31f5530abbcd 100644 --- a/math/qalculate-qt/distinfo +++ b/math/qalculate-qt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1740447221 -SHA256 (qalculate-qt-5.5.1.tar.gz) = 2d01841f7a7703417c6c251bcd6bcda81db0bf7d5c32827b7a8b396d572af843 -SIZE (qalculate-qt-5.5.1.tar.gz) = 1904495 +TIMESTAMP = 1754377968 +SHA256 (qalculate-qt-5.7.0.tar.gz) = 76e03b976a7b1347a6e8779b6be83ea053ab74e8ddeafb0aa62d20b3fadc0b9c +SIZE (qalculate-qt-5.7.0.tar.gz) = 1992166 diff --git a/math/qalculate-qt/pkg-plist b/math/qalculate-qt/pkg-plist index dcb1b40744e3..c3755800516b 100644 --- a/math/qalculate-qt/pkg-plist +++ b/math/qalculate-qt/pkg-plist @@ -20,3 +20,4 @@ share/metainfo/io.github.Qalculate.qalculate-qt.metainfo.xml %%NLS%%%%DATADIR%%/translations/qalculate-qt_sl.qm %%NLS%%%%DATADIR%%/translations/qalculate-qt_sv.qm %%NLS%%%%DATADIR%%/translations/qalculate-qt_zh_CN.qm +%%NLS%%%%DATADIR%%/translations/qalculate-qt_zh_TW.qm diff --git a/math/scilab/Makefile b/math/scilab/Makefile index eed99f22294e..ed81d37d291e 100644 --- a/math/scilab/Makefile +++ b/math/scilab/Makefile @@ -1,6 +1,6 @@ PORTNAME= scilab DISTVERSION= 6.1.1 -PORTREVISION= 23 +PORTREVISION= 24 CATEGORIES= math cad java MASTER_SITES= https://www.scilab.org/download/${DISTVERSION}/ DISTFILES= ${DISTNAME}-src${EXTRACT_SUFX} diff --git a/math/suitesparse-Example/Makefile b/math/suitesparse-Example/Makefile new file mode 100644 index 000000000000..24b7070a1f30 --- /dev/null +++ b/math/suitesparse-Example/Makefile @@ -0,0 +1,40 @@ +PORTNAME= ${MPORTNAME:tl} +PORTVERSION= 1.8.9 +CATEGORIES= math + +COMMENT= Examples for SuiteSparse +WWW= https://faculty.cse.tamu.edu/davis/suitesparse.html + +LICENSE= BSD3CLAUSE + +LIB_DEPENDS= libamd.so:math/suitesparse-amd \ + libbtf.so:math/suitesparse-btf \ + libcamd.so:math/suitesparse-camd \ + libccolamd.so:math/suitesparse-ccolamd \ + libcholmod.so:math/suitesparse-cholmod \ + libcolamd.so:math/suitesparse-colamd \ + libcxsparse.so:math/suitesparse-cxsparse \ + libgraphblas.so:math/suitesparse-graphblas \ + libklu_cholmod.so:math/suitesparse-klu \ + liblagraph.so:math/suitesparse-lagraph \ + libldl.so:math/suitesparse-ldl \ + libsuitesparse_mongoose.so:math/suitesparse-mongoose \ + libparu.so:math/suitesparse-paru \ + librbio.so:math/suitesparse-rbio \ + libspex.so:math/suitesparse-spex \ + libspqr.so:math/suitesparse-spqr \ + libumfpack.so:math/suitesparse-umfpack + +USES= localbase:ldflags fortran + +MPORTNAME= Example +USE_LDCONFIG= yes + +.include "${.CURDIR}/../../math/suitesparse/bsd.suitesparse.mk" + +post-stage-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${BUILD_WRKSRC}/README.md \ + ${STAGEDIR}${DOCSDIR}/${MPORTNAME}_README.md + +.include <bsd.port.post.mk> diff --git a/math/suitesparse-Example/pkg-descr b/math/suitesparse-Example/pkg-descr new file mode 100644 index 000000000000..522fc4848f98 --- /dev/null +++ b/math/suitesparse-Example/pkg-descr @@ -0,0 +1,3 @@ +This port installs the 'my' library of SuiteSparse. + +This is only a demonstration package. diff --git a/math/suitesparse-Example/pkg-plist b/math/suitesparse-Example/pkg-plist new file mode 100644 index 000000000000..4a1f5e863a67 --- /dev/null +++ b/math/suitesparse-Example/pkg-plist @@ -0,0 +1,10 @@ +include/my.h +lib/libmy.a +lib/libmy.so +lib/libmy.so.1 +lib/libmy.so.%%VER%% +lib/libmy_cxx.a +lib/libmy_cxx.so +lib/libmy_cxx.so.1 +lib/libmy_cxx.so.%%VER%% +%%PORTDOCS%%%%DOCSDIR%%/Example_README.md diff --git a/math/suitesparse-amd/Makefile b/math/suitesparse-amd/Makefile index d691bd32e98a..bb01c56997d9 100644 --- a/math/suitesparse-amd/Makefile +++ b/math/suitesparse-amd/Makefile @@ -1,5 +1,5 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 3.3.3 +PORTVERSION= 3.3.4 CATEGORIES= math COMMENT= Symmetric approximate minimum degree diff --git a/math/suitesparse-amd/pkg-plist b/math/suitesparse-amd/pkg-plist index 7f9d4cb64247..b30ea55628ef 100644 --- a/math/suitesparse-amd/pkg-plist +++ b/math/suitesparse-amd/pkg-plist @@ -3,6 +3,8 @@ lib/cmake/AMD/AMDConfig.cmake lib/cmake/AMD/AMDConfigVersion.cmake lib/cmake/AMD/AMDTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/AMD/AMDTargets.cmake +lib/cmake/AMD/AMDTargets_static-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/AMD/AMDTargets_static.cmake lib/libamd.a lib/libamd.so lib/libamd.so.3 diff --git a/math/suitesparse-btf/Makefile b/math/suitesparse-btf/Makefile index 0e25c5999c25..547acabef031 100644 --- a/math/suitesparse-btf/Makefile +++ b/math/suitesparse-btf/Makefile @@ -1,5 +1,5 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 2.3.2 +PORTVERSION= 2.3.3 CATEGORIES= math COMMENT= Permutation to block triangular form diff --git a/math/suitesparse-btf/pkg-plist b/math/suitesparse-btf/pkg-plist index fc63adb3b323..06160da359f5 100644 --- a/math/suitesparse-btf/pkg-plist +++ b/math/suitesparse-btf/pkg-plist @@ -3,6 +3,8 @@ lib/cmake/BTF/BTFConfig.cmake lib/cmake/BTF/BTFConfigVersion.cmake lib/cmake/BTF/BTFTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/BTF/BTFTargets.cmake +lib/cmake/BTF/BTFTargets_static-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/BTF/BTFTargets_static.cmake lib/libbtf.a lib/libbtf.so lib/libbtf.so.2 diff --git a/math/suitesparse-camd/Makefile b/math/suitesparse-camd/Makefile index 7596e428ef20..64c36d665ab6 100644 --- a/math/suitesparse-camd/Makefile +++ b/math/suitesparse-camd/Makefile @@ -1,5 +1,5 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 3.3.4 +PORTVERSION= 3.3.5 CATEGORIES= math COMMENT= Symmetric approximate minimum degree diff --git a/math/suitesparse-camd/pkg-plist b/math/suitesparse-camd/pkg-plist index 6817a03fc4a5..437b4e9e99b0 100644 --- a/math/suitesparse-camd/pkg-plist +++ b/math/suitesparse-camd/pkg-plist @@ -3,6 +3,8 @@ lib/cmake/CAMD/CAMDConfig.cmake lib/cmake/CAMD/CAMDConfigVersion.cmake lib/cmake/CAMD/CAMDTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/CAMD/CAMDTargets.cmake +lib/cmake/CAMD/CAMDTargets_static-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/CAMD/CAMDTargets_static.cmake lib/libcamd.a lib/libcamd.so lib/libcamd.so.3 diff --git a/math/suitesparse-ccolamd/Makefile b/math/suitesparse-ccolamd/Makefile index 784e115fefbf..5fb295f02e2f 100644 --- a/math/suitesparse-ccolamd/Makefile +++ b/math/suitesparse-ccolamd/Makefile @@ -1,5 +1,5 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 3.3.4 +PORTVERSION= 3.3.5 CATEGORIES= math COMMENT= Constrained column approximate minimum degree ordering diff --git a/math/suitesparse-ccolamd/pkg-plist b/math/suitesparse-ccolamd/pkg-plist index 1754cd1d83a6..93418a178aed 100644 --- a/math/suitesparse-ccolamd/pkg-plist +++ b/math/suitesparse-ccolamd/pkg-plist @@ -3,6 +3,8 @@ lib/cmake/CCOLAMD/CCOLAMDConfig.cmake lib/cmake/CCOLAMD/CCOLAMDConfigVersion.cmake lib/cmake/CCOLAMD/CCOLAMDTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/CCOLAMD/CCOLAMDTargets.cmake +lib/cmake/CCOLAMD/CCOLAMDTargets_static-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/CCOLAMD/CCOLAMDTargets_static.cmake lib/libccolamd.a lib/libccolamd.so lib/libccolamd.so.3 diff --git a/math/suitesparse-cholmod/Makefile b/math/suitesparse-cholmod/Makefile index 0fd1e378006a..f025c2fc0bb6 100644 --- a/math/suitesparse-cholmod/Makefile +++ b/math/suitesparse-cholmod/Makefile @@ -1,5 +1,5 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 5.3.3 +PORTVERSION= 5.3.4 CATEGORIES= math COMMENT= Sparse CHOLesky MODification package diff --git a/math/suitesparse-cholmod/pkg-plist b/math/suitesparse-cholmod/pkg-plist index 887dd314fa99..cde57d659031 100644 --- a/math/suitesparse-cholmod/pkg-plist +++ b/math/suitesparse-cholmod/pkg-plist @@ -3,6 +3,8 @@ lib/cmake/CHOLMOD/CHOLMODConfig.cmake lib/cmake/CHOLMOD/CHOLMODConfigVersion.cmake lib/cmake/CHOLMOD/CHOLMODTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/CHOLMOD/CHOLMODTargets.cmake +lib/cmake/CHOLMOD/CHOLMODTargets_static-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/CHOLMOD/CHOLMODTargets_static.cmake lib/libcholmod.a lib/libcholmod.so lib/libcholmod.so.5 diff --git a/math/suitesparse-colamd/Makefile b/math/suitesparse-colamd/Makefile index 4edc32470c9a..a7f682bc89dc 100644 --- a/math/suitesparse-colamd/Makefile +++ b/math/suitesparse-colamd/Makefile @@ -1,5 +1,5 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 3.3.4 +PORTVERSION= 3.3.5 CATEGORIES= math COMMENT= Column approximate minimum degree ordering algorithm diff --git a/math/suitesparse-colamd/pkg-plist b/math/suitesparse-colamd/pkg-plist index 71655a9ae6ff..1042fdb51199 100644 --- a/math/suitesparse-colamd/pkg-plist +++ b/math/suitesparse-colamd/pkg-plist @@ -3,6 +3,8 @@ lib/cmake/COLAMD/COLAMDConfig.cmake lib/cmake/COLAMD/COLAMDConfigVersion.cmake lib/cmake/COLAMD/COLAMDTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/COLAMD/COLAMDTargets.cmake +lib/cmake/COLAMD/COLAMDTargets_static-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/COLAMD/COLAMDTargets_static.cmake lib/libcolamd.a lib/libcolamd.so lib/libcolamd.so.3 diff --git a/math/suitesparse-config/pkg-plist b/math/suitesparse-config/pkg-plist index f5852a04ba21..0b8a8171caf1 100644 --- a/math/suitesparse-config/pkg-plist +++ b/math/suitesparse-config/pkg-plist @@ -10,6 +10,8 @@ lib/cmake/SuiteSparse_config/SuiteSparse_configConfig.cmake lib/cmake/SuiteSparse_config/SuiteSparse_configConfigVersion.cmake lib/cmake/SuiteSparse_config/SuiteSparse_configTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/SuiteSparse_config/SuiteSparse_configTargets.cmake +lib/cmake/SuiteSparse_config/SuiteSparse_configTargets_static-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/SuiteSparse_config/SuiteSparse_configTargets_static.cmake lib/libsuitesparseconfig.a lib/libsuitesparseconfig.so lib/libsuitesparseconfig.so.7 diff --git a/math/suitesparse-cxsparse/Makefile b/math/suitesparse-cxsparse/Makefile index fa1aa8d7d47b..9762e6783c44 100644 --- a/math/suitesparse-cxsparse/Makefile +++ b/math/suitesparse-cxsparse/Makefile @@ -1,5 +1,5 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 4.4.1 +PORTVERSION= 4.4.2 CATEGORIES= math COMMENT= Extended version of CSparse diff --git a/math/suitesparse-cxsparse/pkg-plist b/math/suitesparse-cxsparse/pkg-plist index 395afe984e6b..5a55cbd34ac0 100644 --- a/math/suitesparse-cxsparse/pkg-plist +++ b/math/suitesparse-cxsparse/pkg-plist @@ -3,6 +3,8 @@ lib/cmake/CXSparse/CXSparseConfig.cmake lib/cmake/CXSparse/CXSparseConfigVersion.cmake lib/cmake/CXSparse/CXSparseTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/CXSparse/CXSparseTargets.cmake +lib/cmake/CXSparse/CXSparseTargets_static-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/CXSparse/CXSparseTargets_static.cmake lib/libcxsparse.a lib/libcxsparse.so lib/libcxsparse.so.4 diff --git a/math/suitesparse-graphblas/Makefile b/math/suitesparse-graphblas/Makefile index 0a1e902b920d..1f8f7f092dcd 100644 --- a/math/suitesparse-graphblas/Makefile +++ b/math/suitesparse-graphblas/Makefile @@ -1,5 +1,5 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 10.0.5 +PORTVERSION= 10.1.1 CATEGORIES= math COMMENT= Graph algorithms in the language of linear algebra diff --git a/math/suitesparse-klu/Makefile b/math/suitesparse-klu/Makefile index 1d955e7b479c..7fffcaa6f305 100644 --- a/math/suitesparse-klu/Makefile +++ b/math/suitesparse-klu/Makefile @@ -1,5 +1,5 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 2.3.5 +PORTVERSION= 2.3.6 CATEGORIES= math COMMENT= Sparse LU factorization, for circuit simulation diff --git a/math/suitesparse-klu/pkg-plist b/math/suitesparse-klu/pkg-plist index 3ec8e46b6ff6..e7cfda035bf7 100644 --- a/math/suitesparse-klu/pkg-plist +++ b/math/suitesparse-klu/pkg-plist @@ -4,10 +4,14 @@ lib/cmake/KLU/KLUConfig.cmake lib/cmake/KLU/KLUConfigVersion.cmake lib/cmake/KLU/KLUTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/KLU/KLUTargets.cmake +lib/cmake/KLU/KLUTargets_static-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KLU/KLUTargets_static.cmake lib/cmake/KLU_CHOLMOD/KLU_CHOLMODConfig.cmake lib/cmake/KLU_CHOLMOD/KLU_CHOLMODConfigVersion.cmake lib/cmake/KLU_CHOLMOD/KLU_CHOLMODTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/KLU_CHOLMOD/KLU_CHOLMODTargets.cmake +lib/cmake/KLU_CHOLMOD/KLU_CHOLMODTargets_static-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KLU_CHOLMOD/KLU_CHOLMODTargets_static.cmake lib/libklu.a lib/libklu.so lib/libklu.so.2 diff --git a/math/suitesparse-lagraph/Makefile b/math/suitesparse-lagraph/Makefile index 40c01db21381..b91ccd9cb75e 100644 --- a/math/suitesparse-lagraph/Makefile +++ b/math/suitesparse-lagraph/Makefile @@ -1,5 +1,5 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 1.1.5 +PORTVERSION= 1.2.0 CATEGORIES= math COMMENT= Graph algorithms based on GraphBLAS diff --git a/math/suitesparse-lagraph/pkg-plist b/math/suitesparse-lagraph/pkg-plist index 204761be3c9f..4e210ec20611 100644 --- a/math/suitesparse-lagraph/pkg-plist +++ b/math/suitesparse-lagraph/pkg-plist @@ -5,6 +5,8 @@ lib/cmake/LAGraph/LAGraphConfig.cmake lib/cmake/LAGraph/LAGraphConfigVersion.cmake lib/cmake/LAGraph/LAGraphTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/LAGraph/LAGraphTargets.cmake +lib/cmake/LAGraph/LAGraphTargets_static-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/LAGraph/LAGraphTargets_static.cmake lib/liblagraph.a lib/liblagraph.so lib/liblagraph.so.1 diff --git a/math/suitesparse-ldl/Makefile b/math/suitesparse-ldl/Makefile index 849def7868c9..252ea2320362 100644 --- a/math/suitesparse-ldl/Makefile +++ b/math/suitesparse-ldl/Makefile @@ -1,5 +1,5 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 3.3.2 +PORTVERSION= 3.3.3 CATEGORIES= math COMMENT= Simple LDL^T factorization diff --git a/math/suitesparse-ldl/pkg-plist b/math/suitesparse-ldl/pkg-plist index cd009c322018..05d973626314 100644 --- a/math/suitesparse-ldl/pkg-plist +++ b/math/suitesparse-ldl/pkg-plist @@ -3,6 +3,8 @@ lib/cmake/LDL/LDLConfig.cmake lib/cmake/LDL/LDLConfigVersion.cmake lib/cmake/LDL/LDLTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/LDL/LDLTargets.cmake +lib/cmake/LDL/LDLTargets_static-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/LDL/LDLTargets_static.cmake lib/libldl.a lib/libldl.so lib/libldl.so.3 diff --git a/math/suitesparse-mongoose/Makefile b/math/suitesparse-mongoose/Makefile index 42feafc8145e..0bb1824f7079 100644 --- a/math/suitesparse-mongoose/Makefile +++ b/math/suitesparse-mongoose/Makefile @@ -1,5 +1,5 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 3.3.4 +PORTVERSION= 3.3.5 CATEGORIES= math COMMENT= Symmetric approximate minimum degree diff --git a/math/suitesparse-mongoose/pkg-plist b/math/suitesparse-mongoose/pkg-plist index ea35c6611cf9..94926f47df6d 100644 --- a/math/suitesparse-mongoose/pkg-plist +++ b/math/suitesparse-mongoose/pkg-plist @@ -4,6 +4,8 @@ lib/cmake/SuiteSparse_Mongoose/SuiteSparse_MongooseConfig.cmake lib/cmake/SuiteSparse_Mongoose/SuiteSparse_MongooseConfigVersion.cmake lib/cmake/SuiteSparse_Mongoose/SuiteSparse_MongooseTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/SuiteSparse_Mongoose/SuiteSparse_MongooseTargets.cmake +lib/cmake/SuiteSparse_Mongoose/SuiteSparse_MongooseTargets_static-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/SuiteSparse_Mongoose/SuiteSparse_MongooseTargets_static.cmake lib/libsuitesparse_mongoose.a lib/libsuitesparse_mongoose.so lib/libsuitesparse_mongoose.so.3 diff --git a/math/suitesparse-paru/Makefile b/math/suitesparse-paru/Makefile index 891dabfadce1..6008a6d1cfbf 100644 --- a/math/suitesparse-paru/Makefile +++ b/math/suitesparse-paru/Makefile @@ -1,6 +1,5 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTVERSION= 1.0.1 CATEGORIES= math parallel COMMENT= Parallel unsymmetric multifrontal method diff --git a/math/suitesparse-paru/pkg-plist b/math/suitesparse-paru/pkg-plist index d69f298fbcbd..ec9ef863f88a 100644 --- a/math/suitesparse-paru/pkg-plist +++ b/math/suitesparse-paru/pkg-plist @@ -3,6 +3,8 @@ lib/cmake/ParU/ParUConfig.cmake lib/cmake/ParU/ParUConfigVersion.cmake lib/cmake/ParU/ParUTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/ParU/ParUTargets.cmake +lib/cmake/ParU/ParUTargets_static-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/ParU/ParUTargets_static.cmake lib/libparu.a lib/libparu.so lib/libparu.so.1 diff --git a/math/suitesparse-rbio/Makefile b/math/suitesparse-rbio/Makefile index 6f8f9c0b87fe..5ec80176886f 100644 --- a/math/suitesparse-rbio/Makefile +++ b/math/suitesparse-rbio/Makefile @@ -1,5 +1,5 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 4.3.4 +PORTVERSION= 4.3.5 CATEGORIES= math COMMENT= Read/write sparse matrices diff --git a/math/suitesparse-rbio/pkg-plist b/math/suitesparse-rbio/pkg-plist index 97649bd59077..c90ddfda63f8 100644 --- a/math/suitesparse-rbio/pkg-plist +++ b/math/suitesparse-rbio/pkg-plist @@ -3,6 +3,8 @@ lib/cmake/RBio/RBioConfig.cmake lib/cmake/RBio/RBioConfigVersion.cmake lib/cmake/RBio/RBioTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/RBio/RBioTargets.cmake +lib/cmake/RBio/RBioTargets_static-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/RBio/RBioTargets_static.cmake lib/librbio.a lib/librbio.so lib/librbio.so.4 diff --git a/math/suitesparse-spex/Makefile b/math/suitesparse-spex/Makefile index fddd2d7ccbd9..5b6cf3f60770 100644 --- a/math/suitesparse-spex/Makefile +++ b/math/suitesparse-spex/Makefile @@ -1,5 +1,5 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 3.2.3 +PORTVERSION= 3.2.4 CATEGORIES= math COMMENT= Sparse Left-looking Integer-Preserving LU Factorization diff --git a/math/suitesparse-spex/pkg-plist b/math/suitesparse-spex/pkg-plist index 0c7215d11bfd..ae29828cfc4f 100644 --- a/math/suitesparse-spex/pkg-plist +++ b/math/suitesparse-spex/pkg-plist @@ -6,6 +6,8 @@ lib/cmake/SPEX/SPEXConfig.cmake lib/cmake/SPEX/SPEXConfigVersion.cmake lib/cmake/SPEX/SPEXTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/SPEX/SPEXTargets.cmake +lib/cmake/SPEX/SPEXTargets_static-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/SPEX/SPEXTargets_static.cmake lib/libspex.a lib/libspex.so lib/libspex.so.3 diff --git a/math/suitesparse-spqr/Makefile b/math/suitesparse-spqr/Makefile index c3e64e65cbf8..9f75a98bcdcd 100644 --- a/math/suitesparse-spqr/Makefile +++ b/math/suitesparse-spqr/Makefile @@ -1,6 +1,5 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 4.3.4 -PORTREVISION= 1 +PORTVERSION= 4.3.5 CATEGORIES= math COMMENT= Sparse QR factorization diff --git a/math/suitesparse-spqr/pkg-plist b/math/suitesparse-spqr/pkg-plist index 1accac9a2fc9..d3ad6d04e6c9 100644 --- a/math/suitesparse-spqr/pkg-plist +++ b/math/suitesparse-spqr/pkg-plist @@ -5,6 +5,8 @@ lib/cmake/SPQR/SPQRConfig.cmake lib/cmake/SPQR/SPQRConfigVersion.cmake lib/cmake/SPQR/SPQRTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/SPQR/SPQRTargets.cmake +lib/cmake/SPQR/SPQRTargets_static-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/SPQR/SPQRTargets_static.cmake lib/libspqr.a lib/libspqr.so lib/libspqr.so.4 diff --git a/math/suitesparse-umfpack/Makefile b/math/suitesparse-umfpack/Makefile index 26e9c6a17275..0c51632261b6 100644 --- a/math/suitesparse-umfpack/Makefile +++ b/math/suitesparse-umfpack/Makefile @@ -1,6 +1,5 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 6.3.5 -PORTREVISION= 1 +PORTVERSION= 6.3.6 CATEGORIES= math COMMENT= Sparse multifrontal LU factorization diff --git a/math/suitesparse-umfpack/pkg-plist b/math/suitesparse-umfpack/pkg-plist index ba92e000f8c1..e83fc9c701a1 100644 --- a/math/suitesparse-umfpack/pkg-plist +++ b/math/suitesparse-umfpack/pkg-plist @@ -3,6 +3,8 @@ lib/cmake/UMFPACK/UMFPACKConfig.cmake lib/cmake/UMFPACK/UMFPACKConfigVersion.cmake lib/cmake/UMFPACK/UMFPACKTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/UMFPACK/UMFPACKTargets.cmake +lib/cmake/UMFPACK/UMFPACKTargets_static-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/UMFPACK/UMFPACKTargets_static.cmake lib/libumfpack.a lib/libumfpack.so lib/libumfpack.so.6 diff --git a/math/suitesparse/Makefile b/math/suitesparse/Makefile index b7bedb46b514..69ddb541ee88 100644 --- a/math/suitesparse/Makefile +++ b/math/suitesparse/Makefile @@ -1,5 +1,5 @@ PORTNAME= suitesparse -PORTVERSION= 7.10.3 +PORTVERSION= 7.11.0 CATEGORIES= math MAINTAINER= fortran@FreeBSD.org @@ -19,13 +19,14 @@ RUN_DEPENDS= suitesparse-config>0:math/suitesparse-config \ suitesparse-lagraph>0:math/suitesparse-lagraph \ suitesparse-ldl>0:math/suitesparse-ldl \ suitesparse-mongoose>0:math/suitesparse-mongoose \ - suitesparse-paru>0:math/suitesparse-paru \ suitesparse-rbio>0:math/suitesparse-rbio \ suitesparse-spex>0:math/suitesparse-spex \ suitesparse-spqr>0:math/suitesparse-spqr \ - suitesparse-umfpack>0:math/suitesparse-umfpack + suitesparse-umfpack>0:math/suitesparse-umfpack \ + suitesparse-paru>0:math/suitesparse-paru .if !defined(PACKAGE_BUILDING) -RUN_DEPENDS+= suitesparse-csparse>0:math/suitesparse-csparse +RUN_DEPENDS+= suitesparse-csparse>0:math/suitesparse-csparse \ + suitesparse-example>0:math/suitesparse-Example .endif USES= metaport diff --git a/math/suitesparse/bsd.suitesparse.mk b/math/suitesparse/bsd.suitesparse.mk index 64fcee04076c..6d8bb1c68203 100644 --- a/math/suitesparse/bsd.suitesparse.mk +++ b/math/suitesparse/bsd.suitesparse.mk @@ -4,7 +4,7 @@ PKGNAMEPREFIX= suitesparse- SSPNAME= suitesparse -SSPVERSION= 7.10.3 +SSPVERSION= 7.11.0 DISTVERSIONPREFIX= v MAINTAINER= fortran@FreeBSD.org @@ -35,6 +35,7 @@ LIB_DEPENDS+= libsuitesparseconfig.so:math/suitesparse-config .endif .if ${MPORTNAME} != config && \ ${MPORTNAME} != BTF && \ + ${MPORTNAME} != Example && \ ${MPORTNAME} != ssget OPTIONS_DEFINE+=DEMOS .endif diff --git a/math/suitesparse/distinfo b/math/suitesparse/distinfo index 2ab4923b6c55..092d5a7d76df 100644 --- a/math/suitesparse/distinfo +++ b/math/suitesparse/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747585409 -SHA256 (suitesparse/v7.10.3.tar.gz) = 09e7bcc8e5de0a5b55d2ae9fd6378d5f4dc1b85a933593339a0872b24e2cc102 -SIZE (suitesparse/v7.10.3.tar.gz) = 87836881 +TIMESTAMP = 1754064684 +SHA256 (suitesparse/v7.11.0.tar.gz) = 93ed4c4e546a49fc75884c3a8b807d5af4a91e39d191fbbc60a07380b12a35d1 +SIZE (suitesparse/v7.11.0.tar.gz) = 95030220 diff --git a/math/sundials/Makefile b/math/sundials/Makefile index 8ddec9eab0cf..aabdd8134d52 100644 --- a/math/sundials/Makefile +++ b/math/sundials/Makefile @@ -1,6 +1,6 @@ PORTNAME= sundials DISTVERSION= 7.2.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MASTER_SITES= https://github.com/LLNL/sundials/releases/download/v${DISTVERSION}/ diff --git a/math/superlu/Makefile b/math/superlu/Makefile index e6a9fc273496..43e41239c43f 100644 --- a/math/superlu/Makefile +++ b/math/superlu/Makefile @@ -1,10 +1,9 @@ PORTNAME= superlu DISTVERSIONPREFIX= v -DISTVERSION= 5.3.0 -PORTREVISION= 4 +DISTVERSION= 7.0.1 CATEGORIES= math -MAINTAINER= robert.ayrapetyan@gmail.com +MAINTAINER= me@svmhdvn.name COMMENT= Library of routines for performing sparse factorization WWW= https://portal.nersc.gov/project/sparse/superlu/ @@ -12,40 +11,40 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/License.txt USES= cmake fortran pkgconfig -USE_LDCONFIG= yes - USE_GITHUB= yes GH_ACCOUNT= xiaoyeli +USE_LDCONFIG= yes -CMAKE_ON= USE_XSDK_DEFAULTS +CMAKE_ON= BUILD_SHARED_LIBS USE_XSDK_DEFAULTS CMAKE_OFF= enable_tests +PORTDOCS= * +PORTEXAMPLES= * + OPTIONS_DEFINE= DOCS EXAMPLES +OPTIONS_DEFAULT= REFERENCE OPTIONS_SINGLE= BLAS OPTIONS_SINGLE_BLAS= ATLAS OPENBLAS REFERENCE -OPTIONS_DEFAULT= REFERENCE + +REFERENCE_DESC= Reference BLAS implementation ATLAS_USES= blaslapack:atlas ATLAS_CMAKE_ON= -DBLA_VENDOR:STRING="ATLAS" OPENBLAS_USES= blaslapack:openblas OPENBLAS_CMAKE_ON= -DBLA_VENDOR:STRING="OpenBLAS" -REFERENCE_DESC= Reference blas implementation REFERENCE_USES= blaslapack REFERENCE_CMAKE_ON= -DBLA_VENDOR:STRING="Generic" -PORTDOCS= * -PORTEXAMPLES= * - post-patch: - @${REINPLACE_CMD} -e \ - '/CMAKE_C_FLAGS_RELEASE/s|^|#|' ${WRKSRC}/CMakeLists.txt - @${REINPLACE_CMD} -e \ - '/FFLAGS/s|FATAL_ERROR|WARNING|' ${WRKSRC}/cmake/XSDKDefaults.cmake + @${REINPLACE_CMD} -e '/CMAKE_C_FLAGS_RELEASE/s|^|#|' \ + ${WRKSRC}/CMakeLists.txt + @${REINPLACE_CMD} -e '/FFLAGS/s|FATAL_ERROR|WARNING|' \ + ${WRKSRC}/cmake/XSDKDefaults.cmake post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - cd ${WRKSRC}/DOC && ${COPYTREE_SHARE} "html ug.pdf" \ - ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC}/DOC && \ + ${COPYTREE_SHARE} "html ug.pdf" ${STAGEDIR}${DOCSDIR} post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} @@ -55,7 +54,8 @@ post-install-EXAMPLES-on: do-test: @cd ${BUILD_WRKSRC} && \ - ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -Denable_tests:BOOL=ON ${CMAKE_SOURCE_PATH} && \ + ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} \ + -Denable_tests:BOOL=ON ${CMAKE_SOURCE_PATH} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} test diff --git a/math/superlu/distinfo b/math/superlu/distinfo index 5a32b9fb1bcb..f5bfb40dc711 100644 --- a/math/superlu/distinfo +++ b/math/superlu/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1664140814 -SHA256 (xiaoyeli-superlu-v5.3.0_GH0.tar.gz) = 3e464afa77335de200aeb739074a11e96d9bef6d0b519950cfa6684c4be1f350 -SIZE (xiaoyeli-superlu-v5.3.0_GH0.tar.gz) = 2483070 +TIMESTAMP = 1749227670 +SHA256 (xiaoyeli-superlu-v7.0.1_GH0.tar.gz) = 86dcca1e086f8b8079990d07f00eb707fc9ef412cf3b2ce808b37956f0de2cb8 +SIZE (xiaoyeli-superlu-v7.0.1_GH0.tar.gz) = 2515612 diff --git a/math/superlu/pkg-plist b/math/superlu/pkg-plist index 8232a13894fe..759ed1903d8f 100644 --- a/math/superlu/pkg-plist +++ b/math/superlu/pkg-plist @@ -6,6 +6,7 @@ include/superlu/slu_scomplex.h include/superlu/slu_sdefs.h include/superlu/slu_util.h include/superlu/slu_zdefs.h +include/superlu/superlu_config.h include/superlu/superlu_enum_consts.h include/superlu/supermatrix.h lib/cmake/superlu/superluConfig.cmake @@ -13,6 +14,6 @@ lib/cmake/superlu/superluConfigVersion.cmake lib/cmake/superlu/superluTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/superlu/superluTargets.cmake lib/libsuperlu.so -lib/libsuperlu.so.5 -lib/libsuperlu.so.5.3.0 +lib/libsuperlu.so.7 +lib/libsuperlu.so.7.0.1 libdata/pkgconfig/superlu.pc diff --git a/math/vtk9/files/patch-ThirdParty_eigen_vtkeigen_eigen_Core b/math/vtk9/files/patch-ThirdParty_eigen_vtkeigen_eigen_Core new file mode 100644 index 000000000000..9a8e867cba27 --- /dev/null +++ b/math/vtk9/files/patch-ThirdParty_eigen_vtkeigen_eigen_Core @@ -0,0 +1,11 @@ +--- ThirdParty/eigen/vtkeigen/eigen/Core.orig 2021-08-18 20:41:58 UTC ++++ ThirdParty/eigen/vtkeigen/eigen/Core +@@ -346,7 +346,7 @@ using std::ptrdiff_t; + #include "src/Core/CoreIterators.h" + #include "src/Core/ConditionEstimator.h" + +-#if defined(EIGEN_VECTORIZE_ALTIVEC) || defined(EIGEN_VECTORIZE_VSX) ++#if defined(EIGEN_VECTORIZE_VSX) + #include "src/Core/arch/AltiVec/MatrixProduct.h" + #elif defined EIGEN_VECTORIZE_NEON + #include "src/Core/arch/NEON/GeneralBlockPanelKernel.h" diff --git a/math/vtk9/files/patch-ThirdParty_eigen_vtkeigen_eigen_src_Core_arch_AltiVec_Complex.h b/math/vtk9/files/patch-ThirdParty_eigen_vtkeigen_eigen_src_Core_arch_AltiVec_Complex.h new file mode 100644 index 000000000000..19f201dd91ed --- /dev/null +++ b/math/vtk9/files/patch-ThirdParty_eigen_vtkeigen_eigen_src_Core_arch_AltiVec_Complex.h @@ -0,0 +1,18 @@ +--- ThirdParty/eigen/vtkeigen/eigen/src/Core/arch/AltiVec/Complex.h.orig 2021-08-18 20:41:58 UTC ++++ ThirdParty/eigen/vtkeigen/eigen/src/Core/arch/AltiVec/Complex.h +@@ -100,6 +100,7 @@ template<> struct packet_traits<std::complex<float> > + HasAbs2 = 0, + HasMin = 0, + HasMax = 0, ++ HasSqrt = 1, + #ifdef __VSX__ + HasBlend = 1, + #endif +@@ -320,6 +321,7 @@ template<> struct packet_traits<std::complex<double> > + HasAbs2 = 0, + HasMin = 0, + HasMax = 0, ++ HasSqrt = 1, + HasSetLinear = 0 + }; + }; diff --git a/math/vtk9/files/patch-ThirdParty_eigen_vtkeigen_eigen_src_Core_arch_AltiVec_MathFunctions.h b/math/vtk9/files/patch-ThirdParty_eigen_vtkeigen_eigen_src_Core_arch_AltiVec_MathFunctions.h new file mode 100644 index 000000000000..a8c2ff027ad0 --- /dev/null +++ b/math/vtk9/files/patch-ThirdParty_eigen_vtkeigen_eigen_src_Core_arch_AltiVec_MathFunctions.h @@ -0,0 +1,47 @@ +--- ThirdParty/eigen/vtkeigen/eigen/src/Core/arch/AltiVec/MathFunctions.h.orig 2021-08-18 20:41:58 UTC ++++ ThirdParty/eigen/vtkeigen/eigen/src/Core/arch/AltiVec/MathFunctions.h +@@ -40,16 +40,14 @@ Packet4f pcos<Packet4f>(const Packet4f& _x) + return pcos_float(_x); + } + ++#ifdef __VSX__ + #ifndef EIGEN_COMP_CLANG + template<> EIGEN_DEFINE_FUNCTION_ALLOWING_MULTIPLE_DEFINITIONS EIGEN_UNUSED + Packet4f prsqrt<Packet4f>(const Packet4f& x) + { + return vec_rsqrt(x); + } +-#endif + +-#ifdef __VSX__ +-#ifndef EIGEN_COMP_CLANG + template<> EIGEN_DEFINE_FUNCTION_ALLOWING_MULTIPLE_DEFINITIONS EIGEN_UNUSED + Packet2d prsqrt<Packet2d>(const Packet2d& x) + { +@@ -73,6 +71,26 @@ template<> EIGEN_DEFINE_FUNCTION_ALLOWING_MULTIPLE_DEF + Packet2d pexp<Packet2d>(const Packet2d& _x) + { + return pexp_double(_x); ++} ++ ++template<> EIGEN_STRONG_INLINE Packet8bf psqrt<Packet8bf> (const Packet8bf& a){ ++ BF16_TO_F32_UNARY_OP_WRAPPER(psqrt<Packet4f>, a); ++} ++ ++#ifndef EIGEN_COMP_CLANG ++template<> EIGEN_STRONG_INLINE Packet8bf prsqrt<Packet8bf> (const Packet8bf& a){ ++ BF16_TO_F32_UNARY_OP_WRAPPER(prsqrt<Packet4f>, a); ++} ++#endif ++#else ++template<> EIGEN_DEFINE_FUNCTION_ALLOWING_MULTIPLE_DEFINITIONS ++Packet4f psqrt<Packet4f>(const Packet4f& x) ++{ ++ Packet4f a; ++ for (Index i = 0; i < packet_traits<float>::size; i++) { ++ a[i] = numext::sqrt(x[i]); ++ } ++ return a; + } + #endif + diff --git a/math/vtk9/files/patch-ThirdParty_eigen_vtkeigen_eigen_src_Core_arch_AltiVec_PacketMath.h b/math/vtk9/files/patch-ThirdParty_eigen_vtkeigen_eigen_src_Core_arch_AltiVec_PacketMath.h new file mode 100644 index 000000000000..f8a09e76d845 --- /dev/null +++ b/math/vtk9/files/patch-ThirdParty_eigen_vtkeigen_eigen_src_Core_arch_AltiVec_PacketMath.h @@ -0,0 +1,117 @@ +--- ThirdParty/eigen/vtkeigen/eigen/src/Core/arch/AltiVec/PacketMath.h.orig 2021-08-18 20:41:58 UTC ++++ ThirdParty/eigen/vtkeigen/eigen/src/Core/arch/AltiVec/PacketMath.h +@@ -175,16 +175,19 @@ struct packet_traits<float> : default_packet_traits { + #else + HasRsqrt = 0, + #endif ++ HasTanh = EIGEN_FAST_MATH, ++ HasErf = EIGEN_FAST_MATH, ++ HasRint = 1, + #else + HasSqrt = 0, + HasRsqrt = 0, +- HasTanh = EIGEN_FAST_MATH, +- HasErf = EIGEN_FAST_MATH, ++ HasTanh = 0, ++ HasErf = 0, ++ HasRint = 0, + #endif + HasRound = 1, + HasFloor = 1, + HasCeil = 1, +- HasRint = 1, + HasNegate = 1, + HasBlend = 1 + }; +@@ -217,16 +220,17 @@ struct packet_traits<bfloat16> : default_packet_traits + #else + HasRsqrt = 0, + #endif ++ HasRint = 1, + #else + HasSqrt = 0, + HasRsqrt = 0, +- HasTanh = EIGEN_FAST_MATH, +- HasErf = EIGEN_FAST_MATH, ++ HasRint = 0, + #endif ++ HasTanh = 0, ++ HasErf = 0, + HasRound = 1, + HasFloor = 1, + HasCeil = 1, +- HasRint = 1, + HasNegate = 1, + HasBlend = 1 + }; +@@ -872,19 +876,29 @@ template<> EIGEN_STRONG_INLINE Packet4f pcmp_lt_or_nan + return vec_nor(c,c); + } + ++#ifdef __VSX__ + template<> EIGEN_STRONG_INLINE Packet4i pcmp_le(const Packet4i& a, const Packet4i& b) { return reinterpret_cast<Packet4i>(vec_cmple(a,b)); } ++#endif + template<> EIGEN_STRONG_INLINE Packet4i pcmp_lt(const Packet4i& a, const Packet4i& b) { return reinterpret_cast<Packet4i>(vec_cmplt(a,b)); } + template<> EIGEN_STRONG_INLINE Packet4i pcmp_eq(const Packet4i& a, const Packet4i& b) { return reinterpret_cast<Packet4i>(vec_cmpeq(a,b)); } ++#ifdef __VSX__ + template<> EIGEN_STRONG_INLINE Packet8s pcmp_le(const Packet8s& a, const Packet8s& b) { return reinterpret_cast<Packet8s>(vec_cmple(a,b)); } ++#endif + template<> EIGEN_STRONG_INLINE Packet8s pcmp_lt(const Packet8s& a, const Packet8s& b) { return reinterpret_cast<Packet8s>(vec_cmplt(a,b)); } + template<> EIGEN_STRONG_INLINE Packet8s pcmp_eq(const Packet8s& a, const Packet8s& b) { return reinterpret_cast<Packet8s>(vec_cmpeq(a,b)); } ++#ifdef __VSX__ + template<> EIGEN_STRONG_INLINE Packet8us pcmp_le(const Packet8us& a, const Packet8us& b) { return reinterpret_cast<Packet8us>(vec_cmple(a,b)); } ++#endif + template<> EIGEN_STRONG_INLINE Packet8us pcmp_lt(const Packet8us& a, const Packet8us& b) { return reinterpret_cast<Packet8us>(vec_cmplt(a,b)); } + template<> EIGEN_STRONG_INLINE Packet8us pcmp_eq(const Packet8us& a, const Packet8us& b) { return reinterpret_cast<Packet8us>(vec_cmpeq(a,b)); } ++#ifdef __VSX__ + template<> EIGEN_STRONG_INLINE Packet16c pcmp_le(const Packet16c& a, const Packet16c& b) { return reinterpret_cast<Packet16c>(vec_cmple(a,b)); } ++#endif + template<> EIGEN_STRONG_INLINE Packet16c pcmp_lt(const Packet16c& a, const Packet16c& b) { return reinterpret_cast<Packet16c>(vec_cmplt(a,b)); } + template<> EIGEN_STRONG_INLINE Packet16c pcmp_eq(const Packet16c& a, const Packet16c& b) { return reinterpret_cast<Packet16c>(vec_cmpeq(a,b)); } ++#ifdef __VSX__ + template<> EIGEN_STRONG_INLINE Packet16uc pcmp_le(const Packet16uc& a, const Packet16uc& b) { return reinterpret_cast<Packet16uc>(vec_cmple(a,b)); } ++#endif + template<> EIGEN_STRONG_INLINE Packet16uc pcmp_lt(const Packet16uc& a, const Packet16uc& b) { return reinterpret_cast<Packet16uc>(vec_cmplt(a,b)); } + template<> EIGEN_STRONG_INLINE Packet16uc pcmp_eq(const Packet16uc& a, const Packet16uc& b) { return reinterpret_cast<Packet16uc>(vec_cmpeq(a,b)); } + +@@ -937,6 +951,7 @@ template<> EIGEN_STRONG_INLINE Packet4f pround<Packet4 + } + template<> EIGEN_STRONG_INLINE Packet4f pceil<Packet4f>(const Packet4f& a) { return vec_ceil(a); } + template<> EIGEN_STRONG_INLINE Packet4f pfloor<Packet4f>(const Packet4f& a) { return vec_floor(a); } ++#ifdef __VSX__ + template<> EIGEN_STRONG_INLINE Packet4f print<Packet4f>(const Packet4f& a) + { + Packet4f res; +@@ -947,6 +962,7 @@ template<> EIGEN_STRONG_INLINE Packet4f print<Packet4f + + return res; + } ++#endif + + template<typename Packet> EIGEN_STRONG_INLINE Packet ploadu_common(const __UNPACK_TYPE__(Packet)* from) + { +@@ -1341,12 +1357,6 @@ template<> EIGEN_STRONG_INLINE Packet8bf psub<Packet8b + BF16_TO_F32_BINARY_OP_WRAPPER(psub<Packet4f>, a, b); + } + +-template<> EIGEN_STRONG_INLINE Packet8bf psqrt<Packet8bf> (const Packet8bf& a){ +- BF16_TO_F32_UNARY_OP_WRAPPER(vec_sqrt, a); +-} +-template<> EIGEN_STRONG_INLINE Packet8bf prsqrt<Packet8bf> (const Packet8bf& a){ +- BF16_TO_F32_UNARY_OP_WRAPPER(prsqrt<Packet4f>, a); +-} + template<> EIGEN_STRONG_INLINE Packet8bf pexp<Packet8bf> (const Packet8bf& a){ + BF16_TO_F32_UNARY_OP_WRAPPER(pexp_float, a); + } +@@ -1390,9 +1400,11 @@ template<> EIGEN_STRONG_INLINE Packet8bf pceil<Packet8 + template<> EIGEN_STRONG_INLINE Packet8bf pround<Packet8bf> (const Packet8bf& a){ + BF16_TO_F32_UNARY_OP_WRAPPER(pround<Packet4f>, a); + } ++#ifdef __VSX__ + template<> EIGEN_STRONG_INLINE Packet8bf print<Packet8bf> (const Packet8bf& a){ + BF16_TO_F32_UNARY_OP_WRAPPER(print<Packet4f>, a); + } ++#endif + template<> EIGEN_STRONG_INLINE Packet8bf pmadd(const Packet8bf& a, const Packet8bf& b, const Packet8bf& c) { + Packet4f a_even = Bf16ToF32Even(a); + Packet4f a_odd = Bf16ToF32Odd(a); |