Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Parborg <darkdefende@gmail.com>2019-08-21 15:13:09 +0300
committerSebastian Parborg <darkdefende@gmail.com>2019-08-21 15:15:28 +0300
commitb19c437eff7f822e68244fd5a48819ebe0506c90 (patch)
tree73f16c5dec7246c2a4aed79bde5bfda640d613df /extern/Eigen3/Eigen/src/SparseLU/SparseLU_Structs.h
parent1658fd1f7e32996bdffa87d90806e99565e8b133 (diff)
Update Eigen to 3.3.7
This is in preparation for the QuadriFlow remesher lib. Reviewed By: Brecht Differential Revision: http://developer.blender.org/D5549
Diffstat (limited to 'extern/Eigen3/Eigen/src/SparseLU/SparseLU_Structs.h')
-rw-r--r--extern/Eigen3/Eigen/src/SparseLU/SparseLU_Structs.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/extern/Eigen3/Eigen/src/SparseLU/SparseLU_Structs.h b/extern/Eigen3/Eigen/src/SparseLU/SparseLU_Structs.h
index 24d6bf17946..cf5ec449bec 100644
--- a/extern/Eigen3/Eigen/src/SparseLU/SparseLU_Structs.h
+++ b/extern/Eigen3/Eigen/src/SparseLU/SparseLU_Structs.h
@@ -75,7 +75,7 @@ typedef enum {LUSUP, UCOL, LSUB, USUB, LLVL, ULVL} MemType;
template <typename IndexVector, typename ScalarVector>
struct LU_GlobalLU_t {
- typedef typename IndexVector::Scalar Index;
+ typedef typename IndexVector::Scalar StorageIndex;
IndexVector xsup; //First supernode column ... xsup(s) points to the beginning of the s-th supernode
IndexVector supno; // Supernode number corresponding to this column (column to supernode mapping)
ScalarVector lusup; // nonzero values of L ordered by columns
@@ -93,7 +93,6 @@ struct LU_GlobalLU_t {
};
// Values to set for performance
-template <typename Index>
struct perfvalues {
Index panel_size; // a panel consists of at most <panel_size> consecutive columns
Index relax; // To control degree of relaxing supernodes. If the number of nodes (columns)