由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Computation版 - svd on large matrix
相关主题
Singular Value Decompositioncalculation of inverse of "almost-singular" matrix
请教Matlab中矩阵求逆问题lapack++ and blitz++
有没有这种SVD的程序[合集] 这里有lapack用的比较熟悉的人吗?
GSL里面的例子是不是有的不对阿?Re: 《Matrix Computations》第三部分上载
a question on matrix eigen values. (转载)请问C里面有没有现成的matrix computation as matlab
求救: 怎样有效的计算5000x5000的线型方程组?matrix and statistics computation C
我们碰到的大麻烦——急寻计算机工作和博后机会 (转载)need help for a chanllenging sparse matrix computation problem
在matlab中如果快速地求矩阵的逆问个matlab的matrix问题
相关话题的讨论汇总
话题: svd话题: matrix话题: problem话题: memory话题: aa
进入Computation版参与讨论
1 (共1页)
c*******h
发帖数: 1096
1
any (including parallel computing) software can compute
partail svd on a matrix of size 200,000 x 600,000?
300 largest singular values are enough
s****y
发帖数: 2052
2
你在umn?
lanczos行么?

【在 c*******h 的大作中提到】
: any (including parallel computing) software can compute
: partail svd on a matrix of size 200,000 x 600,000?
: 300 largest singular values are enough

l*****i
发帖数: 3929
3
lapack? not completely sure

【在 c*******h 的大作中提到】
: any (including parallel computing) software can compute
: partail svd on a matrix of size 200,000 x 600,000?
: 300 largest singular values are enough

c*******h
发帖数: 1096
4
yes i am at umn
i coded a lanczos version of svds in matlab, which uses much less memory
and runs much faster than the matlab function, but still it uses 4G memory
and 3G swap memory and runs for ever. After monitering the program for
4 hours, i gave up.

【在 s****y 的大作中提到】
: 你在umn?
: lanczos行么?

s****y
发帖数: 2052
5
if you are in umn, and are doing this kindo computing,
probably you can try supercomputing center. they have very good machines.

【在 c*******h 的大作中提到】
: yes i am at umn
: i coded a lanczos version of svds in matlab, which uses much less memory
: and runs much faster than the matlab function, but still it uses 4G memory
: and 3G swap memory and runs for ever. After monitering the program for
: 4 hours, i gave up.

c*******h
发帖数: 1096
6
to use msi machines is not a problem..
the problem is what software i can use..
i do not want to code a parallel version of svd using c from scratch..

【在 s****y 的大作中提到】
: if you are in umn, and are doing this kindo computing,
: probably you can try supercomputing center. they have very good machines.

s****y
发帖数: 2052
7
they have more memory。 how about that?

【在 c*******h 的大作中提到】
: to use msi machines is not a problem..
: the problem is what software i can use..
: i do not want to code a parallel version of svd using c from scratch..

c*******h
发帖数: 1096
8
i'll check it out. thank you

【在 s****y 的大作中提到】
: they have more memory。 how about that?
k******n
发帖数: 35
9
I would try anasazi from Trilinos package. http://trilinos.sandia.gov/packages/anasazi/
d******e
发帖数: 7844
10
是否试过MATLAB 64位版
试过的话当我没说

【在 c*******h 的大作中提到】
: any (including parallel computing) software can compute
: partail svd on a matrix of size 200,000 x 600,000?
: 300 largest singular values are enough

c*******h
发帖数: 1096
11
seems that the package is designed for eigen problem and does not
have convenient interface for svd.
for a retangular matrix A, i have to either solve the eigen problem
of AA' or [0 A'; A 0]. The former way requires explictly forming the
matrix AA', which destroys the sparsity. The latter way results in
much larger arnoldi vectors and probably many more iterations.
please correct me if i misunderstood the usage of this package.

【在 k******n 的大作中提到】
: I would try anasazi from Trilinos package. http://trilinos.sandia.gov/packages/anasazi/
c*******h
发帖数: 1096
12
thanks. see 5478.
i ended up using a machine with 16G mem to solve the problem.

【在 d******e 的大作中提到】
: 是否试过MATLAB 64位版
: 试过的话当我没说

d******e
发帖数: 7844
13
很好很强大。

【在 c*******h 的大作中提到】
: thanks. see 5478.
: i ended up using a machine with 16G mem to solve the problem.

1 (共1页)
进入Computation版参与讨论
相关主题
问个matlab的matrix问题a question on matrix eigen values. (转载)
how to compute inverse of a 20000 by 20000 matrix???求救: 怎样有效的计算5000x5000的线型方程组?
什么软件做computer simulation速度快?我们碰到的大麻烦——急寻计算机工作和博后机会 (转载)
发现一个有趣的事情,关于fortran IMSL library在matlab中如果快速地求矩阵的逆
Singular Value Decompositioncalculation of inverse of "almost-singular" matrix
请教Matlab中矩阵求逆问题lapack++ and blitz++
有没有这种SVD的程序[合集] 这里有lapack用的比较熟悉的人吗?
GSL里面的例子是不是有的不对阿?Re: 《Matrix Computations》第三部分上载
相关话题的讨论汇总
话题: svd话题: matrix话题: problem话题: memory话题: aa