Goto Chapter: Top 1 2 3 4 5 6 7 8 9 10 Ind
 [Top of Book]  [Contents]   [Previous Chapter]   [Next Chapter] 

2 Lazy arrays
 2.1 GAP categories
 2.2 Constructors

2 Lazy arrays

2.1 GAP categories

2.1-1 IsLazyArray
‣ IsLazyArray( L )( filter )

Returns: true or false

The GAP category of lazy arrays.

2.2 Constructors

2.2-1 LazyArrayWithValues
‣ LazyArrayWithValues( n, func, values, type )( function )
‣ LazyArray( n, func )( function )
‣ LazyStandardInterval( length )( function )
‣ LazyInterval( length, start )( function )
‣ LazyConstantArray( n, number )( function )
‣ LazyArrayFromList( list )( function )

Construct a lazy array out of the nonnegative integer n and the function func defined in the range [ 0 .. n ], and possibly empty (sparse) list values of a posteriori possibly known values.

 [Top of Book]  [Contents]   [Previous Chapter]   [Next Chapter] 
Goto Chapter: Top 1 2 3 4 5 6 7 8 9 10 Ind

generated by GAPDoc2HTML