Breyta

Deila með


Tensor.Sinh Method

Definition

Overloads

Sinh<T>(Tensor<T>)
Sinh<T>(ReadOnlyTensorSpan<T>, TensorSpan<T>)

Sinh<T>(Tensor<T>)

Source:
TensorExtensions.cs
public:
generic <typename T>
 where T : System::Numerics::IHyperbolicFunctions<T> static System::Numerics::Tensors::Tensor<T> ^ Sinh(System::Numerics::Tensors::Tensor<T> ^ input);
public static System.Numerics.Tensors.Tensor<T> Sinh<T> (System.Numerics.Tensors.Tensor<T> input) where T : System.Numerics.IHyperbolicFunctions<T>;
static member Sinh : System.Numerics.Tensors.Tensor<'T (requires 'T :> System.Numerics.IHyperbolicFunctions<'T>)> -> System.Numerics.Tensors.Tensor<'T (requires 'T :> System.Numerics.IHyperbolicFunctions<'T>)> (requires 'T :> System.Numerics.IHyperbolicFunctions<'T>)
Public Function Sinh(Of T As IHyperbolicFunctions(Of T)) (input As Tensor(Of T)) As Tensor(Of T)

Type Parameters

T

Parameters

input
Tensor<T>

Returns

Applies to

Sinh<T>(ReadOnlyTensorSpan<T>, TensorSpan<T>)

Source:
TensorExtensions.cs
public:
generic <typename T>
 where T : System::Numerics::IHyperbolicFunctions<T> static System::Numerics::Tensors::TensorSpan<T> ^ Sinh(System::Numerics::Tensors::ReadOnlyTensorSpan<T> % input, System::Numerics::Tensors::TensorSpan<T> % destination);
public static ref readonly System.Numerics.Tensors.TensorSpan<T> Sinh<T> (scoped in System.Numerics.Tensors.ReadOnlyTensorSpan<T> input, in System.Numerics.Tensors.TensorSpan<T> destination) where T : System.Numerics.IHyperbolicFunctions<T>;
static member Sinh : ReadOnlyTensorSpan * TensorSpan -> TensorSpan (requires 'T :> System.Numerics.IHyperbolicFunctions<'T>)
Public Function Sinh(Of T As IHyperbolicFunctions(Of T)) (ByRef input As ReadOnlyTensorSpan(Of T), ByRef destination As TensorSpan(Of T)) As TensorSpan(Of T)

Type Parameters

T

Parameters

destination
TensorSpan<T>

Returns

Applies to