arrays-intro.texi | arrays-intro.texi | |||
---|---|---|---|---|
@node Array intro | @node Array intro, Array types, , Arrays | |||
@section Getting started | @section Getting started | |||
@cindex Array overview | @cindex Array overview | |||
Currently, Blitz++ provides a single array class, called | Currently, Blitz++ provides a single array class, called | |||
@code{Array<T_numtype,N_rank>}. This array class provides a dynamically | @code{Array<T_numtype,N_rank>}. This array class provides a dynamically | |||
allocated N-dimensional array, with reference counting, arbitrary storage | allocated N-dimensional array, with reference counting, arbitrary storage | |||
ordering, subarrays and slicing, flexible expression handling, and many | ordering, subarrays and slicing, flexible expression handling, and many | |||
other useful features. | other useful features. | |||
@subsection Template parameters | @subsection Template parameters | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |