由买买提看人间百态

topics

全部话题 - 话题: netlib
1 (共1页)
m********e
发帖数: 5088
1
来自主题: Computation版 - 有没有人知道netlib怎么用?
我想用fortran来找1个矩阵的特征值,打算使用netlib里面的lanczos,但是我看不懂里
面的解释,也不知道该怎么使用。
有没有大牛用过那个package,比如我现在有个矩阵M,该怎么用lanczos呢
O****C
发帖数: 368
2
来自主题: Software版 - Mac Air上的OneNote突然不能用了
完全不能打开。
我已经重装几次都不行。麻烦你们帮我看看error report。 谢谢。
Microsoft Error Reporting log version: 2.0
Error Signature:
Exception: EXC_BAD_ACCESS
Date/Time: 2014-09-10 22:55:06 +0000
Application Name: Microsoft OneNote
Application Bundle ID: com.microsoft.onenote.mac
Application Signature: ONMC
Application Version: 15.2.140713
Crashed Module Name: MicrosoftOffice
Crashed Module Version: 15.2.140713
Crashed Module Offset: 0x00071f94
Blame Module Name: MicrosoftOffice
Blame Module Version: 15.2.140713
Blame Modu... 阅读全帖
X****r
发帖数: 3557
3
来自主题: Computation版 - 请问如何在C++中使用lapack?
linker是语言中立的。你只要知道FORTRAN 例程的调用规范(calling convention),
在任何语言里都可以调。注意矩阵在内存里是按列排的,不是按行排的。
比如在C/C++ 里调lapack, 你只要
#include "f2c.h"
#include "clapack.h"
然后连接的时候连上lapack的目标文件或库就行了。
以上两个头文件可以在netlib.org找到
http://www.netlib.org/f2c/f2c.h
http://www.netlib.org/clapack/clapack.h
D***n
发帖数: 6804
4
来自主题: Programming版 - 请不要盲目崇拜FP语言
MLlib uses the linear algebra package Breeze, which depends on netlib-java,
and jblas. netlib-java and jblas depend on native Fortran routines. You need
to install the gfortran runtime library if it is not already present on
your nodes. MLlib will throw a linking error if it cannot detect these
libraries automatically.
LOL
Spark用的是你仇恨的Fortran做后台计算,没libgfortain都运行不了。
你还扯什么蛋?你现在都没安装过SPARK么。
D***n
发帖数: 6804
5
来自主题: Programming版 - 请不要盲目崇拜FP语言
netlib-java is a wrapper for low-level BLAS, LAPACK and ARPACK that performs
as fast as the C / Fortran interfaces.
只是个Java Warpper而已,真正干活的还是Fortran. 你好意思拿Warpper来比speed?
通过这个事情,鉴定你连大名鼎鼎的netlib都不知道,谈个毛的分布式计算。
k**t
发帖数: 44
f****r
发帖数: 27
7
来自主题: Computation版 - C code bessel func of complex argument?
This is a fortran program. If you want C version, use f2c.
http://www.netlib.no/netlib/amos/cbesy.f
h***o
发帖数: 539
8
来自主题: Computation版 - fortran怎么处理很大的数?
你的是要算什么?
最近我刚解决了算associated legendre function的问题,算这个函数
的时候有时候会要算到很大或者很小的数,以前用real*16,但巨慢
后来到netlib上找了一个,它就是用分离指数部分的方法,快多了。
netlib上找吧,如果有的话。
s********k
发帖数: 212
9
来自主题: Science版 - Re: least square fitting code

