⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 arrays-types.texi

📁 A C++ class library for scientific computing
💻 TEXI
字号:
@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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -