Full Linear kernel added, inc testing

This commit is contained in:
James Hensman 2014-03-25 16:59:52 +00:00
parent ed2aaab4bb
commit 17c2799b1e
5 changed files with 52 additions and 3 deletions

View file

@ -11,7 +11,7 @@ from ...util.caching import Cache_this
class Kern(Parameterized):
#===========================================================================
# This adds input slice support. The rather ugly code for slicing can be
# This adds input slice support. The rather ugly code for slicing can be
# found in kernel_slice_operations
__metaclass__ = KernCallsViaSlicerMeta
#===========================================================================