Commit Graph

142 Commits

Author SHA1 Message Date
Marc Haubenstock ee3f84abba first version 2022-10-16 11:52:32 +02:00
Marc Haubenstock 8ee68afaac commented out so that code compiles 2022-10-15 19:17:05 +02:00
Marc Haubenstock b732b75a77 added panic so that the code compiles 2022-10-15 19:10:31 +02:00
Marc Haubenstock d61f9e29ba working on issue 1106 2022-10-15 16:49:13 +02:00
Sébastien Crozet 3d52327f82 nalgebra-lapack: merge both Eigen decomposition function into a single one. 2022-10-09 16:26:26 +02:00
Marc Haubenstock a0412c39f2 formatting 2022-09-14 19:07:38 +02:00
Marc Haubenstock c62801114b fixed formatting 2022-09-14 18:15:16 +02:00
Marc Haubenstock 743eaa4747 renaming method 2022-09-13 19:09:27 +02:00
Marc Haubenstock aafb713848 removed whitespace 2022-05-03 19:11:56 +02:00
Marc Haubenstock 71ef287fea removed return statements 2022-05-02 22:49:07 +02:00
Marc Haubenstock 9f8cfa207a enabled complex eigenvalues for lapack 2022-05-02 21:55:51 +02:00
Sébastien Crozet b656faa233 Release v0.31.0 2022-04-30 10:59:26 +02:00
metric-space ff2d431ed0 Remove repeated docs 2022-04-16 02:37:02 -04:00
metric-space bc31012c08 Add newline 2022-04-16 02:23:51 -04:00
metric-space 80a844a3bf Update check for zero 2022-04-16 02:23:38 -04:00
metric-space 2743eef87e Add in explicit type of matrix element to module overview docs 2022-03-05 15:01:22 -05:00
metric-space adf50a6173 Fix formatting 2022-03-05 14:43:50 -05:00
metric-space 4413a35a1c Fix doc 2022-03-05 14:39:22 -05:00
metric-space 3413ab7da8 Correct typos, move doc portion to comment and fix borrow to clone 2022-03-05 13:52:42 -05:00
metric-space c8a920ff2c Minimal post-processing and fix to documentation 2022-02-27 17:17:31 -05:00
metric-space 5e10ca46cb Add another case for when eigenvalues should be mapped to zero. Make method private 2022-02-15 01:45:33 -05:00
metric-space e52f11700f Change name of copied macro base 2022-02-12 02:59:04 -05:00
metric-space 7510d48673 Doc string corrections 2022-02-12 02:52:18 -05:00
metric-space 91b7e05072 Change name of test generator 2022-02-12 02:42:13 -05:00
metric-space b7fe6b9dc1 Name change 2022-02-12 02:37:26 -05:00
metric-space fb0cb513e7 Remove condition number, tests pass without. Add proper test generator for dynamic f64 type square matrices 2022-02-12 02:27:29 -05:00
metric-space 497a4d8bd9 Correction in eigenvector matrices build up algorithm 2022-02-12 02:26:46 -05:00
metric-space a4de6a83cc Corrected deserialization term in serialization impls 2022-02-09 08:48:38 -05:00
metric-space d5069f318e Removed extra memory allocation for buffer (now redundant) 2022-02-05 23:44:05 -05:00
metric-space 4038e6627a Correction to keep naming of left and right eigenvector matrices consistent 2022-02-04 00:13:01 -05:00
metric-space 4362f0004c Added comment on logic 2022-02-04 00:09:29 -05:00
metric-space 55fdd84e1d Formatting 2022-02-03 06:45:29 -05:00
metric-space d88337efa9 Formatting 2022-02-03 06:43:41 -05:00
metric-space 162bb3218d New code and modified tests for qz 2022-02-03 06:36:41 -05:00
metric-space ae35d1cf97 New code and modified tests for generalized_eigenvalues 2022-02-03 06:36:10 -05:00
metric-space 748848fea7 Cleanup of QZ module and added GE's calculation of eigenvalues as a test for QZ's calculation of eigenvalues 2022-01-24 23:58:21 -05:00
metric-space 7d8fb3d384 New wrapper for generalized eigenvalues and associated eigenvectors via LAPACK routines sggev/dggev 2022-01-24 23:56:44 -05:00
metric-space 7e9345d91e Correction for not calculating absolurte value 2022-01-21 06:41:06 -05:00
metric-space 6a28306074 Commented out failing tests, refactored checks for almost zeroes 2022-01-19 23:51:46 -05:00
metric-space b2c6c6b02d Add non-naive way of calculate generalized eigenvalue, write spotty test for generalized eigenvalues 2022-01-19 21:47:44 -05:00
metric-space 769f20ce6f Comments more tailored to QZ 2022-01-19 02:42:22 -05:00
metric-space 6f7ef387e5 Format file 2022-01-18 22:42:12 -05:00
metric-space 7230ae1e63 First attempt at xgges (qz decomposition), passing tests. Serialization failing across many modules 2022-01-18 22:35:11 -05:00
Sébastien Crozet e8b9c40123 Release v0.30.0 2022-01-02 15:30:15 +01:00
Paul Jakob Schroeder 97aebf8089 Add extern crate declarations for lapack{-src}
Without these declarations, `nalgebra-lapack` does not have runtime
linkage requirements for these libraries, meaning that binaries and
libraries using `nalgebra-lapack` have to link `lapack`/`lapack-src`
explicitly which shouldn't be necessary.
2021-11-16 12:49:19 -05:00
Sébastien Crozet d1d7422761 Bump the version of nalgebra-glm, nalgebra-lapack, and nalgebra-sparse. 2021-08-08 18:07:34 +02:00
Sébastien Crozet db63f6c031 Release v0.29.0 2021-08-08 17:54:35 +02:00
Sébastien Crozet 107b3bedb4 nalgebra-lapack: restore netlib as the default backend. 2021-08-04 11:30:36 +02:00
Sébastien Crozet 38ac9a2f9a Fix nalgebra-lapack. 2021-08-03 17:39:45 +02:00
Sébastien Crozet 47e226d0e0 Fix nalgebra-lapack 2021-08-03 10:48:59 +02:00