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

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected