书栈网 · BookStack 本次搜索耗时 0.202 秒,为您找到 2307 个相关结果.
  • Noteworthy Differences from other Languages

    Noteworthy Differences from other Languages Noteworthy differences from MATLAB Noteworthy differences from R Noteworthy differences from Python Noteworthy differences from C/C++...
  • Random Numbers

    Random Numbers Random generation functions Subsequences, permutations and shuffling Generators (creation and seeding) Hooking into the Random API Generating random values of cus...
  • 线性代数

    线性代数 特殊矩阵 基本运算 矩阵分解 等比缩放运算符 矩阵分解 标准函数 底层矩阵运算 BLAS 函数 BLAS 字符参数 乘法顺序 三角引用 转置运算 单位对角线 LAPACK 函数 线性代数 除了(且作为一部分)对多维数组的支持,Julia 还提供了许多常见和实用的线性代数运算的本地实现。基本的运算,比如 tr ,...
  • 线性代数

    线性代数 特殊矩阵 基本运算 矩阵分解 等比缩放运算符 矩阵分解 标准函数 底层矩阵运算 BLAS 函数 BLAS 字符参数 乘法顺序 三角引用 转置运算 单位对角线 LAPACK 函数 线性代数 除了(且作为一部分)对多维数组的支持,Julia 还提供了许多常见和实用的线性代数运算的本地实现。基本的运算,比如 tr ,...
  • Multi-Threading

    Multi-Threading Atomic operations ccall using a threadpool (Experimental) ) Low-level synchronization primitives Multi-Threading Base.Threads.@threads — Macro Threads . @t...
  • Dates

    Dates Constructors Durations/Comparisons Accessor Functions Query Functions TimeType-Period Arithmetic Adjuster Functions Period Types Rounding Rounding Epoch API referen...
  • 字符串

    字符串 字符 字符串基础 Unicode 和 UTF-8 拼接 插值 三引号字符串字面量 常见操作 非标准字符串字面量 正则表达式 字节数组字面量 版本号字面量 原始字符串字面量 字符串 字符串是由有限个字符组成的序列。而字符在英文中一般包括字母 A ,B , C 等、数字和常用的标点符号。这些字符由 ASCII 标准统一...
  • Filesystem

    Filesystem Filesystem Base.Filesystem.pwd — Function pwd () -> String Get the current working directory. See also: cd , tempdir . Examples julia > pwd () "/home...
  • Constants

    Constants Constants Core.nothing — Constant nothing The singleton instance of type Nothing , used by convention when there is no value to return (as in a C void function)...
  • Artifacts

    Artifacts Artifacts Starting with Julia 1.6, the artifacts support has moved from Pkg.jl to Julia itself. Until proper documentation can be added here, you can learn more abou...