mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 11:49:02 +08:00
switch to MPL license
This commit is contained in:
parent
390d6599ba
commit
02935b4249
@ -3,24 +3,9 @@
|
|||||||
//
|
//
|
||||||
// Copyright (C) 2012 Désiré Nuentsa-Wakam <desire.nuentsa_wakam@inria.fr>
|
// Copyright (C) 2012 Désiré Nuentsa-Wakam <desire.nuentsa_wakam@inria.fr>
|
||||||
//
|
//
|
||||||
// Eigen is free software; you can redistribute it and/or
|
// This Source Code Form is subject to the terms of the Mozilla
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// Public License v. 2.0. If a copy of the MPL was not distributed
|
||||||
// License as published by the Free Software Foundation; either
|
// with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
// version 3 of the License, or (at your option) any later version.
|
|
||||||
//
|
|
||||||
// Alternatively, you can redistribute it and/or
|
|
||||||
// modify it under the terms of the GNU General Public License as
|
|
||||||
// published by the Free Software Foundation; either version 2 of
|
|
||||||
// the License, or (at your option) any later version.
|
|
||||||
//
|
|
||||||
// Eigen is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
||||||
// WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License or the
|
|
||||||
// GNU General Public License for more details.
|
|
||||||
//
|
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
|
||||||
// License and a copy of the GNU General Public License along with
|
|
||||||
// Eigen. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
|
|
||||||
#ifndef EIGEN_SPARSE_LU
|
#ifndef EIGEN_SPARSE_LU
|
||||||
|
@ -3,24 +3,10 @@
|
|||||||
//
|
//
|
||||||
// Copyright (C) 2012 Désiré Nuentsa-Wakam <desire.nuentsa_wakam@inria.fr>
|
// Copyright (C) 2012 Désiré Nuentsa-Wakam <desire.nuentsa_wakam@inria.fr>
|
||||||
//
|
//
|
||||||
// Eigen is free software; you can redistribute it and/or
|
// This Source Code Form is subject to the terms of the Mozilla
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// Public License v. 2.0. If a copy of the MPL was not distributed
|
||||||
// License as published by the Free Software Foundation; either
|
// with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
// version 3 of the License, or (at your option) any later version.
|
|
||||||
//
|
|
||||||
// Alternatively, you can redistribute it and/or
|
|
||||||
// modify it under the terms of the GNU General Public License as
|
|
||||||
// published by the Free Software Foundation; either version 2 of
|
|
||||||
// the License, or (at your option) any later version.
|
|
||||||
//
|
|
||||||
// Eigen is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
||||||
// WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License or the
|
|
||||||
// GNU General Public License for more details.
|
|
||||||
//
|
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
|
||||||
// License and a copy of the GNU General Public License along with
|
|
||||||
// Eigen. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
||||||
|
@ -4,24 +4,9 @@
|
|||||||
// Copyright (C) 2012 Désiré Nuentsa-Wakam <desire.nuentsa_wakam@inria.fr>
|
// Copyright (C) 2012 Désiré Nuentsa-Wakam <desire.nuentsa_wakam@inria.fr>
|
||||||
// Copyright (C) 2012 Gael Guennebaud <gael.guennebaud@inria.fr>
|
// Copyright (C) 2012 Gael Guennebaud <gael.guennebaud@inria.fr>
|
||||||
//
|
//
|
||||||
// Eigen is free software; you can redistribute it and/or
|
// This Source Code Form is subject to the terms of the Mozilla
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// Public License v. 2.0. If a copy of the MPL was not distributed
|
||||||
// License as published by the Free Software Foundation; either
|
// with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
// version 3 of the License, or (at your option) any later version.
|
|
||||||
//
|
|
||||||
// Alternatively, you can redistribute it and/or
|
|
||||||
// modify it under the terms of the GNU General Public License as
|
|
||||||
// published by the Free Software Foundation; either version 2 of
|
|
||||||
// the License, or (at your option) any later version.
|
|
||||||
//
|
|
||||||
// Eigen is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
||||||
// WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License or the
|
|
||||||
// GNU General Public License for more details.
|
|
||||||
//
|
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
|
||||||
// License and a copy of the GNU General Public License along with
|
|
||||||
// Eigen. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#ifndef EIGEN_SPARSELU_MATRIX_H
|
#ifndef EIGEN_SPARSELU_MATRIX_H
|
||||||
#define EIGEN_SPARSELU_MATRIX_H
|
#define EIGEN_SPARSELU_MATRIX_H
|
||||||
|
@ -3,24 +3,9 @@
|
|||||||
//
|
//
|
||||||
// Copyright (C) 2012 Désiré Nuentsa-Wakam <desire.nuentsa_wakam@inria.fr>
|
// Copyright (C) 2012 Désiré Nuentsa-Wakam <desire.nuentsa_wakam@inria.fr>
|
||||||
//
|
//
|
||||||
// Eigen is free software; you can redistribute it and/or
|
// This Source Code Form is subject to the terms of the Mozilla
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// Public License v. 2.0. If a copy of the MPL was not distributed
|
||||||
// License as published by the Free Software Foundation; either
|
// with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
// version 3 of the License, or (at your option) any later version.
|
|
||||||
//
|
|
||||||
// Alternatively, you can redistribute it and/or
|
|
||||||
// modify it under the terms of the GNU General Public License as
|
|
||||||
// published by the Free Software Foundation; either version 2 of
|
|
||||||
// the License, or (at your option) any later version.
|
|
||||||
//
|
|
||||||
// Eigen is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
||||||
// WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License or the
|
|
||||||
// GNU General Public License for more details.
|
|
||||||
//
|
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
|
||||||
// License and a copy of the GNU General Public License along with
|
|
||||||
// Eigen. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
||||||
@ -125,35 +110,6 @@ int expand(VectorType& vec, int& length, int nbElts, int keep_prev, int& num_ex
|
|||||||
length = new_len;
|
length = new_len;
|
||||||
if(num_expansions) ++num_expansions;
|
if(num_expansions) ++num_expansions;
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
/*
|
|
||||||
* Test if the memory has been well allocated
|
|
||||||
* otherwise reduce the size and try to reallocate
|
|
||||||
* copy data from previous vector (if exists) to the newly allocated vector
|
|
||||||
*/
|
|
||||||
// if ( num_expansions != 0 ) // The memory has been expanded before
|
|
||||||
// {
|
|
||||||
// int tries = 0;
|
|
||||||
// if (keep_prev)
|
|
||||||
// {
|
|
||||||
// if (!vec.size()) return new_len ;
|
|
||||||
// }
|
|
||||||
// else
|
|
||||||
// {
|
|
||||||
// while (!vec.size())
|
|
||||||
// {
|
|
||||||
// // Reduce the size and allocate again
|
|
||||||
// if ( ++tries > 10) return new_len;
|
|
||||||
// alpha = LU_Reduce(alpha);
|
|
||||||
// new_len = alpha * length ;
|
|
||||||
// vec.resize(new_len); //FIXME Should be in a try catch section
|
|
||||||
// }
|
|
||||||
// } // end allocation
|
|
||||||
//
|
|
||||||
// //Copy the previous values to the newly allocated space
|
|
||||||
// if (nbElts > 0)
|
|
||||||
// vec.segment(0, nbElts) = old_vec;
|
|
||||||
// } // end expansion
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3,24 +3,9 @@
|
|||||||
//
|
//
|
||||||
// Copyright (C) 2012 Désiré Nuentsa-Wakam <desire.nuentsa_wakam@inria.fr>
|
// Copyright (C) 2012 Désiré Nuentsa-Wakam <desire.nuentsa_wakam@inria.fr>
|
||||||
//
|
//
|
||||||
// Eigen is free software; you can redistribute it and/or
|
// This Source Code Form is subject to the terms of the Mozilla
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// Public License v. 2.0. If a copy of the MPL was not distributed
|
||||||
// License as published by the Free Software Foundation; either
|
// with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
// version 3 of the License, or (at your option) any later version.
|
|
||||||
//
|
|
||||||
// Alternatively, you can redistribute it and/or
|
|
||||||
// modify it under the terms of the GNU General Public License as
|
|
||||||
// published by the Free Software Foundation; either version 2 of
|
|
||||||
// the License, or (at your option) any later version.
|
|
||||||
//
|
|
||||||
// Eigen is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
||||||
// WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License or the
|
|
||||||
// GNU General Public License for more details.
|
|
||||||
//
|
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
|
||||||
// License and a copy of the GNU General Public License along with
|
|
||||||
// Eigen. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* NOTE: This file comes from a partly modified version of files slu_[s,d,c,z]defs.h
|
* NOTE: This file comes from a partly modified version of files slu_[s,d,c,z]defs.h
|
||||||
|
@ -3,24 +3,10 @@
|
|||||||
//
|
//
|
||||||
// Copyright (C) 2012 Désiré Nuentsa-Wakam <desire.nuentsa_wakam@inria.fr>
|
// Copyright (C) 2012 Désiré Nuentsa-Wakam <desire.nuentsa_wakam@inria.fr>
|
||||||
//
|
//
|
||||||
// Eigen is free software; you can redistribute it and/or
|
// This Source Code Form is subject to the terms of the Mozilla
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// Public License v. 2.0. If a copy of the MPL was not distributed
|
||||||
// License as published by the Free Software Foundation; either
|
// with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
// version 3 of the License, or (at your option) any later version.
|
|
||||||
//
|
|
||||||
// Alternatively, you can redistribute it and/or
|
|
||||||
// modify it under the terms of the GNU General Public License as
|
|
||||||
// published by the Free Software Foundation; either version 2 of
|
|
||||||
// the License, or (at your option) any later version.
|
|
||||||
//
|
|
||||||
// Eigen is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
||||||
// WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License or the
|
|
||||||
// GNU General Public License for more details.
|
|
||||||
//
|
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
|
||||||
// License and a copy of the GNU General Public License along with
|
|
||||||
// Eigen. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#ifndef EIGEN_SPARSELU_UTILS_H
|
#ifndef EIGEN_SPARSELU_UTILS_H
|
||||||
#define EIGEN_SPARSELU_UTILS_H
|
#define EIGEN_SPARSELU_UTILS_H
|
||||||
|
@ -3,24 +3,9 @@
|
|||||||
//
|
//
|
||||||
// Copyright (C) 2012 Désiré Nuentsa-Wakam <desire.nuentsa_wakam@inria.fr>
|
// Copyright (C) 2012 Désiré Nuentsa-Wakam <desire.nuentsa_wakam@inria.fr>
|
||||||
//
|
//
|
||||||
// Eigen is free software; you can redistribute it and/or
|
// This Source Code Form is subject to the terms of the Mozilla
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// Public License v. 2.0. If a copy of the MPL was not distributed
|
||||||
// License as published by the Free Software Foundation; either
|
// with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
// version 3 of the License, or (at your option) any later version.
|
|
||||||
//
|
|
||||||
// Alternatively, you can redistribute it and/or
|
|
||||||
// modify it under the terms of the GNU General Public License as
|
|
||||||
// published by the Free Software Foundation; either version 2 of
|
|
||||||
// the License, or (at your option) any later version.
|
|
||||||
//
|
|
||||||
// Eigen is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
||||||
// WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License or the
|
|
||||||
// GNU General Public License for more details.
|
|
||||||
//
|
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
|
||||||
// License and a copy of the GNU General Public License along with
|
|
||||||
// Eigen. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
||||||
|
@ -3,28 +3,13 @@
|
|||||||
//
|
//
|
||||||
// Copyright (C) 2012 Désiré Nuentsa-Wakam <desire.nuentsa_wakam@inria.fr>
|
// Copyright (C) 2012 Désiré Nuentsa-Wakam <desire.nuentsa_wakam@inria.fr>
|
||||||
//
|
//
|
||||||
// Eigen is free software; you can redistribute it and/or
|
// This Source Code Form is subject to the terms of the Mozilla
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// Public License v. 2.0. If a copy of the MPL was not distributed
|
||||||
// License as published by the Free Software Foundation; either
|
// with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
// version 3 of the License, or (at your option) any later version.
|
|
||||||
//
|
|
||||||
// Alternatively, you can redistribute it and/or
|
|
||||||
// modify it under the terms of the GNU General Public License as
|
|
||||||
// published by the Free Software Foundation; either version 2 of
|
|
||||||
// the License, or (at your option) any later version.
|
|
||||||
//
|
|
||||||
// Eigen is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
||||||
// WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License or the
|
|
||||||
// GNU General Public License for more details.
|
|
||||||
//
|
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
|
||||||
// License and a copy of the GNU General Public License along with
|
|
||||||
// Eigen. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
||||||
* NOTE: This file is the modified version of xcolumn_dfs.c file in SuperLU
|
* NOTE: This file is the modified version of [s,d,c,z]column_dfs.c file in SuperLU
|
||||||
|
|
||||||
* -- SuperLU routine (version 2.0) --
|
* -- SuperLU routine (version 2.0) --
|
||||||
* Univ. of California Berkeley, Xerox Palo Alto Research Center,
|
* Univ. of California Berkeley, Xerox Palo Alto Research Center,
|
||||||
|
@ -3,28 +3,12 @@
|
|||||||
//
|
//
|
||||||
// Copyright (C) 2012 Désiré Nuentsa-Wakam <desire.nuentsa_wakam@inria.fr>
|
// Copyright (C) 2012 Désiré Nuentsa-Wakam <desire.nuentsa_wakam@inria.fr>
|
||||||
//
|
//
|
||||||
// Eigen is free software; you can redistribute it and/or
|
// This Source Code Form is subject to the terms of the Mozilla
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// Public License v. 2.0. If a copy of the MPL was not distributed
|
||||||
// License as published by the Free Software Foundation; either
|
// with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
// version 3 of the License, or (at your option) any later version.
|
|
||||||
//
|
|
||||||
// Alternatively, you can redistribute it and/or
|
|
||||||
// modify it under the terms of the GNU General Public License as
|
|
||||||
// published by the Free Software Foundation; either version 2 of
|
|
||||||
// the License, or (at your option) any later version.
|
|
||||||
//
|
|
||||||
// Eigen is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
||||||
// WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License or the
|
|
||||||
// GNU General Public License for more details.
|
|
||||||
//
|
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
|
||||||
// License and a copy of the GNU General Public License along with
|
|
||||||
// Eigen. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
||||||
* NOTE: This file is the modified version of xcopy_to_ucol.c file in SuperLU
|
* NOTE: This file is the modified version of [s,d,c,z]copy_to_ucol.c file in SuperLU
|
||||||
|
|
||||||
* -- SuperLU routine (version 2.0) --
|
* -- SuperLU routine (version 2.0) --
|
||||||
* Univ. of California Berkeley, Xerox Palo Alto Research Center,
|
* Univ. of California Berkeley, Xerox Palo Alto Research Center,
|
||||||
|
@ -3,24 +3,9 @@
|
|||||||
//
|
//
|
||||||
// Copyright (C) 2012 Désiré Nuentsa-Wakam <desire.nuentsa_wakam@inria.fr>
|
// Copyright (C) 2012 Désiré Nuentsa-Wakam <desire.nuentsa_wakam@inria.fr>
|
||||||
//
|
//
|
||||||
// Eigen is free software; you can redistribute it and/or
|
// This Source Code Form is subject to the terms of the Mozilla
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// Public License v. 2.0. If a copy of the MPL was not distributed
|
||||||
// License as published by the Free Software Foundation; either
|
// with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
// version 3 of the License, or (at your option) any later version.
|
|
||||||
//
|
|
||||||
// Alternatively, you can redistribute it and/or
|
|
||||||
// modify it under the terms of the GNU General Public License as
|
|
||||||
// published by the Free Software Foundation; either version 2 of
|
|
||||||
// the License, or (at your option) any later version.
|
|
||||||
//
|
|
||||||
// Eigen is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
||||||
// WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License or the
|
|
||||||
// GNU General Public License for more details.
|
|
||||||
//
|
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
|
||||||
// License and a copy of the GNU General Public License along with
|
|
||||||
// Eigen. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
/* This file is a modified version of heap_relax_snode.c file in SuperLU
|
/* This file is a modified version of heap_relax_snode.c file in SuperLU
|
||||||
* -- SuperLU routine (version 3.0) --
|
* -- SuperLU routine (version 3.0) --
|
||||||
|
@ -3,24 +3,9 @@
|
|||||||
//
|
//
|
||||||
// Copyright (C) 2012 Désiré Nuentsa-Wakam <desire.nuentsa_wakam@inria.fr>
|
// Copyright (C) 2012 Désiré Nuentsa-Wakam <desire.nuentsa_wakam@inria.fr>
|
||||||
//
|
//
|
||||||
// Eigen is free software; you can redistribute it and/or
|
// This Source Code Form is subject to the terms of the Mozilla
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// Public License v. 2.0. If a copy of the MPL was not distributed
|
||||||
// License as published by the Free Software Foundation; either
|
// with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
// version 3 of the License, or (at your option) any later version.
|
|
||||||
//
|
|
||||||
// Alternatively, you can redistribute it and/or
|
|
||||||
// modify it under the terms of the GNU General Public License as
|
|
||||||
// published by the Free Software Foundation; either version 2 of
|
|
||||||
// the License, or (at your option) any later version.
|
|
||||||
//
|
|
||||||
// Eigen is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
||||||
// WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License or the
|
|
||||||
// GNU General Public License for more details.
|
|
||||||
//
|
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
|
||||||
// License and a copy of the GNU General Public License along with
|
|
||||||
// Eigen. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#ifndef SPARSELU_KERNEL_BMOD_H
|
#ifndef SPARSELU_KERNEL_BMOD_H
|
||||||
#define SPARSELU_KERNEL_BMOD_H
|
#define SPARSELU_KERNEL_BMOD_H
|
||||||
|
@ -3,28 +3,13 @@
|
|||||||
//
|
//
|
||||||
// Copyright (C) 2012 Désiré Nuentsa-Wakam <desire.nuentsa_wakam@inria.fr>
|
// Copyright (C) 2012 Désiré Nuentsa-Wakam <desire.nuentsa_wakam@inria.fr>
|
||||||
//
|
//
|
||||||
// Eigen is free software; you can redistribute it and/or
|
// This Source Code Form is subject to the terms of the Mozilla
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// Public License v. 2.0. If a copy of the MPL was not distributed
|
||||||
// License as published by the Free Software Foundation; either
|
// with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
// version 3 of the License, or (at your option) any later version.
|
|
||||||
//
|
|
||||||
// Alternatively, you can redistribute it and/or
|
|
||||||
// modify it under the terms of the GNU General Public License as
|
|
||||||
// published by the Free Software Foundation; either version 2 of
|
|
||||||
// the License, or (at your option) any later version.
|
|
||||||
//
|
|
||||||
// Eigen is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
||||||
// WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License or the
|
|
||||||
// GNU General Public License for more details.
|
|
||||||
//
|
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
|
||||||
// License and a copy of the GNU General Public License along with
|
|
||||||
// Eigen. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
||||||
* NOTE: This file is the modified version of xpanel_bmod.c file in SuperLU
|
* NOTE: This file is the modified version of [s,d,c,z]panel_bmod.c file in SuperLU
|
||||||
|
|
||||||
* -- SuperLU routine (version 3.0) --
|
* -- SuperLU routine (version 3.0) --
|
||||||
* Univ. of California Berkeley, Xerox Palo Alto Research Center,
|
* Univ. of California Berkeley, Xerox Palo Alto Research Center,
|
||||||
|
@ -3,28 +3,13 @@
|
|||||||
//
|
//
|
||||||
// Copyright (C) 2012 Désiré Nuentsa-Wakam <desire.nuentsa_wakam@inria.fr>
|
// Copyright (C) 2012 Désiré Nuentsa-Wakam <desire.nuentsa_wakam@inria.fr>
|
||||||
//
|
//
|
||||||
// Eigen is free software; you can redistribute it and/or
|
// This Source Code Form is subject to the terms of the Mozilla
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// Public License v. 2.0. If a copy of the MPL was not distributed
|
||||||
// License as published by the Free Software Foundation; either
|
// with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
// version 3 of the License, or (at your option) any later version.
|
|
||||||
//
|
|
||||||
// Alternatively, you can redistribute it and/or
|
|
||||||
// modify it under the terms of the GNU General Public License as
|
|
||||||
// published by the Free Software Foundation; either version 2 of
|
|
||||||
// the License, or (at your option) any later version.
|
|
||||||
//
|
|
||||||
// Eigen is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
||||||
// WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License or the
|
|
||||||
// GNU General Public License for more details.
|
|
||||||
//
|
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
|
||||||
// License and a copy of the GNU General Public License along with
|
|
||||||
// Eigen. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
||||||
* NOTE: This file is the modified version of xpanel_dfs.c file in SuperLU
|
* NOTE: This file is the modified version of [s,d,c,z]panel_dfs.c file in SuperLU
|
||||||
|
|
||||||
* -- SuperLU routine (version 2.0) --
|
* -- SuperLU routine (version 2.0) --
|
||||||
* Univ. of California Berkeley, Xerox Palo Alto Research Center,
|
* Univ. of California Berkeley, Xerox Palo Alto Research Center,
|
||||||
|
@ -3,24 +3,9 @@
|
|||||||
//
|
//
|
||||||
// Copyright (C) 2012 Désiré Nuentsa-Wakam <desire.nuentsa_wakam@inria.fr>
|
// Copyright (C) 2012 Désiré Nuentsa-Wakam <desire.nuentsa_wakam@inria.fr>
|
||||||
//
|
//
|
||||||
// Eigen is free software; you can redistribute it and/or
|
// This Source Code Form is subject to the terms of the Mozilla
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// Public License v. 2.0. If a copy of the MPL was not distributed
|
||||||
// License as published by the Free Software Foundation; either
|
// with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
// version 3 of the License, or (at your option) any later version.
|
|
||||||
//
|
|
||||||
// Alternatively, you can redistribute it and/or
|
|
||||||
// modify it under the terms of the GNU General Public License as
|
|
||||||
// published by the Free Software Foundation; either version 2 of
|
|
||||||
// the License, or (at your option) any later version.
|
|
||||||
//
|
|
||||||
// Eigen is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
||||||
// WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License or the
|
|
||||||
// GNU General Public License for more details.
|
|
||||||
//
|
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
|
||||||
// License and a copy of the GNU General Public License along with
|
|
||||||
// Eigen. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
||||||
|
@ -3,28 +3,13 @@
|
|||||||
//
|
//
|
||||||
// Copyright (C) 2012 Désiré Nuentsa-Wakam <desire.nuentsa_wakam@inria.fr>
|
// Copyright (C) 2012 Désiré Nuentsa-Wakam <desire.nuentsa_wakam@inria.fr>
|
||||||
//
|
//
|
||||||
// Eigen is free software; you can redistribute it and/or
|
// This Source Code Form is subject to the terms of the Mozilla
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// Public License v. 2.0. If a copy of the MPL was not distributed
|
||||||
// License as published by the Free Software Foundation; either
|
// with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
// version 3 of the License, or (at your option) any later version.
|
|
||||||
//
|
|
||||||
// Alternatively, you can redistribute it and/or
|
|
||||||
// modify it under the terms of the GNU General Public License as
|
|
||||||
// published by the Free Software Foundation; either version 2 of
|
|
||||||
// the License, or (at your option) any later version.
|
|
||||||
//
|
|
||||||
// Eigen is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
||||||
// WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License or the
|
|
||||||
// GNU General Public License for more details.
|
|
||||||
//
|
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
|
||||||
// License and a copy of the GNU General Public License along with
|
|
||||||
// Eigen. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
||||||
* NOTE: This file is the modified version of xpruneL.c file in SuperLU
|
* NOTE: This file is the modified version of [s,d,c,z]pruneL.c file in SuperLU
|
||||||
|
|
||||||
* -- SuperLU routine (version 2.0) --
|
* -- SuperLU routine (version 2.0) --
|
||||||
* Univ. of California Berkeley, Xerox Palo Alto Research Center,
|
* Univ. of California Berkeley, Xerox Palo Alto Research Center,
|
||||||
|
@ -3,24 +3,9 @@
|
|||||||
//
|
//
|
||||||
// Copyright (C) 2012 Désiré Nuentsa-Wakam <desire.nuentsa_wakam@inria.fr>
|
// Copyright (C) 2012 Désiré Nuentsa-Wakam <desire.nuentsa_wakam@inria.fr>
|
||||||
//
|
//
|
||||||
// Eigen is free software; you can redistribute it and/or
|
// This Source Code Form is subject to the terms of the Mozilla
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// Public License v. 2.0. If a copy of the MPL was not distributed
|
||||||
// License as published by the Free Software Foundation; either
|
// with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
// version 3 of the License, or (at your option) any later version.
|
|
||||||
//
|
|
||||||
// Alternatively, you can redistribute it and/or
|
|
||||||
// modify it under the terms of the GNU General Public License as
|
|
||||||
// published by the Free Software Foundation; either version 2 of
|
|
||||||
// the License, or (at your option) any later version.
|
|
||||||
//
|
|
||||||
// Eigen is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
||||||
// WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License or the
|
|
||||||
// GNU General Public License for more details.
|
|
||||||
//
|
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
|
||||||
// License and a copy of the GNU General Public License along with
|
|
||||||
// Eigen. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
/* This file is a modified version of heap_relax_snode.c file in SuperLU
|
/* This file is a modified version of heap_relax_snode.c file in SuperLU
|
||||||
* -- SuperLU routine (version 3.0) --
|
* -- SuperLU routine (version 3.0) --
|
||||||
|
@ -3,24 +3,9 @@
|
|||||||
//
|
//
|
||||||
// Copyright (C) 2012 Désiré Nuentsa-Wakam <desire.nuentsa_wakam@inria.fr>
|
// Copyright (C) 2012 Désiré Nuentsa-Wakam <desire.nuentsa_wakam@inria.fr>
|
||||||
//
|
//
|
||||||
// Eigen is free software; you can redistribute it and/or
|
// This Source Code Form is subject to the terms of the Mozilla
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// Public License v. 2.0. If a copy of the MPL was not distributed
|
||||||
// License as published by the Free Software Foundation; either
|
// with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
// version 3 of the License, or (at your option) any later version.
|
|
||||||
//
|
|
||||||
// Alternatively, you can redistribute it and/or
|
|
||||||
// modify it under the terms of the GNU General Public License as
|
|
||||||
// published by the Free Software Foundation; either version 2 of
|
|
||||||
// the License, or (at your option) any later version.
|
|
||||||
//
|
|
||||||
// Eigen is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
||||||
// WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License or the
|
|
||||||
// GNU General Public License for more details.
|
|
||||||
//
|
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
|
||||||
// License and a copy of the GNU General Public License along with
|
|
||||||
// Eigen. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
||||||
|
@ -3,28 +3,13 @@
|
|||||||
//
|
//
|
||||||
// Copyright (C) 2012 Désiré Nuentsa-Wakam <desire.nuentsa_wakam@inria.fr>
|
// Copyright (C) 2012 Désiré Nuentsa-Wakam <desire.nuentsa_wakam@inria.fr>
|
||||||
//
|
//
|
||||||
// Eigen is free software; you can redistribute it and/or
|
// This Source Code Form is subject to the terms of the Mozilla
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// Public License v. 2.0. If a copy of the MPL was not distributed
|
||||||
// License as published by the Free Software Foundation; either
|
// with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
// version 3 of the License, or (at your option) any later version.
|
|
||||||
//
|
|
||||||
// Alternatively, you can redistribute it and/or
|
|
||||||
// modify it under the terms of the GNU General Public License as
|
|
||||||
// published by the Free Software Foundation; either version 2 of
|
|
||||||
// the License, or (at your option) any later version.
|
|
||||||
//
|
|
||||||
// Eigen is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
||||||
// WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License or the
|
|
||||||
// GNU General Public License for more details.
|
|
||||||
//
|
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
|
||||||
// License and a copy of the GNU General Public License along with
|
|
||||||
// Eigen. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
||||||
* NOTE: This file is the modified version of dsnode_dfs.c file in SuperLU
|
* NOTE: This file is the modified version of [s,d,c,z]snode_dfs.c file in SuperLU
|
||||||
|
|
||||||
* -- SuperLU routine (version 2.0) --
|
* -- SuperLU routine (version 2.0) --
|
||||||
* Univ. of California Berkeley, Xerox Palo Alto Research Center,
|
* Univ. of California Berkeley, Xerox Palo Alto Research Center,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user