MCPcopy 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
11template<typename T, typename I>
12auto
13to_eigen(proxsuite::linalg::sparse::MatRef<T, I> a) noexcept
14 -> Eigen::Matrix<T, -1, -1>
15{
16 return a.to_eigen();
17}
18
19template<typename T, typename I>
20auto

Callers 3

reconstruct_with_permFunction · 0.85
ldlt_with_permFunction · 0.85

Calls 1

to_eigenMethod · 0.45

Tested by

no test coverage detected