Commit Graph

  • d49af8e8b2 Implement next_back Remco Bloemen 2020-11-19 11:27:59 -0800
  • dd31f09105 Test reverse Remco Bloemen 2020-11-19 11:27:48 -0800
  • 73d6ba0ca1 Dummy implementation of DoubleEndedIterator Remco Bloemen 2020-11-19 09:35:43 -0800
  • dcd87287bf Add DoubleEndedIterator test Remco Bloemen 2020-11-19 09:27:34 -0800
  • 598c217d75 Move the col_piv_qr method to the decomposition module. Crozet Sébastien 2021-02-25 13:28:42 +0100
  • 693e6d0035 Run cargo fmt. Crozet Sébastien 2021-02-25 12:59:14 +0100
  • adc82845d1
    Merge pull request #823 from Andlon/sparse-rework Sébastien Crozet 2021-02-25 12:58:28 +0100
  • 308d95386e Fix all tests and the ColPivQR::solve. Crozet Sébastien 2021-02-25 12:06:04 +0100
  • 63a34528e0 Added test for QR factorization and fixed unpack issue russellb23 2019-06-24 12:20:14 +0530
  • 1316133625 Removed unused imports russellb23 2019-06-24 09:20:44 +0530
  • a2f3e1ac26 Inverted sign in householder russellb23 2019-06-24 08:49:57 +0530
  • f8c0195f0f QR factorization with column pivoting russellb23 2019-06-24 07:56:35 +0530
  • 660106255c nalgebra-sparse: re-export nalgebra. Crozet Sébastien 2021-02-25 11:14:25 +0100
  • c6f7cae326 Move COO, CSC, CSR constructor at the top of the impls. Crozet Sébastien 2021-02-25 11:11:29 +0100
  • 98ae4f3818 nalgebra-sparse: reexport CooMatrix, CscMatrix, and CsrMatrix at the root of the crate. Crozet Sébastien 2021-02-25 11:03:27 +0100
  • 4e4eeb2641 Don't pin the proptest version when running tests: this breaks all no-std builds. Crozet Sébastien 2021-02-25 11:00:48 +0100
  • f46d1b4abb
    Merge pull request #836 from dimforge/rotation_utils Sébastien Crozet 2021-02-22 14:52:08 +0100
  • 8d00378d6c Update the changelog. Crozet Sébastien 2021-02-22 14:32:04 +0100
  • 424897f55b Fix no-std cargo category. Crozet Sébastien 2021-02-22 14:27:31 +0100
  • bafa1dcd97 Re-export simba::SimdValue. Crozet Sébastien 2021-02-22 14:27:18 +0100
  • 478921881f Add approximate rotation composition for unit-quaternion. Crozet Sébastien 2021-02-22 14:27:08 +0100
  • 9d930eb21a Add a method to cap the magnitude of a vector. Crozet Sébastien 2021-02-22 14:26:40 +0100
  • 6139372c38 Add from_basis_unchecked to rotation types. Crozet Sébastien 2021-02-22 14:26:25 +0100
  • 89a9dedcd5 cargo fmt Linus Behrbohm 2021-02-22 01:03:46 +0100
  • 267eb01fe5 Initial draft for into_row_iter and into_column_iter Linus Behrbohm 2021-02-22 00:47:33 +0100
  • 1c0891bbbb Added bytemuck for Unit and Quaternion. iMplode nZ 2021-02-12 15:30:12 -0800
  • c667b1f9c8 Added bytemuck implementations for static storages. iMplode nZ 2021-02-10 20:12:09 -0800
  • 66b9185ec1 Test CsrMatrix::row_iter(_mut) and CscMatrix::col_iter(_mut) Andreas Longva 2021-02-01 14:34:22 +0100
  • 1ebb612d46 Test Csr/CscMatrix::{index_entry, index_entry_mut, get_entry, get_entry_mut} Andreas Longva 2021-02-01 09:27:33 +0100
  • 0936c4fad9 Add tests for Csr/CscMatrix::identity Andreas Longva 2021-02-01 08:52:13 +0100
  • 2d11b90149 Address review concerns: doc link, Csr/CScMatrix::pattern docs Andreas Longva 2021-02-01 08:41:37 +0100
  • 6ed6084745
    Merge pull request #825 from paq/patch-1 Sébastien Crozet 2021-01-31 20:48:53 +0100
  • 8e04f4db56
    Fix rustdoc link paq 2021-01-31 06:15:51 -0900
  • d45e6eafab Release v0.24.1 v0.24.1 Crozet Sébastien 2021-01-29 13:57:19 +0100
  • fb26d4d0fb Update the htaml_root_url. Crozet Sébastien 2021-01-29 13:56:40 +0100
  • 7d5cc4912d Update cargo badge and categories. Crozet Sébastien 2021-01-29 13:33:37 +0100
  • c408e09e28 update header comment for operators Terence 2021-01-28 19:41:55 -0500
  • 8c52e4dfdc rustfmt Terence 2021-01-28 19:29:12 -0500
  • ac92e68486 add new operators Terence 2021-01-28 19:27:40 -0500
  • ecda74f6b2 clippify Terence 2021-01-28 18:50:34 -0500
  • 388b77108e rustfmt Terence 2021-01-28 18:46:14 -0500
  • 6be0365203 add integration test Terence 2021-01-28 18:45:34 -0500
  • 12c259f0b4 Implement additional DualQuaternion ops and UnitDualQuaternion Terence 2021-01-28 17:25:32 -0500
  • 86aeed6a09 Test nalgebra-sparse in CI Andreas Longva 2021-01-26 10:03:39 +0100
  • bda8207ffd Rename to_value to into_value (clippy suggestion) Andreas Longva 2021-01-26 09:28:15 +0100
  • 7bef417f99 Use nalgebra/proptest-support instead of /proptest in nalgebra-sparse Andreas Longva 2021-01-26 08:49:07 +0100
  • e7975ce09a Rebase and update nalgebra version for nalgebra-sparse Andreas Longva 2021-01-25 17:40:50 +0100
  • 7473d54d74 rustfmt Andreas Longva 2021-01-25 17:26:27 +0100
  • 795d818ae5 Improve documentation of errors and panics Andreas Longva 2021-01-25 17:19:20 +0100
  • 5d5ed5be0b Various minor doc and comment fixes Andreas Longva 2021-01-25 17:12:46 +0100
  • ccf1f18991 Merge SolveError into OperationError Andreas Longva 2021-01-25 17:05:13 +0100
  • 7b6333e9d1 Rename some Csr/Csc/SparsityPattern methods Andreas Longva 2021-01-25 16:04:29 +0100
  • cf1bd284f1 Improve ops docs Andreas Longva 2021-01-25 15:54:25 +0100
  • f98e64aafd Improve docs for SparsityPattern Andreas Longva 2021-01-25 14:57:36 +0100
  • cf220c9d2b Improve docs for CooMatrix Andreas Longva 2021-01-25 14:17:48 +0100
  • e8a35ddb62 CSC docs and improved CSR docs Andreas Longva 2021-01-25 14:02:45 +0100
  • afcad0ccc8 Documentation for CsrMatrix Andreas Longva 2021-01-25 12:09:16 +0100
  • 0bee9be6c7 Extend CSC/CSR * Dense to work for combinations of ref and owned Andreas Longva 2021-01-25 12:08:57 +0100
  • 74cd0283eb Partial top-level documentation Andreas Longva 2021-01-22 17:57:03 +0100
  • 1fa0de92ae Preserve column dim type in CSR * Dense Andreas Longva 2021-01-22 17:56:26 +0100
  • 15c4382fa9 Docs for most items in nalgebra-sparse Andreas Longva 2021-01-22 14:32:13 +0100
  • 7a083d50f7 Increase tolerance to ensure tests pass Andreas Longva 2021-01-21 16:40:05 +0100
  • 31c911d4fb Change proptest strategies to use DimRange Andreas Longva 2021-01-20 17:43:01 +0100
  • 9cd1540496 Improve and test proptest generators Andreas Longva 2021-01-20 16:07:43 +0100
  • 3eab45d81b Replace spmm_pattern with spmm_{csr/csc}_pattern Andreas Longva 2021-01-19 17:16:56 +0100
  • cb0f9a5190 Add Csr/CscMatrix::pattern_and_values_mut() Andreas Longva 2021-01-19 16:58:45 +0100
  • c43a2b1679 Impl Csr/CscMatrix::into_pattern_and_values Andreas Longva 2021-01-19 16:56:30 +0100
  • e655fed4fa Replace Arc<SparsityPattern> with SparsityPattern Andreas Longva 2021-01-19 16:53:39 +0100
  • 9b46a43c7f Add proptest regressions Andreas Longva 2021-01-19 16:23:32 +0100
  • fc0c22bf78 Add CscCholesky::solve and ::solve_mut Andreas Longva 2021-01-19 15:52:19 +0100
  • d6b4f1ac2f Add CscCholesky::factor_numerical Andreas Longva 2021-01-19 15:27:37 +0100
  • cd9c3baead Clean up CscCholesky Andreas Longva 2021-01-19 15:20:01 +0100
  • 4b395523dd Fix issue with UninitVec and zero-sized types Andreas Longva 2021-01-19 15:02:23 +0100
  • ef3477f411 Remove Zero bound for transpose and impl SparsityPattern::transpose Andreas Longva 2021-01-19 14:15:19 +0100
  • 3b1303d1e0 Implement lower/upper triangular solve for CSC matrices Andreas Longva 2021-01-15 15:21:50 +0100
  • c988ebb4e7 Fail test compilation if compare feature is missing Andreas Longva 2021-01-14 17:17:52 +0100
  • 5869f784e5 Implement CsrMatrix/CscMatrix::filter and associated helpers Andreas Longva 2021-01-14 17:12:08 +0100
  • 3453577a16 Use matrixcompare 0.2 with prop_assert_matrix_eq in Cholesky test Andreas Longva 2021-01-13 13:28:15 +0100
  • 84557d8046 Implement matrixcompare traits for sparse matrices Andreas Longva 2021-01-13 13:10:21 +0100
  • aad2216c56 Initial port from nalgebra::CsCholesky factorization to CscCholesky Andreas Longva 2021-01-11 15:14:54 +0100
  • 6e34c23d05 Implement Csr/CscMatrix::identity Andreas Longva 2021-01-11 15:03:58 +0100
  • ea6c1451b4 Rename Op::unwrap to Op::into_inner Andreas Longva 2021-01-06 13:10:43 +0100
  • 885480a634 Implement CSR/CSC * Dense std operations Andreas Longva 2021-01-06 13:07:55 +0100
  • b7a7f967b8 Implement Neg, Div, DivAssign for Csr/CscMatrix Andreas Longva 2021-01-06 11:04:49 +0100
  • 0b4356eb0e Implement Sub for Csr/CscMatrix Andreas Longva 2021-01-05 14:59:54 +0100
  • 7aeb663165 Implement matrix-scalar multiplication Andreas Longva 2021-01-04 13:39:41 +0100
  • dbdf5567fc Implement arithmetic operations for CSC matrices Andreas Longva 2020-12-30 16:09:46 +0100
  • 6a1d12705f Remove old .get() API for CscMatrix in favor of entry API Andreas Longva 2020-12-22 11:14:53 +0100
  • e261e7c388 Remove use of unsafe for CsLaneIterMut Andreas Longva 2020-12-22 11:01:50 +0100
  • b59c4a3216 Refactor most of Csr/CscMatrix logic into helper type CsMatrix Andreas Longva 2020-12-22 10:19:17 +0100
  • 8983027b39 Minor refactoring for sp* ops Andreas Longva 2020-12-21 17:09:26 +0100
  • 66cbd26702 Add prealloc suffix to spmm_csr and spadd_csr Andreas Longva 2020-12-21 16:05:38 +0100
  • 4af3fcbdd3 Reorder parameters in ops to intuitive order Andreas Longva 2020-12-21 15:42:32 +0100
  • 061024ab1f Improve Ops API Andreas Longva 2020-12-21 15:13:31 +0100
  • fe8592fde1 Refactor ops to use new Op type instead of separate Transpose flag Andreas Longva 2020-12-21 15:09:29 +0100
  • c6a8fcdee2 Simplify spadd_pattern API and name Andreas Longva 2020-12-16 17:30:48 +0100
  • 6a100c085a Add proptest regressions Andreas Longva 2020-12-16 16:50:50 +0100
  • b25848838b Implement CSR-CSR matrix multiplication Andreas Longva 2020-12-16 16:17:42 +0100
  • d9cfe5cb3e Improve dimension assertions for spadd_csr Andreas Longva 2020-12-16 14:21:35 +0100
  • 2d534a6133 Implement spmm_csr Andreas Longva 2020-12-16 14:06:12 +0100