找回密码
 欢迎注册
查看: 9158|回复: 7

[分享] PARI/Gp 有更新了

[复制链接]
发表于 2011-6-26 17:11:20 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?欢迎注册

×
现在版本是 2.5 了
http://pari.math.u-bordeaux.fr/download.html
Done for version 2.5.0 (released 31/05/2011):

  Fixed
BA  1- DESTDIR did not work. [#1194]
BA  2- Improve Darwin shared library support.
LGr 3- bnfinit -> oo-loop if class number is divisible by 27449 [#1197]
BA  4- [gp2c] error("foo") did not work.
    5- wrong generators in quadclassunit(D > 0) [ fix qfr3_pow / qfr5_pow ] [#1195]
    6- setrand(45);quadclassunit(185477) -> SEGV [#1200]
    7- fix derivnum for large arguments [#1201]
    8- "#if READL" always evaluated to "FALSE" in gprc [#1202]
    9- matsnf(non-square matrix, 4) --> SEGV [#1208]
HC 10- fix p-adic Gamma inefficiency for small p: gamma(O(2^20))->no answer
毋因群疑而阻独见  毋任己意而废人言
毋私小惠而伤大体  毋借公论以快私情
 楼主| 发表于 2011-6-26 17:13:21 | 显示全部楼层
毋因群疑而阻独见  毋任己意而废人言
毋私小惠而伤大体  毋借公论以快私情
 楼主| 发表于 2011-6-26 17:14:57 | 显示全部楼层
可惜mingw4.6到现在还没出来。
gcc4.6的 for 新特性在windows下不能体验了, 恨不得自己编译一个mingw
毋因群疑而阻独见  毋任己意而废人言
毋私小惠而伤大体  毋借公论以快私情
发表于 2011-6-26 19:23:34 | 显示全部楼层
3# wayne
windows下为什么不用vs 或Intel c++ ?

看了一下,gsl-1.15 的cblas_dgemm函数,双精度浮点矩阵乘法,接口符合cblas规范。
采用的是三重循环:
  1. /* form  C := alpha*A*B + C */

  2.     for (k = 0; k < K; k++) {
  3.       for (i = 0; i < n1; i++) {
  4.         const BASE temp = alpha * F[ldf * i + k];
  5.         if (temp != 0.0) {
  6.           for (j = 0; j < n2; j++) {
  7.             C[ldc * i + j] += temp * G[ldg * k + j];
  8.           }
  9.         }
  10.       }
  11.     }
复制代码
毋因群疑而阻独见  毋任己意而废人言
毋私小惠而伤大体  毋借公论以快私情
 楼主| 发表于 2011-6-28 14:12:15 | 显示全部楼层
4# G-Spider
呵呵,习惯使然而已。
毋因群疑而阻独见  毋任己意而废人言
毋私小惠而伤大体  毋借公论以快私情
 楼主| 发表于 2011-8-2 12:58:38 | 显示全部楼层
windows build 的稳定版也出来了
http://pari.math.u-bordeaux.fr/pub/pari/windows/gp-2-5-0.exe
毋因群疑而阻独见  毋任己意而废人言
毋私小惠而伤大体  毋借公论以快私情
发表于 2011-10-19 20:13:21 | 显示全部楼层
MinGW distribution ("distro") currently contains GCC 4.6.1 and Boost 1.47.0.
mingw-7.2.exe (16.8 MB) : This is a self-extracting archive. It's incredibly easy to install; see How To Install below.
解压就可以了。
http://nuwen.net/mingw.html
毋因群疑而阻独见  毋任己意而废人言
毋私小惠而伤大体  毋借公论以快私情
 楼主| 发表于 2011-10-20 10:36:15 | 显示全部楼层
7# G-Spider
TDM/MinGW  4.6.1也出来了
http://sourceforge.net/projects/ ... DM-GCC%20Installer/
毋因群疑而阻独见  毋任己意而废人言
毋私小惠而伤大体  毋借公论以快私情
您需要登录后才可以回帖 登录 | 欢迎注册

本版积分规则

小黑屋|手机版|数学研发网 ( 苏ICP备07505100号 )

GMT+8, 2024-4-20 18:43 , Processed in 0.070137 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表