다음을 통해 공유


Tensor.ExpM1 메서드

정의

오버로드

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

지정된 텐서에서 1을 뺀 값으로 e 발생시키는 요소별 결과를 계산합니다.

ExpM1<T>(ReadOnlyTensorSpan<T>)

지정된 텐서에서 1을 뺀 값으로 e 발생시키는 요소별 결과를 계산합니다.

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

Source:
TensorExtensions.cs

지정된 텐서에서 1을 뺀 값으로 e 발생시키는 요소별 결과를 계산합니다.

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

형식 매개 변수

T

매개 변수

destination
TensorSpan<T>

반환

적용 대상

ExpM1<T>(ReadOnlyTensorSpan<T>)

Source:
TensorExtensions.cs

지정된 텐서에서 1을 뺀 값으로 e 발생시키는 요소별 결과를 계산합니다.

public:
generic <typename T>
 where T : System::Numerics::IExponentialFunctions<T> static System::Numerics::Tensors::Tensor<T> ^ ExpM1(System::Numerics::Tensors::ReadOnlyTensorSpan<T> % x);
public static System.Numerics.Tensors.Tensor<T> ExpM1<T> (in System.Numerics.Tensors.ReadOnlyTensorSpan<T> x) where T : System.Numerics.IExponentialFunctions<T>;
static member ExpM1 : ReadOnlyTensorSpan -> System.Numerics.Tensors.Tensor<'T (requires 'T :> System.Numerics.IExponentialFunctions<'T>)> (requires 'T :> System.Numerics.IExponentialFunctions<'T>)
Public Function ExpM1(Of T As IExponentialFunctions(Of T)) (ByRef x As ReadOnlyTensorSpan(Of T)) As Tensor(Of T)

형식 매개 변수

T

매개 변수

반환

적용 대상