@frozen
public struct DifferentiableView
extension Array.DifferentiableView: Differentiable
where Element: Differentiable
extension Array.DifferentiableView: EuclideanDifferentiable
where Element: EuclideanDifferentiable
extension Array.DifferentiableView: Equatable
where Element: Differentiable & Equatable
extension Array.DifferentiableView: ExpressibleByArrayLiteral
where Element: Differentiable
extension Array.DifferentiableView: CustomStringConvertible
where Element: Differentiable
extension Array.DifferentiableView: AdditiveArithmetic
where Element: AdditiveArithmetic & Differentiable
extension Array.DifferentiableView: _KeyPathIterableBase
where Element: Differentiable
extension Array.DifferentiableView: KeyPathIterable
where Element: Differentiable
extension Array.DifferentiableView: ElementaryFunctions
where Element: Differentiable & ElementaryFunctions
extension Array.DifferentiableView:
BidirectionalCollection,
Collection,
MutableCollection,
RandomAccessCollection,
RangeReplaceableCollection,
Sequence
where Element: Differentiable
extension Array.DifferentiableView: VectorProtocol
where Element: Differentiable & VectorProtocol
extension Array.DifferentiableView: PointwiseMultiplicative
where Element: Differentiable & PointwiseMultiplicative
عرض المصفوفة على أنها متشعب المنتج القابل للتمييز Element
مضروبًا في نفسه count
مرات.
المصفوفة التي تم عرضها.
تصريح
public var base: [Element] { get set }
ينشئ عرضًا مختلفًا للمصفوفة المحددة.
تصريح
public init(_ base: [Element])
تصريح
@derivative init(_: <<error type>>)
تصريح
public typealias TangentVector = Array<Element.TangentVector>.DifferentiableView
تصريح
public mutating mutating func move(along direction: TangentVector)
إغلاق ينتج عنه
TangentVector
من الأصفار بنفسcount
self
.تصريح
public var zeroTangentVectorInitializer: () -> TangentVector { get }
تصريح
public var differentiableVectorView: Array.DifferentiableView.TangentVector { get }
تصريح
public static func == ( lhs: Array.DifferentiableView, rhs: Array.DifferentiableView ) -> Bool
تصريح
public init(arrayLiteral elements: Element...)
تصريح
public var description: String { get }
تصريح
public static var zero: Array.DifferentiableView { get }
تصريح
public static func + ( lhs: Array.DifferentiableView, rhs: Array.DifferentiableView ) -> Array.DifferentiableView
تصريح
public static func - ( lhs: Array.DifferentiableView, rhs: Array.DifferentiableView ) -> Array.DifferentiableView
تصريح
public subscript(index: Int) -> Element { get }
تصريح
public typealias AllKeyPaths = [PartialKeyPath<Array.DifferentiableView>]
تصريح
public var allKeyPaths: [PartialKeyPath<Array.DifferentiableView>] { get }
الجذر التربيعي ل
x
.بالنسبة للأنواع الحقيقية، إذا كانت
x
سالبة فإن النتيجة هي.nan
. بالنسبة للأنواع المعقدة، يوجد قطع فرعي على المحور الحقيقي السلبي.تصريح
public static func sqrt(_ x: `Self`) -> Array<Element>.DifferentiableView
جيب تمام
x
، يتم تفسيره على أنه زاوية بالراديان.تصريح
public static func cos(_ x: `Self`) -> Array<Element>.DifferentiableView
جيب
x
، يتم تفسيره على أنه زاوية بالراديان.تصريح
public static func sin(_ x: `Self`) -> Array<Element>.DifferentiableView
يتم تفسير ظل
x
على أنه زاوية بالراديان.تصريح
public static func tan(_ x: `Self`) -> Array<Element>.DifferentiableView
جيب التمام العكسي لـ
x
بالراديان.تصريح
public static func acos(_ x: `Self`) -> Array<Element>.DifferentiableView
جيب الجيب العكسي لـ
x
بالراديان.تصريح
public static func asin(_ x: `Self`) -> Array<Element>.DifferentiableView
المماس العكسي لـ
x
بالراديان.تصريح
public static func atan(_ x: `Self`) -> Array<Element>.DifferentiableView
جيب التمام الزائدي لـ
x
.تصريح
public static func cosh(_ x: `Self`) -> Array<Element>.DifferentiableView
الجيب الزائدي لـ
x
.تصريح
public static func sinh(_ x: `Self`) -> Array<Element>.DifferentiableView
المماس الزائدي لـ
x
.تصريح
public static func tanh(_ x: `Self`) -> Array<Element>.DifferentiableView
جيب التمام الزائدي العكسي لـ
x
.تصريح
public static func acosh(_ x: `Self`) -> Array<Element>.DifferentiableView
الجيب الزائدي العكسي لـ
x
.تصريح
public static func asinh(_ x: `Self`) -> Array<Element>.DifferentiableView
المماس الزائدي العكسي لـ
x
.تصريح
public static func atanh(_ x: `Self`) -> Array<Element>.DifferentiableView
الدالة الأسية المطبقة على
x
أوe**x
.تصريح
public static func exp(_ x: `Self`) -> Array<Element>.DifferentiableView
اثنان مرفوع للقوة
x
.تصريح
public static func exp2(_ x: `Self`) -> Array<Element>.DifferentiableView
عشرة مرفوعة للقوة
x
.تصريح
public static func exp10(_ x: `Self`) -> Array<Element>.DifferentiableView
exp(x) - 1
للحفاظ على الدقة بالقرب من الصفر.تصريح
public static func expm1(_ x: `Self`) -> Array<Element>.DifferentiableView
اللوغاريتم الطبيعي ل
x
.تصريح
public static func log(_ x: `Self`) -> Array<Element>.DifferentiableView
اللوغاريتم ذو الأساس الثاني لـ
x
.تصريح
public static func log2(_ x: `Self`) -> Array<Element>.DifferentiableView
اللوغاريتم ذو الأساس العشري لـ
x
.تصريح
public static func log10(_ x: `Self`) -> Array<Element>.DifferentiableView
log(1 + x)
تم تقييمه للحفاظ على الدقة بالقرب من الصفر.تصريح
public static func log1p(_ x: `Self`) -> Array<Element>.DifferentiableView
exp(y log(x))
محسوبة دون فقدان الدقة المتوسطة.بالنسبة للأنواع الحقيقية، إذا كانت
x
سالبة فإن النتيجة هي NaN، حتى لو كانتy
لها قيمة متكاملة. بالنسبة للأنواع المعقدة، يوجد قطع فرعي على المحور الحقيقي السالب.تصريح
public static func pow(_ x: `Self`, _ y: `Self`) -> Array<Element>.DifferentiableView
x
مرفوع للقوةn
.نتاج
n
نسخ منx
.تصريح
public static func pow(_ x: `Self`, _ n: Int) -> Array<Element>.DifferentiableView
الجذر
n
لـx
.بالنسبة للأنواع الحقيقية، إذا كانت
x
سالبة وn
زوجية، فإن النتيجة هي NaN. بالنسبة للأنواع المعقدة، يوجد فرع مقطوع على طول المحور الحقيقي السلبي.تصريح
public static func root(_ x: `Self`, _ n: Int) -> Array<Element>.DifferentiableView
تصريح
public typealias Element = Array<Element>.Element
تصريح
public typealias Index = Array<Element>.Index
تصريح
public typealias Indices = Array<Element>.Indices
تصريح
public typealias SubSequence = Array<Element>.SubSequence
تصريح
public var startIndex: Index { get }
تصريح
public var endIndex: Index { get }
تصريح
public init()
تصريح
public typealias VectorSpaceScalar = Element.VectorSpaceScalar
تصريح
public func adding(_ x: Element.VectorSpaceScalar) -> Array<Element>.DifferentiableView
تصريح
public mutating mutating func add(_ x: Element.VectorSpaceScalar)
تصريح
public func subtracting(_ x: Element.VectorSpaceScalar) -> Array<Element>.DifferentiableView
تصريح
public mutating mutating func subtract(_ x: Element.VectorSpaceScalar)
تصريح
public func scaled(by scale: Element.VectorSpaceScalar) -> Array<Element>.DifferentiableView
تصريح
public mutating mutating func scale(by scale: Element.VectorSpaceScalar)
تصريح
public static var one: `Self` { get }
تصريح
public var reciprocal: `Self` { get }
تصريح
public static func .* (lhs: `Self`, rhs: `Self`) -> Array<Element>.DifferentiableView
تصريح
public static func .*= (lhs: inout `Self`, rhs: `Self`)