Package parsimony :: Package functions :: Package multiblock
[hide private]
[frames] | no frames]

Source Code for Package parsimony.functions.multiblock

 1  # -*- coding: utf-8 -*- 
 2  """ 
 3  Created on Tue Jan 21 14:54:28 2014 
 4   
 5  Copyright (c) 2013-2014, CEA/DSV/I2BM/Neurospin. All rights reserved. 
 6   
 7  @author:  Tommy Löfstedt and Edouard Duchesnay 
 8  @email:   lofstedt.tommy@gmail.com, edouard.duchesnay@cea.fr 
 9  @license: BSD 3-clause. 
10  """ 
11  from . import properties 
12  from . import losses 
13  from . import combinedfunctions 
14   
15  __all__ = ["properties", "losses", "combinedfunctions"] 
16