eigen/Eigen/src/SparseCore
2015-07-21 22:52:21 +02:00
..
AmbiVector.h Index refactoring: StorageIndex must be used for storage only (and locally when it make sense). In all other cases use the global Index type. 2015-02-13 18:57:41 +01:00
CMakeLists.txt move sparse solvers from unsupported/ to main Eigen/ and remove the "not stable yet" warning 2011-11-12 14:11:27 +01:00
CompressedStorage.h Fix regression on CompressedStorage::operator= 2015-06-20 13:59:13 +02:00
ConservativeSparseSparseProduct.h bug #875: remove broken SparseMatrixBase::nonZeros and introduce a nonZerosEstimate() method to sparse evaluators for internal uses. 2015-04-01 22:27:34 +02:00
MappedSparseMatrix.h Merge Index-refactoring branch with default, fix PastixSupport, remove some useless typedefs 2015-02-13 10:03:53 +01:00
SparseAssign.h Workaround MSVC ambiguous instanciation 2015-06-24 23:35:17 +02:00
SparseBlock.h Make sure that BlockImpl<const SparseMatrix> ctor is called with the right type 2015-04-21 10:15:36 +02:00
SparseColEtree.h Fix many long to int conversion warnings: 2015-02-16 13:19:05 +01:00
SparseCompressedBase.h bug #875: remove broken SparseMatrixBase::nonZeros and introduce a nonZerosEstimate() method to sparse evaluators for internal uses. 2015-04-01 22:27:34 +02:00
SparseCwiseBinaryOp.h Make SparseSelfAdjointView, twists, and SparseQR more evaluator friendly 2015-06-24 17:54:09 +02:00
SparseCwiseUnaryOp.h bug #875: remove broken SparseMatrixBase::nonZeros and introduce a nonZerosEstimate() method to sparse evaluators for internal uses. 2015-04-01 22:27:34 +02:00
SparseDenseProduct.h Fix compilation of tri(sparse) * dense with OpenMP 2015-07-21 22:52:21 +02:00
SparseDiagonalProduct.h simplify previous changeset: sub-expressions are nested by value 2015-04-18 22:50:16 +02:00
SparseDot.h Remove deprecated code not used by evaluators 2014-09-18 15:15:27 +02:00
SparseFuzzy.h bug #701: workaround (min) and (max) blocking ADL by introducing numext::mini and numext::maxi internal functions and a EIGEN_NOT_A_MACRO macro. 2014-10-20 15:55:32 +02:00
SparseMap.h bug #875: remove broken SparseMatrixBase::nonZeros and introduce a nonZerosEstimate() method to sparse evaluators for internal uses. 2015-04-01 22:27:34 +02:00
SparseMatrix.h Add explicit ctor for diagonal to sparse conversion 2015-06-24 18:11:06 +02:00
SparseMatrixBase.h Add support for sparse = diagonal 2015-06-24 17:55:00 +02:00
SparsePermutation.h Introduce a AliasFreeProduct option for Permutations and Transpositions 2015-06-19 15:38:19 +02:00
SparseProduct.h Re-enable products with triangular views of sparse matrices: we simply have to treat them as a sparse matrix. 2014-10-06 16:11:26 +02:00
SparseRedux.h Remove deprecated code not used by evaluators 2014-09-18 15:15:27 +02:00
SparseRef.h bug #910: add a StandardCompressedFormat option to Ref<SparseMatrix> to enforce standard compressed storage format. 2015-06-09 23:11:24 +02:00
SparseSelfAdjointView.h Make SparseSelfAdjointView, twists, and SparseQR more evaluator friendly 2015-06-24 17:54:09 +02:00
SparseSolverBase.h Fix many long to int conversion warnings: 2015-02-16 13:19:05 +01:00
SparseSparseProductWithPruning.h bug #875: remove broken SparseMatrixBase::nonZeros and introduce a nonZerosEstimate() method to sparse evaluators for internal uses. 2015-04-01 22:27:34 +02:00
SparseTranspose.h bug #875: remove broken SparseMatrixBase::nonZeros and introduce a nonZerosEstimate() method to sparse evaluators for internal uses. 2015-04-01 22:27:34 +02:00
SparseTriangularView.h Add missing documentation for TriangularViewImpl<MatrixType,Mode,Sparse> 2015-06-09 11:40:07 +02:00
SparseUtil.h Inherit operator+= and -= with 'using' kkeyword 2015-06-24 17:49:20 +02:00
SparseVector.h bug #875: remove broken SparseMatrixBase::nonZeros and introduce a nonZerosEstimate() method to sparse evaluators for internal uses. 2015-04-01 22:27:34 +02:00
SparseView.h Fix shadow warnings triggered by clang 2015-06-09 09:11:12 +02:00
TriangularSolver.h Make conversion from 0 to Scalar explicit (issue reported by Brad Bell) 2015-04-13 17:15:00 +02:00