书栈网 · BookStack 本次搜索耗时 0.155 秒,为您找到 2306 个相关结果.
  • Sparse Arrays

    Sparse Arrays Compressed Sparse Column (CSC) Sparse Matrix Storage Sparse Vector Storage Sparse Vector and Matrix Constructors Sparse matrix operations Correspondence of dense ...
  • Linear Algebra

    Linear Algebra Special matrices Elementary operations Matrix factorizations The uniform scaling operator Matrix factorizations Standard functions Low-level matrix operations ...
  • Methods

    Methods Defining Methods Method specializations Method Ambiguities Parametric Methods Redefining Methods Design Patterns with Parametric Methods Extracting the type parameter ...
  • 流程控制

    流程控制 复合表达式 条件表达式 短路求值 重复执行:循环 异常处理 内置的 Exception throw 函数 错误 try/catch 语句 finally 子句 Task(协程) Task 相关的核心操作 Task 和事件 Task 的状态 流程控制 Julia 提供了大量的流程控制构件: 复合表达式 :beg...
  • Essentials

    Essentials Introduction Getting Around Keywords Base Modules All Objects Properties of Types Type relations Declared structure Memory layout Special values Special Types ...
  • 调用 C 和 Fortran 代码

    调用 C 和 Fortran 代码 创建和C兼容的Julia函数指针 Mapping C Types to Julia Automatic Type Conversion Type Correspondences Bits Types Struct Type Correspondences Type Parameters SIMD 值 内存所有...
  • Complex and Rational Numbers

    Complex and Rational Numbers Complex Numbers Rational Numbers Complex and Rational Numbers Julia includes predefined types for both complex and rational numbers, and supports...
  • Complex and Rational Numbers

    Complex and Rational Numbers Complex Numbers Rational Numbers Complex and Rational Numbers Julia includes predefined types for both complex and rational numbers, and supports...
  • Statistics

    Statistics Statistics The Statistics standard library module contains basic statistics functionality. Statistics.std — Function std ( itr ; corrected :: Bool = true , mean...
  • Sockets

    Sockets Sockets Sockets.Sockets — Module. Support for sockets. Provides IPAddr and subtypes, TCPSocket , and UDPSocket . source Sockets.connect — Method. connect (...