Class SuperLU

  • All Implemented Interfaces:
    java.io.Serializable

    public class SuperLU
    extends java.lang.Object
    implements java.io.Serializable
    The source code is distributed under BSD license, see the file License.txt at the top-level directory. Copyright (c) 2003, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from U.S. Dept. of Energy) All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: (1) Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. (2) Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. (3) Neither the name of Lawrence Berkeley National Laboratory, U.S. Dept. of Energy nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ----------------- External software ----------------- In the ILU preconditioner driver routine xGSISX, we use MC64 routine to pre-permute large entries to the main diagonal. This use path can be removed for commercial users. MC64 routine carries the following notice: COPYRIGHT (c) 1999 Council for the Central Laboratory of the Research Councils. All rights reserved. PACKAGE MC64A/AD AUTHORS Iain Duff (i.duff@rl.ac.uk) and Jacko Koster (jak@ii.uib.no) LAST UPDATE 20/09/99 Conditions on external use *** The user shall acknowledge the contribution of this package in any publication of material dependent upon the use of the package. The user shall use reasonable endeavours to notify the authors of the package of this publication. The user can modify this code but, at no time shall the right or title to all or any part of this package pass to the user. The user shall make available free of charge to the authors for any purpose all information relating to any alteration or addition made to this package for the purposes of extending the capabilities or enhancing the performance of this package. The user shall not pass this code directly to a third party without the express prior consent of the authors. Users wanting to licence their own copy of these routines should send email to hsl@aeat.co.uk None of the comments from the Copyright notice up to and including this one shall be removed or altered in any way. Test for dasum, daxpy, dcopy, ddot, dnrm2, drot, dscal, and idamax BLAS routines are derived from super_blas1_d_test.c by John Burkardt dblat2 calls dgemv_. dgemv_ has a test_dmatvec and a test_sp_dgemv. dblat3 calls dchk1 which calls dgemm and dchk3 which calls dtrsm. dgemm has a test_sp_dgemm dtrsm has testing for dusolve and dlsolve. zblat2 calls zgemv_. zgemv_ has a test_zmatvec and a test_zp_gemv. zblat3 calls zchk1 which calls zgemm and zchk3 which calls ZTRSM. zgemm has a test_zp_zgemm. ZTRSM has testing for zusolve and zlsolve. License for using DBLAT2 and supporting routines for testing dgemv_, dger_, dsymv_, dsyr2_, and dtrsv_, for using ZBLAT1 for testing zdotc_, zaxpy_, zcopy_, zswap_, dznrm2_, dzasum_, zscal_, and izamazx_, and for using ZBLAT2 and supporting routines for testing zgemv_, zhemv_, ztrsv_, zgetrc_, and zher2_, for using DBLAT3 for testing a modified dtrsm used to test dusolve and dlsolve and a modified dgemm to test sp_dgemm, and for using ZBLAT3 for testing a modified ztrsm used to test zusolve and zlsolve and a modified zgemm to test sp_zgemm from LAPACK package: Copyright (c) 1992-2023 The University of Tennessee and The University of Tennessee Research Foundation. All rights reserved. Copyright (c) 2000-2023 The University of California Berkeley. All rights reserved. Copyright (c) 2006-2023 The University of Colorado Denver. All rights reserved. $COPYRIGHT$ Additional copyrights may follow $HEADER$ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer listed in this license in the documentation and/or other materials provided with the distribution. - Neither the name of the copyright holders nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. The copyright holders provide no reassurances that the source code provided does not infringe any patent, copyright, or any other intellectual property rights of third parties. The copyright holders disclaim any liability to any recipient for claims brought against recipient by any third party for infringement of that parties intellectual property rights. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. On Wed, June 5, 2024 at 3:31 PM Gandler, William (NIH/CIT) [E] wrote: Yousef Saad, emailing us permission to use dfgmr.c and zfgmr.c in MIPAV under a BSD license would be adequate. We will give you full acknowledgement for your work. William Gandler On June 5, 2024 Yousef Saad emailed the reply: Permission is hereby granted for you to use dfgmr.c and zfgmr.c in MIPAV under a BSD licence instead of the current Gnu license. With best regards, YS
    See Also:
    Serialized Form