%UMFPACK  Copyright and License information for UMFPACK.
%   UMFPACK is the sparse LU factorization and solve package that is used
%   by the sparse LU factorization [L,U,P,Q] = lu(S) and sparse general
%   solve X = S \ B when S is sparse, square but not diagonal, banded as
%   defined by spparms('bandden'), triangular, a permutation of a
%   triangular matrix or symmetric positive definite.
%   Note: if UMPACK is used within sparse general backslash, it may use
%   either AMD or a modified COLAMD reordering routine first.
%
%   The following information is a copy of the License file in the UMFPACK
%   distribution.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% UMFPACK Version 4.3 (Jan. 16, 2004), Copyright (c) 2004 by Timothy A.
% Davis.  All Rights Reserved.
% 
% UMFPACK License:
% 
%     Your use or distribution of UMFPACK or any modified version of
%     UMFPACK implies that you agree to this License.
% 
%     THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY
%     EXPRESSED OR IMPLIED.  ANY USE IS AT YOUR OWN RISK.
% 
%     Permission is hereby granted to use or copy this program, provided
%     that the Copyright, this License, and the Availability of the original
%     version is retained on all copies.  User documentation of any code that
%     uses UMFPACK or any modified version of UMFPACK code must cite the
%     Copyright, this License, the Availability note, and "Used by permission."
%     Permission to modify the code and to distribute modified code is granted,
%     provided the Copyright, this License, and the Availability note are
%     retained, and a notice that the code was modified is included.  This
%     software was developed with support from the National Science Foundation,
%     and is provided to you free of charge.
% 
% Availability:
% 
%     http://www.cise.ufl.edu/research/sparse/umfpack
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
%   See also LU, SLASH, AMD, COLAMD.

%   Copyright 1984-2004 The MathWorks, Inc. 
%   $Revision: 1.2.4.1 $ $Date: 2004/08/20 19:50:37 $
