| 239 | typedef Type eval_t; |
| 240 | |
| 241 | eval_t eval() const |
| 242 | { |
| 243 | return eval_t(derived()); //A No-Op |
| 244 | } |
| 245 | |
| 246 | /** |
| 247 | * \brief Checks if the this matrix has exclusive use to the underlying data, i.e. no other matrix expression shares the data. |
nothing calls this directly
no outgoing calls
no test coverage detected