I would like to know weather the biconjugate gradient stabilized method is implemented in julia (or any of its packages). matlab has it:
http://www.mathworks.es/es/help/matlab/ref/bicgstab.html and it would be very useful to me as I am trying to port a large matlab code for solving the Gross-Pitaevskii equation to julia. If it's not yet implemented, I would appreciate some tips on how to go about implementing it (or using some other external library perhaps?)
