This website works better with JavaScript
首頁
探索
說明
註冊
登入
XuMengJie
/
agv_ros_ws
關註
1
讚好
0
複刻
1
Files
問題管理
0
合併請求
0
Wiki
目錄樹:
08d5a1f4cc
分支列表
標籤列表
master
agv_ros_ws
/
osqp
/
lin_sys
/
direct
/
qdldl
/
qdldl_sources
/
CHANGELOG.md
CHANGELOG.md
886 B
文件歷史
原始文件
Version 0.1.4 (6 September 2019)
Fix to cmake when building
qdldl::qdldlstatic
Fix to overflow issue when factoring very large matrices
Version 0.1.3 (11 September 2018)
Julia implementation supports logical factorisation.
Changed
QDLDL_bool
to be unsigned char everywhere, except for the Julia examples where it is now treated as
Uint8
.
Version 0.1.2 (23 July 2018)
Various cmake improvements.
Added pure Julia implementation.
Version 0.1.1 (19 July 2018)
Fixed behaviour when data in A does not appear sequentially within each column.
Additional unit tests for non-sequential columns.
Types can be defined through cmake.
Version 0.1.0 (16 July 2018)
Initial release