MCPcopy 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
6template<typename Derived>
7Eigen::VectorBlock<Derived, 2>
8firstTwo(MatrixBase<Derived>& v)
9{
10 return Eigen::VectorBlock<Derived, 2>(v.derived(), 0);
11}
12
13template<typename Derived>
14const Eigen::VectorBlock<const Derived, 2>

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected