Package functions :: Module data
[hide private]
[frames] | no frames]

Source Code for Module functions.data

1 -class data:
2 - def __init__(self):
3 """All temporary data used in the mf_functions class. 4 5 """ 6 7 # Data structures which are required to be initialised. 8 self.relax_test = [] 9 self.gradient_test = []
10