bogdans
User
 Junior Boarder
| Posts: 7 |   |
|
L.L=sparse(tril(ones(size(X)))); - 2009/07/02 17:57
Hi,
I would like to solve a problem with a big number of variables but I encounter the "out of memory" error in symbchol.m file at the line written in the subject.
I wonder if the memory used for L.L could be reduced.
I do not know what L.L is used for so the first question is does L.L transforms itself in another matrix or only the values of ones are used ?
In the last case L.L could be made 'uint8' which would save a lot of memory.
Thank you,
Bogdan S.
|