Bugzilla – Attachment 748 Details for
Bug 1330
m_shiftOffset in CholmodBase should be double not RealScalar
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Forgot Password
Login:
[x]
This bugzilla service is closed. All entries have been migrated to
https://gitlab.com/libeigen/eigen
example program that exposes the issue
cholmod.cpp (text/x-c++src), 199 bytes, created by
philip.avery
on 2016-10-18 13:15:29 UTC
(
hide
)
Description:
example program that exposes the issue
Filename:
MIME Type:
Creator:
philip.avery
Created:
2016-10-18 13:15:29 UTC
Size:
199 bytes
patch
obsolete
>#include <Eigen/CholmodSupport> > >int main() >{ > Eigen::SparseMatrix<float> m; > Eigen::CholmodSimplicialLLT<Eigen::SparseMatrix<float>,Eigen::Upper> s(m); > > Eigen::MatrixXf x,b; > x = s.solve(b); >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1330
: 748