(final LinearContribution<T> underlying, final Iterable<? extends T> dat)
| 41 | |
| 42 | |
| 43 | public DataFn(final LinearContribution<T> underlying, final Iterable<? extends T> dat) { |
| 44 | this.underlying = underlying; |
| 45 | this.dat = dat; |
| 46 | } |
| 47 | |
| 48 | @Override |
| 49 | public int dim() { |
nothing calls this directly
no outgoing calls
no test coverage detected