SCM Repository
View of /trunk/doc/TYPES
Parent Directory
|
Revision Log
Revision 5 -
(download)
(annotate)
Fri Jan 8 19:50:13 2010 UTC (12 years, 4 months ago) by jhr
File size: 686 byte(s)
Fri Jan 8 19:50:13 2010 UTC (12 years, 4 months ago) by jhr
File size: 686 byte(s)
Working on type and operator design-space summary
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 |