Udostępnij za pośrednictwem


Tensor.Sqrt Metoda

Definicja

Przeciążenia

Sqrt<T>(ReadOnlyTensorSpan<T>)

Pobiera pierwiastek kwadratowy każdego elementu ReadOnlyTensorSpan<T> i zwraca nowy Tensor<T> z wynikiem.

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

Pobiera pierwiastek kwadratowy każdego elementu x i zwraca nowy TensorSpan<T> z wynikiem.

Sqrt<T>(ReadOnlyTensorSpan<T>)

Źródło:
TensorExtensions.cs

Pobiera pierwiastek kwadratowy każdego elementu ReadOnlyTensorSpan<T> i zwraca nowy Tensor<T> z wynikiem.

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

Parametry typu

T

Parametry

x
ReadOnlyTensorSpan<T>

ReadOnlyTensorSpan<T>, aby przejąć pierwiastek kwadratowy.

Zwraca

Dotyczy

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

Źródło:
TensorExtensions.cs

Pobiera pierwiastek kwadratowy każdego elementu x i zwraca nowy TensorSpan<T> z wynikiem.

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

Parametry typu

T

Parametry

x
ReadOnlyTensorSpan<T>

ReadOnlyTensorSpan<T>, aby przejąć pierwiastek kwadratowy.

destination
TensorSpan<T>

Zwraca

Dotyczy