Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LucaFulchir/libRaptorQ
/ firstTwo
Function
firstTwo
external/eigen3/doc/examples/class_FixedVectorBlock.cpp:7–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
6
template<typename Derived>
7
Eigen::VectorBlock<Derived, 2>
8
firstTwo(MatrixBase<Derived>& v)
9
{
10
return Eigen::VectorBlock<Derived, 2>(v.derived(), 0);
11
}
12
13
template<typename Derived>
14
const Eigen::VectorBlock<const Derived, 2>
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected