| 36 | |
| 37 | template<typename T> |
| 38 | typename 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 | |
| 44 | template<int OtherStorage, typename SparseMatrixType> void sparse_permutations(const SparseMatrixType& ref) |
| 45 | { |
no outgoing calls
no test coverage detected