Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Simple-Robotics/proxsuite
/ to_eigen
Function
to_eigen
test/src/sparse_factorization.cpp:12–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
11
template<typename T, typename I>
12
auto
13
to_eigen(proxsuite::linalg::sparse::MatRef<T, I> a) noexcept
14
-> Eigen::Matrix<T, -1, -1>
15
{
16
return a.to_eigen();
17
}
18
19
template<typename T, typename I>
20
auto
Callers
3
reconstruct_with_perm
Function · 0.85
ldlt_with_perm
Function · 0.85
sparse_factorization.cpp
File · 0.85
Calls
1
to_eigen
Method · 0.45
Tested by
no test coverage detected