Hi Sivahari,
please see the manpage of zgesv for more info:
http://linux.die.net/man/l/zgesv
INFO (output) INTEGER
= 0: successful exit
< 0: if INFO = -i, the i-th argument had an illegal value
> 0: if INFO = i, U(i,i) is exactly zero. The factorization has been
completed, but the factor U is exactly singular, so the solution could
not be computed.
I think your equation is not solvable.
Best regards
Dee
Am 25.03.2014 09:51, schrieb Sivahari Nandakumar:
> The following error shown while calling funtion solve() to solve a linear
> system of equations.
>
> what(): LaLULinearSolveIP(LaGenMatDouble &A, &X, &B)Internal error in
> LAPACK: DGESV() Factor U was exactly singular
>
> How to resolve it?
>
>
>
> ------------------------------------------------------------------------------
> Learn Graph Databases - Download FREE O'Reilly Book
> "Graph Databases" is the definitive new guide to graph databases and their
> applications. Written by three acclaimed leaders in the field,
> this first edition is now available. Download your free book today!
> http://p.sf.net/sfu/13534_NeoTech
>
>
>
> _______________________________________________
> lapackpp-devel mailing list
> lap...@li...
> https://lists.sourceforge.net/lists/listinfo/lapackpp-devel
>
|