| 119 | Eigen::Map<EArr> eigenArray() { return value_.eigenArray(); } |
| 120 | |
| 121 | virtual string debugString() const { return info_.DebugString(); } |
| 122 | protected: |
| 123 | MatrixInfo info_; |
| 124 | SArray<V> value_; |
nothing calls this directly
no outgoing calls
no test coverage detected