arrays-types.texi

来自「A C++ class library for scientific compu」· TEXI 代码 · 共 23 行

TEXI
23
字号
@node Array types@section Public typesThe @code{Array} class declares these public types:@itemize @bullet@item     @code{T_numtype} is the element type stored in the array.  Forexample, the type @code{Array<double,2>::T_numtype} would be @code{double}.@item     @code{T_index} is a vector index into the array.  The class@code{TinyVector} is used for this purpose.@item     @code{T_array} is the array type itself(@code{Array<T_numtype,N_rank>})@item     @code{T_iterator} is an iterator type.  NB: this iterator is notyet fully implemented, and is NOT STL compatible at the present time.@end itemize

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?