netlib bah :-)
www.netlib.org
plenty of deposit of codes for scientific computing in fortran, c/c++
or pascal :-)
Good luck :-)
m**********e
发帖数: 12525
10
这个有标准lib,几十年前就被洋大爷标准化了,比如矩阵有LAPACK,
http://www.netlib.org/
x****y
发帖数: 1853
11
来自主题: Military版 - 激光陀螺的秘密程序编码泄露了
matlab 这运算速度跟fortran比算过家家么?
oak ridge那个netlib十有九个都是fortran写的. 你估计是在国内用盗版
VC++出身的吧?
r**********g
发帖数: 22734
12
不做码工学什么java?老实用matlab就是了。科学计算哪有用java的,ampl, ipopt哪个
用的不是c++?去netlib下个算法,不是.f77就是.c
w**z
发帖数: 8232
13
http://stackoverflow.com/questions/825221/where-can-i-find-the-
It's a math problem more than CS. Well, don't know how far you want to go..
That is the implementation from math lib
public static double sqrt(double a) {
return StrictMath.sqrt(a); // default impl. delegates to StrictMath
// Note that hardware sqrt instructions
// frequently can be directly used by JITs
// and should be much faster than doing
// Math.... 阅读全帖
t*******t
发帖数: 1067
14
来自主题: Returnee版 - 浙江大学来美国招人了!!
http://www.netlib.org/na-digest-html/11/v11n01.html#7
有没有数学系的同学去调戏调戏他们?给涂博士出口气。
c***r
发帖数: 4631
15
来自主题: Apple版 - VT G5 cluster reaches 10T
Jack Dongarra's Top500 report, Nov. 6 edition.
http://www.netlib.org/benchmark/performance.pdf
page 53.
m*****r
发帖数: 130
16
来自主题: CS版 - CPU double precision
这个是标称,cpu 的规格上有。你也可以自己测试一把,譬如netlib上有个api,或者
你不用它自己
简单测试一下也差不多。
a*******t
发帖数: 891
17
来自主题: Database版 - Database Encryption
Ingrain has a software + hardware solution
nCipher, Protegrity, NetLib, Application Security are the other the products
I looked at briefly, software based.
Resource was not a concern when i was looking into this so I don't know
about that.

I
email?
z*****k
发帖数: 600
18
Image procesisng also may need NetLib, GSL, ffmpeg, ImageMagick, livemedia.
Qt will overtake GTK down the road since it has become LGPL in January. But
GTK is still based on C native for C people which I like. Besides, SDL is
simple and fast.
gcc/g++ is the predominant compiler. But IPP for Linux is free (you need
check licensing details for commercial use)
Linux is generally much better than windows for image processing for
research.
t****t
发帖数: 6806
s*****k
发帖数: 604
20
矩阵运算和 fft 用 MKL 或者 ACML
一直没搞清楚netlib上的东西是什么用license
p**o
发帖数: 3409
21
matlab核心在80年代初的确自己用c重写过(那些库后来叫JACKPAC);
后来他们公司发现这样吃力不讨好,2000年重写了接口,封装了netlib的LAPACK。
参见:
http://www.mathworks.com/company/newsletters/news_notes/clevesc
目前的matlab支持若干个LAPACK实现,默认用的是Intel MKL的LAPACK。
在matlab的安装目录的bin目录下,可以找到cublas/mkl/acml的dll/so文件。

法.
L***n
发帖数: 6727
22
来自主题: Programming版 - 求推荐:fortran好用的debug软件
gotoblas2内核全是汇编,外面加个fortran和C的wrapper,再包括一个netlib的
reference,那个倒是fortran写的古董,Goto写了篇paper讲他的思路,主要是避免
TLB miss,还有cache miss但是相对来说他对TLB更重视一点,结合他的文章读读他
的汇编代码挺有帮助的,每个函数都不是很长,不过优化还是在算法上搞是正路
D***n
发帖数: 6804
23
来自主题: Programming版 - 请不要盲目崇拜FP语言
愚蠢之至的思路,除了显示你对计算一无所知还能说明啥?
你知道netlib,Lapack, Atlas是什么江湖地位么?你知道这些库花了多少人多少精力
和银子么?还短期无法完成代码,哈哈哈!
Scipy里面也用同样的库,所以你拿SPARK去比,只能比出同样的速度来。
Before building, you will also need to install packages that NumPy and SciPy
depend on
BLAS and LAPACK libraries (optional but strongly recommended for NumPy,
required for SciPy): typically ATLAS + LAPACK, or MKL, or ACML
C and Fortran compilers (typically gcc and gfortran).
D***n
发帖数: 6804
24
请参考这些资料:
成员1:
http://www.netlib.org/lapack/lug/node121.html
成员2:
http://docs.scipy.org/doc/numpy/reference/generated/numpy.save.
Json:
直接serialize保存的文件。
n******7
发帖数: 12463
25
谢谢推荐scala
我找了找确实有不少
比如scalalab,好像很全
https://code.google.com/p/scalalab/
https://github.com/scalanlp/breeze/wiki/Linear-Algebra-Cheat-Sheet
这个breeze似乎跟numpy差不多
后台是netlib-java,这个玩意似乎很nb
t********o
发帖数: 48
26
来自主题: Unix版 - [转载] a BLAS question
【 以下文字转载自 Programming 讨论区 】
【 原文由 tsingditto 所发表 】
I download the source code of BLAS
from www.netlib.org/blas
But there is no Makefile, who can
tell me how to compile them
and get my own library file?
or give me a Makefile.
Thanks a lot.
P*****P
发帖数: 57
27
来自主题: Unix版 - question about install lapack
i also tried to install the lapack from netlib.org, though failed
b*****y
发帖数: 163
28
There is a win32 version of clapack.
You can check them out from netlib.
g****d
发帖数: 64
29
来自主题: Computation版 - g77与f90结合的问题
www.netlib.org has some f90 interface. That might be useful.
Most of fortran compiler will add an underscore after each file name, such as
filename_ . So when you might need to call filename_(...) instead of
filename(..)
f**l
发帖数: 2041
30
LAPACK是矩阵计算的最好的库. 其前身为LINPACK.
Matlab这个软件用的就是这些库.
查查netlib, 应该可以查到. LAPACK应该包含并行功能.
f**l
发帖数: 2041
31
去查http://www.netlib.org/, 做数值计算的不能不知道这个.
f**l
发帖数: 2041
32
if stiff, dassl is the best.
if nonstiff, there is a classic code using adams method.
You may check it on netlib also.
ODE solver不需要自己搞的.
h***o
发帖数: 539
33
来自主题: Computation版 - C package for solving polynomial equations?
try netlib.org
w**d
发帖数: 2334
34
来自主题: Computation版 - numerical recipe c++
Thanks. I am using TNT from netlib. It seems good. It does not fail even
for singular A.
BTW, what is IT++?
h***o
发帖数: 539
35
来自主题: Computation版 - 如何用变步长的差分法解PDE?
netlib.org里肯定有一大堆吧,自己慢慢刨
h***o
发帖数: 539
36
来自主题: Computation版 - modified bessel function
netlib上眼睛都找花了,但还是没找到。ft
a******s
发帖数: 232
37
来自主题: Computation版 - portal.acm.org 是个好地方呀
你用netlib上的code,写的人怎么牛了我还是不知道 :)
s*****l
发帖数: 167
38
来自主题: Computation版 - Re: 如何算Bessel function with complex orde
netlib
b********e
发帖数: 109
39
来自主题: Computation版 - Re: 如何算Bessel function with complex orde
I searched netlib. But didn't find one.
f******n
发帖数: 176
40
来自主题: Computation版 - 有没有人知道netlib怎么用?
找一本linear algebra的书,把Lanczos弄明白。

