Partager via


ScriptIntrinsicBLAS.CHER2K Méthode

Définition

CHER2K effectue l’une des opérations hermitiennes C := alpha A B H+ conjg( alpha )BAH + bêtaC ou C := alphaAH*B + conjg( alpha )*BHA + bêtaC

[Android.Runtime.Register("CHER2K", "(IILandroid/renderscript/Float2;Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;FLandroid/renderscript/Allocation;)V", "", ApiSince=23)]
public void CHER2K (int Uplo, int Trans, Android.Renderscripts.Float2? alpha, Android.Renderscripts.Allocation? A, Android.Renderscripts.Allocation? B, float beta, Android.Renderscripts.Allocation? C);
[<Android.Runtime.Register("CHER2K", "(IILandroid/renderscript/Float2;Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;FLandroid/renderscript/Allocation;)V", "", ApiSince=23)>]
member this.CHER2K : int * int * Android.Renderscripts.Float2 * Android.Renderscripts.Allocation * Android.Renderscripts.Allocation * single * Android.Renderscripts.Allocation -> unit

Paramètres

Uplo
Int32

Spécifie si la partie triangulaire supérieure ou inférieure de C doit être référencée.

Trans
Int32

Type de transpose appliqué à l’opération.

alpha
Float2

Alpha scalaire.

A
Allocation

L’allocation d’entrée contient la matrice A, type Element#F32_2d’éléments pris en charge.

B
Allocation

L’allocation d’entrée contient la matrice B, type Element#F32_2d’éléments pris en charge.

beta
Single

Bêta scalaire.

C
Allocation

L’allocation d’entrée contient la matrice C, type Element#F32_2d’éléments pris en charge.

Attributs

Remarques

CHER2K effectue l’une des opérations hermitiennes C := alpha*A*B**H + conjg( alpha )*B*A**H + beta*C ou C := alpha*A**H*B + conjg( alpha )*B**H*H*A + beta*C

Détails : http://www.netlib.org/lapack/explore-html/d1/d82/cher2k_8f.html

Documentation Java pour android.renderscript.ScriptIntrinsicBLAS.CHER2K(int, int, android.renderscript.Float2, android.renderscript.Allocation, android.renderscript.Allocation, float, android.renderscript.Allocation).

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à