Antonio Sánchez
|
ad13df7ea4
|
Fix std::fill_n reference.
|
2025-01-14 00:43:00 +00:00 |
|
Antonio Sánchez
|
b396a6fbb2
|
Add free-function swap.
|
2024-10-14 15:51:40 +00:00 |
|
Frédéric BRIOL
|
2a3465102a
|
Refactor code to use constexpr for data() functions.
|
2024-09-23 16:43:53 +00:00 |
|
Frédéric Chapoton
|
6331da95eb
|
fixing a lot of typos
|
2024-07-30 22:15:49 +00:00 |
|
Rasmus Munk Larsen
|
5e4f3475b5
|
Remove call to deprecated method initParallel() in SparseDenseProduct.h
|
2024-05-15 23:12:32 +00:00 |
|
Charles Schlosser
|
59cf0df1d6
|
SparseMatrix::insert add checks for valid indices
|
2024-05-15 16:14:32 +00:00 |
|
Maarten Baert
|
35bf6c8edc
|
Add SimplicialNonHermitianLLT and SimplicialNonHermitianLDLT
|
2024-03-28 00:22:27 +00:00 |
|
Charles Schlosser
|
7b5d32b7c9
|
Sparse move
|
2024-03-27 17:44:50 +00:00 |
|
Antonio Sánchez
|
352ede96e4
|
Fix incomplete cholesky.
|
2024-03-08 19:18:10 +00:00 |
|
Tyler Veness
|
5ffb307afa
|
Fix deprecated anonymous enum-enum conversion warnings
|
2024-03-06 21:22:02 +00:00 |
|
Rasmus Munk Larsen
|
a2f8eba026
|
Speed up sparse x dense dot product.
|
2024-02-24 19:13:33 +00:00 |
|
Antonio Sánchez
|
500a3602f0
|
Use traits<Matrix>::Options instead of Matrix::Options.
|
2024-02-16 00:11:57 +00:00 |
|
Andreas Forster
|
eede526b7c
|
[Compressed Storage] Use smaller type of Index & StorageIndex for determining maximum size during resize.
|
2024-01-22 00:35:31 +00:00 |
|
Tobias Wood
|
f38e16c193
|
Apply clang-format
|
2023-11-29 11:12:48 +00:00 |
|
Antonio Sánchez
|
5bdf58b8df
|
Eliminate use of _res.
|
2023-10-16 19:56:53 +00:00 |
|
Charles Schlosser
|
e8515f78ac
|
Fix sparse triangular view iterator
|
2023-10-05 17:13:37 +00:00 |
|
Antonio Sánchez
|
2873916f1c
|
Rename plugin headers to .inc.
|
2023-08-21 16:26:11 +00:00 |
|
Antonio Sánchez
|
6e4d5d4832
|
Add IWYU private pragmas to internal headers.
|
2023-08-21 16:25:22 +00:00 |
|
Charles Schlosser
|
67a1e881d9
|
Sparse matrix column/row removal
|
2023-05-24 17:04:45 +00:00 |
|
Antonio Sánchez
|
3918768be1
|
Fix sparse iterator and tests.
|
2023-04-25 19:05:49 +00:00 |
|
Charles Schlosser
|
0d12fcc34e
|
Insert from triplets
|
2023-04-12 20:01:48 +00:00 |
|
Charles Schlosser
|
fd8f410bbe
|
Fix 2624 2625
|
2023-03-20 16:30:04 +00:00 |
|
Charles Schlosser
|
049a144798
|
Add typed logicals
|
2023-02-18 01:23:47 +00:00 |
|
Chip Kerchner
|
54459214a1
|
Fix epsilon and dummy_precision values in long double for double doubles. Prevented some algorithms from converging on PPC.
|
2023-02-16 23:35:42 +00:00 |
|
Charles Schlosser
|
6987a200bb
|
Fix stupid sparse bugs with outerSize == 0
|
2023-01-28 02:03:09 +00:00 |
|
Charles Schlosser
|
1aa6dc2007
|
Fix sparse warnings
|
2023-01-27 22:47:42 +00:00 |
|
Charles Schlosser
|
7f58bc98b1
|
Refactor sparse
|
2023-01-23 17:55:50 +00:00 |
|
Charles Schlosser
|
5a7ca681d5
|
Fix sparse insert
|
2023-01-20 21:32:32 +00:00 |
|
Charles Schlosser
|
fa0bd2c34e
|
improve sparse permutations
|
2023-01-15 03:21:25 +00:00 |
|
Charles Schlosser
|
9463fc95f4
|
change insert strategy
|
2023-01-11 06:24:49 +00:00 |
|
Charles Schlosser
|
81172cbdcb
|
Overhaul Sparse Core
|
2023-01-07 22:09:42 +00:00 |
|
Rasmus Munk Larsen
|
dd85d26946
|
Revert "Avoid mixing types in CompressedStorage.h"
|
2022-12-19 20:09:37 +00:00 |
|
Rasmus Munk Larsen
|
04e4f0bb24
|
Add missing colon in SparseMatrix.h.
|
2022-12-16 21:50:00 +00:00 |
|
Rasmus Munk Larsen
|
3d8a8def8a
|
Avoid mixing types in CompressedStorage.h
|
2022-12-16 20:11:02 +00:00 |
|
Charles Schlosser
|
4bb2446796
|
Add operators to CompressedStorageIterator
|
2022-12-16 16:48:50 +00:00 |
|
Charles Schlosser
|
44fe539150
|
add sparse sort inner vectors function
|
2022-12-01 19:28:56 +00:00 |
|
Antonio Sánchez
|
dcb042a87d
|
Fix serialization for non-compressed matrices.
|
2022-11-30 18:16:47 +00:00 |
|
Antonio Sánchez
|
e7b1ad0315
|
Add serialization for sparse matrix and sparse vector.
|
2022-11-21 19:43:07 +00:00 |
|
Antonio Sánchez
|
8f8e36458f
|
Remove recently added sparse assert in SparseMapBase.
|
2022-11-03 17:29:05 +00:00 |
|
Antonio Sánchez
|
adb30efb25
|
Add assert for invalid outerIndexPtr array in SparseMapBase.
|
2022-10-26 22:51:33 +00:00 |
|
Antonio Sánchez
|
bf48d46338
|
Explicitly state that indices must be sorted.
|
2022-10-19 18:15:29 +00:00 |
|
Laurent Rineau
|
7846c7387c
|
Eigen/Sparse: fix warnings -Wunused-but-set-variable
|
2022-10-11 17:37:04 +00:00 |
|
Antonio Sanchez
|
714678fc6c
|
Add missing ptr in realloc call.
|
2022-08-24 22:04:04 -07:00 |
|
Charles Schlosser
|
b2a13c9dd1
|
Sparse Core: Replace malloc/free with conditional_aligned
|
2022-08-23 21:44:22 +00:00 |
|
Antonio Sánchez
|
5a1c7807e6
|
Fix inner iterator for sparse block.
|
2022-08-03 17:26:12 +00:00 |
|
Alexander Richardson
|
b7668c0371
|
Avoid including <sstream> with EIGEN_NO_IO
|
2022-07-29 18:02:51 +00:00 |
|
Antonio Sánchez
|
5ed7a86ae9
|
Fix MSVC+CUDA issues.
|
2022-04-08 18:05:32 +00:00 |
|
Erik Schultheis
|
e1df3636b2
|
More constexpr helpers
|
2022-04-04 18:38:34 +00:00 |
|
Erik Schultheis
|
421cbf0866
|
Replace Eigen type metaprogramming with corresponding std types and make use of alias templates
|
2022-03-16 16:43:40 +00:00 |
|
Arthur
|
514f90c9ff
|
Remove workarounds for bad GCC-4 warnings
|
2022-03-16 00:08:16 +00:00 |
|