SCM Repository
[diderot] / branches / vis15 / doc / implementation / data-layout.md |
View of /branches/vis15/doc/implementation/data-layout.md
Parent Directory
|
Revision Log
Revision 3780 -
(download)
(annotate)
Wed Apr 27 15:42:06 2016 UTC (6 years, 2 months ago) by jhr
File size: 454 byte(s)
Wed Apr 27 15:42:06 2016 UTC (6 years, 2 months ago) by jhr
File size: 454 byte(s)
Start to document the runtime model
# Data Layout in Diderot This document describes the data layout conventions used in the Diderot implementation for images and tensors. ## Images and Nrrd Files [Nrrd file format](http://teem.sourceforge.net/nrrd/format.html) ## Tensors ### Tensor construction ### Tensor slicing ## Differentiation The gradiant operator returns a field of higher order than its argument. For example ````diderot field#2(3)[2] F; field#1(3)[2,3] G = ∇ F; ````
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |