|
55 | 55 |
|
56 | 56 | Boost Software License - Version 1.0 - August 17th, 2003 |
57 | 57 |
|
| 58 | +COLAMD (Used by SuperLU 5.3) |
| 59 | +--------------------------------- |
| 60 | + |
| 61 | + Copyright and License: |
| 62 | + |
| 63 | + Copyright (c) 1998-2003 by the University of Florida. |
| 64 | + All Rights Reserved. |
| 65 | + |
| 66 | + THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY |
| 67 | + EXPRESSED OR IMPLIED. ANY USE IS AT YOUR OWN RISK. |
| 68 | + |
| 69 | + Permission is hereby granted to use, copy, modify, and/or distribute |
| 70 | + this program, provided that the Copyright, this License, and the |
| 71 | + Availability of the original version is retained on all copies and made |
| 72 | + accessible to the end-user of any code or package that includes COLAMD |
| 73 | + or any modified version of COLAMD. |
| 74 | + |
| 75 | + Availability: |
| 76 | + |
| 77 | + The colamd/symamd library is available at |
| 78 | + |
| 79 | + https://web.archive.org/web/20141010162709/http://www.cise.ufl.edu/research/sparse/colamd/ |
| 80 | + |
| 81 | + This is the https://web.archive.org/web/20040113022019/http://www.cise.ufl.edu/research/sparse/colamd/colamd.c |
| 82 | + file. It requires the colamd.h file. It is required by the colamdmex.c |
| 83 | + and symamdmex.c files, for the MATLAB interface to colamd and symamd. |
| 84 | + |
58 | 85 | Eigen |
59 | 86 | ----- |
60 | 87 |
|
@@ -123,6 +150,39 @@ Python |
123 | 150 |
|
124 | 151 | Python Software Foundation License (PSFL) |
125 | 152 |
|
| 153 | +SuperLU |
| 154 | +------- |
| 155 | + |
| 156 | +Copyright (c) 2003, The Regents of the University of California, through |
| 157 | +Lawrence Berkeley National Laboratory (subject to receipt of any required |
| 158 | +approvals from U.S. Dept. of Energy) |
| 159 | + |
| 160 | +All rights reserved. |
| 161 | + |
| 162 | +Redistribution and use in source and binary forms, with or without |
| 163 | +modification, are permitted provided that the following conditions are met: |
| 164 | + |
| 165 | +(1) Redistributions of source code must retain the above copyright notice, |
| 166 | +this list of conditions and the following disclaimer. |
| 167 | +(2) Redistributions in binary form must reproduce the above copyright notice, |
| 168 | +this list of conditions and the following disclaimer in the documentation |
| 169 | +and/or other materials provided with the distribution. |
| 170 | +(3) Neither the name of Lawrence Berkeley National Laboratory, U.S. Dept. of |
| 171 | +Energy nor the names of its contributors may be used to endorse or promote |
| 172 | +products derived from this software without specific prior written permission. |
| 173 | + |
| 174 | +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS |
| 175 | +IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, |
| 176 | +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 177 | +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR |
| 178 | +CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, |
| 179 | +EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, |
| 180 | +PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
| 181 | +PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
| 182 | +LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 183 | +NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 184 | +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 185 | + |
126 | 186 | Symdiff |
127 | 187 | ------- |
128 | 188 |
|
|
0 commit comments