MCPcopy Create free account
hub / github.com/PX4/eigen / eval

Function eval

test/sparse_permutations.cpp:38–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36
37template<typename T>
38typename internal::nested_eval<T,1>::type eval(const T &xpr)
39{
40 VERIFY( int(internal::nested_eval<T,1>::type::Flags&RowMajorBit) == int(internal::evaluator<T>::Flags&RowMajorBit) );
41 return xpr;
42}
43
44template<int OtherStorage, typename SparseMatrixType> void sparse_permutations(const SparseMatrixType& ref)
45{

Callers 1

sparse_permutationsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected