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