Bugzilla – Attachment 369 Details for
Bug 632
Optimize addition/subtraction of sparse and dense matrices/vectors
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
Code to reproduce problem
test.cpp (text/x-c++src), 186 bytes, created by
Alexander Werner
on 2013-07-19 11:19:46 UTC
(
hide
)
Description:
Code to reproduce problem
Filename:
MIME Type:
Creator:
Alexander Werner
Created:
2013-07-19 11:19:46 UTC
Size:
186 bytes
patch
obsolete
>#include <Eigen/Dense> >#include <Eigen/Sparse> > > >int main(){ > Eigen::Matrix<double,Eigen::Dynamic,Eigen::Dynamic> m1(1,1),m3(1,1); > Eigen::SparseMatrix<double> m2(1,1); > m3 = m2 - m1; >}
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 632
: 369