rbmatlab  1.16.09
 All Classes Namespaces Files Functions Variables Modules Pages
TpartNode.m
1 classdef TpartNode < Greedy.User.RbReducedDataDefault
2 % TPartReducedData
3 %
4 % @todo doc me
5  properties
6  overlap;
7  rb;
8  overlap_projection;
9  end
10 end
Interface classes to be implemented by the Greedy.Algorithm user.
Customizable implementation of an abstract greedy algorithm.
Definition: DuneRBLeafNode.m:1