m********e
发帖数: 5088
41
来自主题: Computation版 - 有没有人知道netlib怎么用?
呵呵,只是自己比较懒,我情愿把lanczos当作一个黑盒,如果可以像matlab里面那样
[V,E]=eigs(M)就好了,一个命令多简单。可惜还要定义很多东西,麻烦
w*******e
发帖数: 6
42
我觉得如果对于sparse matrix 不是很熟悉的话, 有个 叫作sparse 的C程序库很好用,
它也提供了Fortran 的界面. 如果想在自己的程序中用的话, 这个库还是比较容易
上手的. 比较容易找到的是1.3 (netlib上就是这个版本), 大概因为是比较老的C程
, 所以编译常常会有些问题. 幸运的是, 最近作者推出了新版本, 所以编译也不是问
题了. 如果感兴的话, google一下就可以找到了.
e***e
发帖数: 3872
43
来自主题: Computation版 - Re: 新近听到的关于PS3的消息
【 以下文字转载自 CS 讨论区 】
发信人: badfy (荒野箫客), 信区: CS
标 题: Re: 新近听到的关于PS3的消息
发信站: BBS 未名空间站 (Thu Jul 26 19:11:30 2007)
http://www.netlib.org/utk/people/JackDongarra/PAPERS/scop3.pdf
S*M
发帖数: 536
44
check netlib
j**u
发帖数: 6059
j**u
发帖数: 6059
46
google吧。学MPI的话,MPI complete reference不错,在netlib。
H***a
发帖数: 735
47
不就是解A*x=b, A是5k*5k的矩阵对么?
LAPACK这么赞的牛刀怎么没人提?!Check out http://www.netlib.org/lapack/
只要按要求格式存好数据,立马给你算出来,呵呵。
x*****u
发帖数: 3419
48
来自主题: Computation版 - fortran新手求救
ft, 那你用它作甚?很多函数都有free version的。比如
http://www.netlib.org
或者
http://www.gnu.org/software/gsl
l********a
发帖数: 1154
49
来自主题: Computation版 - C++里用Blas/Lapack的问题
c interface of blas
http://netlib.org/blas/blast-forum/cinterface.pdf
l********a
发帖数: 1154
50
来自主题: Computation版 - C++里用Blas/Lapack的问题
c interface of blas
http://netlib.org/blas/blast-forum/cinterface.pdf
1 (共1页)