[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ITSOL interface
From: |
Kai Torben Ohlhus |
Subject: |
Re: ITSOL interface |
Date: |
Mon, 10 Jun 2013 18:38:19 +0200 |
User-agent: |
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:20.0) Gecko/20100101 Firefox/20.0 SeaMonkey/2.17.1 |
Nir Krakauer wrote:
Can anyone test in Matlab whether ilu/ichol support complex sparse matrices?
Nir
Just got access to one computer with matlab R2012b installed. Both ilu
and ichol can handle complex sparse input.
[MATLAB]
>> A = sparse([10 0 2+i; 0 2 0; 2+i 0 4]);
>> setup.type='nofill';
>> [L,U,P] = ilu(A,setup)
L =
(1,1) 1.0000
(3,1) 0.2000 + 0.1000i
(2,2) 1.0000
(3,3) 1.0000
U =
(1,1) 10.0000
(2,2) 2.0000
(1,3) 2.0000 + 1.0000i
(3,3) 3.7000 - 0.4000i
P =
(1,1) 1
(2,2) 1
(3,3) 1
>> L2 = ichol(A,setup)
L2 =
(1,1) 3.1623
(3,1) 0.6325 + 0.3162i
(2,2) 1.4142
(3,3) 1.8708
>> whos
Name Size Bytes Class Attributes
A 3x3 152 double sparse, complex
L 3x3 128 double sparse, complex
L2 3x3 152 double sparse, complex
P 3x3 80 double sparse
U 3x3 128 double sparse, complex
setup 1x1 188 struct
[/MATLAB]
So there was also an ZITSOL library for complex input
(http://www-users.cs.umn.edu/~saad/software/ITSOL/), but for the ichol I
think I will have to become creative.
Kai
- Re: ITSOL interface, (continued)
- Message not available
- Re: ITSOL interface, Kai Torben Ohlhus, 2013/06/10
- Message not available
- Re: ITSOL interface, c., 2013/06/26
- Re: ITSOL interface, c., 2013/06/26
- Re: ITSOL interface, Kai Torben Ohlhus, 2013/06/26
- Re: ITSOL interface, Jordi Gutiérrez Hermoso, 2013/06/26
- Re: ITSOL interface, Kai Torben Ohlhus, 2013/06/26
- Re: ITSOL interface, Jordi Gutiérrez Hermoso, 2013/06/26
- Re: ITSOL interface, Kai Torben Ohlhus, 2013/06/10
- Re: ITSOL interface, Jordi Gutiérrez Hermoso, 2013/06/10
- Re: ITSOL interface, Nir Krakauer, 2013/06/10
- Re: ITSOL interface,
Kai Torben Ohlhus <=
- Re: ITSOL interface, Nir Krakauer, 2013/06/10
- Re: ITSOL interface, Nir Krakauer, 2013/06/20
- Re: ITSOL interface, Kai Torben Ohlhus, 2013/06/20
- Re: ITSOL interface, Nir Krakauer, 2013/06/21
- Re: ITSOL interface, c., 2013/06/21
- Re: ITSOL interface, Kai Torben Ohlhus, 2013/06/22
- Re: ITSOL interface, Nir Krakauer, 2013/06/26
- Re: ITSOL interface, c., 2013/06/09
- Re: ITSOL interface, marco atzeri, 2013/06/26
- Re: Octave-maintainers Digest, Vol 86, Issue 83, Jordi Gutiérrez Hermoso, 2013/06/05