%-------------------------------------------------------------------------------
% UF Sparse Matrix Collection, Tim Davis
% http://www.cise.ufl.edu/research/sparse/matrices/Clark/tomographic1
% name: Clark/tomographic1
% [Tomographic reconstruction of a particle field in fluid flow, T. Clark]
% id: 2264
% date: 2009
% author: T. Clark
% ed: T. Davis
% fields: name title A b id date author ed kind notes
% kind: computer graphics/vision problem
%-------------------------------------------------------------------------------
% notes:
% Tomographic reconstruction of a particle field in fluid flow, T. Clark  
% See http://www.mathworks.com/matlabcentral/newsreader/view_thread/254747
% for a discussion.  The problem can be solved via lsqlin in MATLAB:      
% lb = zeros (n,1) ;                                                      
% x = lsqlin (A, b, [ ], [ ], [ ], [ ], lb) ;                             
%-------------------------------------------------------------------------------
