Commit Graph

  • 11ff2ed69b Release v0.31.1 v0.31.1 Sébastien Crozet 2022-07-31 09:42:02 +0200
  • 74c4aa9c9f
    Merge pull request #1133 from dimforge/from_row_iterator Sébastien Crozet 2022-07-31 09:31:49 +0200
  • 54ab62d971 Remove another unused extern crate. Sébastien Crozet 2022-07-30 18:19:17 +0200
  • d5284a2a86 Remove unused extern crate. Sébastien Crozet 2022-07-30 18:16:18 +0200
  • 89767ee9f3 Reduce code duplication for allocating a storage from a raw iterator. Sébastien Crozet 2022-07-30 18:06:47 +0200
  • 59b01e955f Fixed formatting Gianluca Oldani 2022-03-03 13:33:04 +0100
  • 8588ef8fb2 Sound implementation for from_row_iterator Gianluca Oldani 2022-03-02 00:52:01 +0100
  • 008511d96e from_row_iterator added Chammika Mannakkara 2021-05-04 22:23:49 +0900
  • d0d88f1e82
    Merge pull request #1113 from trueb2/user/trueb2/fix-unitcomplex-assertion Sébastien Crozet 2022-07-30 17:33:13 +0200
  • 1e9e1ba46d
    Merge pull request #1101 from timethy/dev Sébastien Crozet 2022-07-27 22:22:27 +0200
  • 0c2d9deac7 cargo fmt Tim Taubner 2022-07-27 11:44:42 +0200
  • 7aadbcf21d From_rotation_matrix: Use the larger of eps.sqrt() or eps*eps as disturbance. Add tests for eps > 1.0 Tim Taubner 2022-07-27 11:31:34 +0200
  • 18a8a30671 cargo fmt Sébastien Crozet 2022-07-27 09:46:02 +0200
  • 26e69863e1 Rotation from matrix: small code cleanups Sébastien Crozet 2022-07-27 09:45:54 +0200
  • d515e4f1be Perturbations to check for convergence into maximum. Tim Taubner 2022-04-01 14:30:20 +0200
  • ac203fe4fd Add test case for issue 628 Tim Taubner 2022-03-31 18:07:04 +0200
  • 257d95b3d3 Add test case for issue 1078 Tim Taubner 2022-03-31 18:03:59 +0200
  • f9aa2d76aa Start from random rotation in from_matrix to prevent issues when calling from_matrix on rotation matrices Tim Taubner 2022-03-31 17:28:31 +0200
  • 7b0c9d64a0
    Merge pull request #1130 from devil-ira/glam-0.21 Sébastien Crozet 2022-07-24 17:30:31 +0200
  • 238750fb30 Use `From` trait to convert glam types to arrays. devil-ira 2022-07-23 23:55:40 +0200
  • 1e31e6ba69 Add feature `convert-glam021`. devil-ira 2022-07-23 17:39:59 +0200
  • f66b690fe8 num-complex conflicting with simba why zyansheep 2022-07-14 08:04:03 -0400
  • 71379c0748 cargo fmt zyansheep 2022-07-13 23:05:44 -0400
  • 9a98b0cf24 various implementations zyansheep 2022-07-13 23:02:17 -0400
  • a725faaf6a fix matrix impl zyansheep 2022-07-13 14:32:46 -0400
  • 67f04e39ac add rkyv tests zyansheep 2022-07-13 09:22:55 -0400
  • 7cc885e861 fix some rkyv impls zyansheep 2022-07-11 22:36:52 -0400
  • e70bcdbe22 Fix possible overflow in matrix debug formatting Owen Brooks 2022-06-17 18:41:53 +1000
  • 364302d072 Add debug format to matrix format test Owen Brooks 2022-06-17 18:41:26 +1000
  • 76bc230a30 Fix formatting Owen Brooks 2022-06-17 18:25:50 +1000
  • 6df81c2292 Add test for formatting of empty matrix Owen Brooks 2022-06-17 18:23:59 +1000
  • 7bc91d3c68 Check for empty vector in vector Debug Owen Brooks 2022-06-17 17:43:50 +1000
  • 699d57d9dd Safely get data in matrix Debug formatting Owen Brooks 2022-06-17 17:43:38 +1000
  • 2dd76fd86e Change quaternion debug format back to list form Owen Brooks 2022-06-17 17:38:03 +1000
  • b16a3edbbe Fix missing use Owen Brooks 2022-06-15 20:39:03 +1000
  • 004091a0bc Fix formatting Owen Brooks 2022-06-15 20:37:37 +1000
  • 9dffc5bdea Fix Matrix Debug test to match new format Owen Brooks 2022-06-15 20:15:00 +1000
  • 97e2a8ff44 Simplify Matrix Debug output Owen Brooks 2022-06-15 20:14:37 +1000
  • 65e90d53a9 Simplify Point, Translation and Scale Debug output Owen Brooks 2022-06-15 20:13:48 +1000
  • 49e3633c1c Add alternate Display for concise matrix printing Owen Brooks 2022-06-15 13:48:46 +1000
  • 807e4c153a Simplify and standardise formatting of geometry types Owen Brooks 2022-06-15 13:47:55 +1000
  • f77f556481 Derive ArrayStorage Debug formatting Owen Brooks 2022-06-15 13:44:20 +1000
  • 831142d618 Make matrix Debug output semicolon-delimited rows Owen Brooks 2022-06-15 13:42:14 +1000
  • c3bec364d3 hid CsInnerIter behind CsrInnerIter and CscInnerIter Austen Nelson 2022-06-13 12:17:55 -0700
  • 446b52d08f
    Merge pull request #1069 from losanc/matrixmarket-io Andreas Borgen Longva 2022-06-13 10:13:38 +0200
  • 80e77d2f9f Fix formatting Andreas Longva 2022-06-13 09:55:16 +0200
  • 030f155dc3
    Merge branch 'dev' into matrixmarket-io Andreas Borgen Longva 2022-06-13 09:51:08 +0200
  • 8aa10b819c Implement `cast` for `Unit<Vector<T, D, S>>` Benjamin Saunders 2022-06-11 11:07:24 -0700
  • e18636f052 Forward point formatting through to underlying vector Owen Brooks 2022-06-07 10:27:48 +1000
  • 9036e87dd6 Fix Point display to respect formatting parameters Owen Brooks 2022-06-06 18:32:41 +1000
  • dd801567f2
    Merge pull request #1081 from smr97/dev Andreas Borgen Longva 2022-05-30 15:14:42 +0200
  • 540be90f70 Add Const<R> specializations behind feature flag "const-generics-1024" Jacob Trueb 2022-05-27 12:57:26 -0500
  • 0cdf3ce452 Fix UnitComplex cast doctest failure on macOS Jacob Trueb 2022-05-25 17:51:19 -0500
  • 4d968da1ad
    Make "Point::new" a const fn Solra Bizna 2022-05-25 16:42:18 -0600
  • ec5cfffecf Add Const<T> impl through 1024 Jacob Trueb 2022-05-25 16:14:06 -0500
  • 1c7f15e5ed remove extra yaml file Saurabh 2022-05-09 14:19:11 -0600
  • 037226bb1f Use ? instead of unwrap() in examples Andreas Longva 2022-05-09 10:02:26 +0200
  • 59421896ce Polish docs for save_* matrix market methods Andreas Longva 2022-05-09 09:59:09 +0200
  • 9b32195558 Change write -> save in order to be consistent with load terminology Andreas Longva 2022-05-09 09:51:55 +0200
  • ef9a3dd767 Update module-level docs Andreas Longva 2022-05-09 09:23:42 +0200
  • 8424232dfb merge updates from dev branch Hantao Hui 2022-05-07 13:46:52 +0200
  • 31fc498182 use tempdir to write matrix when running test Hantao Hui 2022-05-07 13:40:25 +0200
  • 718cd7f6c7 From_matrix_eps: Switch to sqrt of provided epsilon, from frac_pi_8, to ensure large enough pertubation. Tim Taubner 2022-04-07 14:04:18 +0200
  • 981102c189 Merge branch 'dev' of github.com:smr97/nalgebra into dev Saurabh 2022-05-03 14:42:11 -0600
  • f77226b472 fix failing test Saurabh 2022-05-03 14:19:24 -0600
  • 284494fe5a Release v0.31.0 Sébastien Crozet 2022-04-30 10:59:26 +0200
  • 27ce8ee40d Switch to derive macros for rkyv and bytecheck Sébastien Crozet 2022-04-30 10:32:10 +0200
  • edb1d1b86f fix bytecheck feature in cargo.toml zyansheep 2022-03-22 09:49:32 -0400
  • b6c061f6bc add bytecheck impls zyansheep 2022-03-21 21:03:17 -0400
  • 7b5fb956d0 add bytecheck for matrix zyansheep 2022-03-21 12:47:03 -0400
  • 8c36ab4ceb upgrade rkyv to 0.7 zyansheep 2022-03-21 12:08:46 -0400
  • ee89f1af00 Remove repeated docs metric-space 2022-04-16 02:37:02 -0400
  • 1d13a3ffda Add newline metric-space 2022-04-16 02:23:51 -0400
  • 3e4be691bf Update check for zero metric-space 2022-04-16 02:23:38 -0400
  • ed3a17ded8 Add in explicit type of matrix element to module overview docs metric-space 2022-03-05 15:01:22 -0500
  • 71699f35b7 Fix formatting metric-space 2022-03-05 14:43:50 -0500
  • 5d67b07ebe Fix doc metric-space 2022-03-05 14:39:22 -0500
  • 8590d82ad4 Correct typos, move doc portion to comment and fix borrow to clone metric-space 2022-03-05 13:52:42 -0500
  • 6a22e74c00 Minimal post-processing and fix to documentation metric-space 2022-02-27 17:17:31 -0500
  • 73543b2121 Add another case for when eigenvalues should be mapped to zero. Make method private metric-space 2022-02-15 01:45:33 -0500
  • c287a169af Change name of copied macro base metric-space 2022-02-12 02:59:04 -0500
  • c47e31f6ea Doc string corrections metric-space 2022-02-12 02:52:18 -0500
  • 10f6c48677 Change name of test generator metric-space 2022-02-12 02:42:13 -0500
  • 5f3e2f5b45 Name change metric-space 2022-02-12 02:37:26 -0500
  • fd0398f493 Remove condition number, tests pass without. Add proper test generator for dynamic f64 type square matrices metric-space 2022-02-12 02:27:29 -0500
  • f6c35b34ec Correction in eigenvector matrices build up algorithm metric-space 2022-02-12 02:26:46 -0500
  • 2e35cd6aa7 Corrected deserialization term in serialization impls metric-space 2022-02-09 08:48:38 -0500
  • 8ef7c42328 Removed extra memory allocation for buffer (now redundant) metric-space 2022-02-05 23:44:05 -0500
  • ed09700280 Correction to keep naming of left and right eigenvector matrices consistent metric-space 2022-02-04 00:13:01 -0500
  • 0c89aceed3 Added comment on logic metric-space 2022-02-04 00:09:29 -0500
  • 3c717927cc Formatting metric-space 2022-02-03 06:45:29 -0500
  • 4c50d882a3 Formatting metric-space 2022-02-03 06:43:41 -0500
  • 5828a0a6ad New code and modified tests for qz metric-space 2022-02-03 06:36:41 -0500
  • 714f2ac987 New code and modified tests for generalized_eigenvalues metric-space 2022-02-03 06:36:10 -0500
  • a439121641 Cleanup of QZ module and added GE's calculation of eigenvalues as a test for QZ's calculation of eigenvalues metric-space 2022-01-24 23:58:21 -0500
  • 23950400e4 New wrapper for generalized eigenvalues and associated eigenvectors via LAPACK routines sggev/dggev metric-space 2022-01-24 23:56:44 -0500
  • 2947d63a0c Correction for not calculating absolurte value metric-space 2022-01-21 06:41:06 -0500
  • abd463f427 Commented out failing tests, refactored checks for almost zeroes metric-space 2022-01-19 23:51:46 -0500
  • d7a0e415bd Add non-naive way of calculate generalized eigenvalue, write spotty test for generalized eigenvalues metric-space 2022-01-19 21:47:44 -0500
  • ebe6d10a47 Comments more tailored to QZ metric-space 2022-01-19 02:42:22 -0500