SCM Repository
View of /branches/vis12/doc/TYPES
Parent Directory
|
Revision Log
Revision 1685 -
(download)
(annotate)
Sun Jan 22 15:23:36 2012 UTC (9 years ago) by jhr
File size: 686 byte(s)
Sun Jan 22 15:23:36 2012 UTC (9 years ago) by jhr
File size: 686 byte(s)
Create a branch to implement things that we need for the Vis 2012 paper
Concrete types Scalar types bool int, long, float, double uint, ulong ?? Vector types vec2<t> vec3<t> vec4<t> ?? (or we could use the OpenCL approach: int2, int3, ...) quatf, quatd Matrix types mat22<t> mat33<t> mat44<t> Tensors tensor<t> Abstract types Data sets Element types include signed and unsigned integers of 1, 2, 4, or 8 bytes. floats and doubles vectors of the above scalar types matrices of the above scalar types symmetric matrices of the above scalar types Fields Actors Comments Could view everything as a tensor<order,dim,ty> Track symmetry of tensors
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |