Partager via


ScriptIntrinsicBLAS.CHER2 Méthode

Définition

CHER2 effectue l’opération de classement symétrique 2 A := alphaxyH + alphay xH + H + A

[Android.Runtime.Register("CHER2", "(ILandroid/renderscript/Float2;Landroid/renderscript/Allocation;ILandroid/renderscript/Allocation;ILandroid/renderscript/Allocation;)V", "", ApiSince=23)]
public void CHER2 (int Uplo, Android.Renderscripts.Float2? alpha, Android.Renderscripts.Allocation? X, int incX, Android.Renderscripts.Allocation? Y, int incY, Android.Renderscripts.Allocation? A);
[<Android.Runtime.Register("CHER2", "(ILandroid/renderscript/Float2;Landroid/renderscript/Allocation;ILandroid/renderscript/Allocation;ILandroid/renderscript/Allocation;)V", "", ApiSince=23)>]
member this.CHER2 : int * Android.Renderscripts.Float2 * Android.Renderscripts.Allocation * int * Android.Renderscripts.Allocation * int * Android.Renderscripts.Allocation -> unit

Paramètres

Uplo
Int32

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

alpha
Float2

Alpha scalaire.

X
Allocation

L’allocation d’entrée contient le vecteur x, le type Element#F32_2d’éléments pris en charge.

incX
Int32

L’incrément pour les éléments du vecteur x doit être supérieur à zéro.

Y
Allocation

L’allocation d’entrée contient le vecteur y, le type Element#F32_2d’éléments pris en charge.

incY
Int32

L’incrément pour les éléments du vecteur y doit être supérieur à zéro.

A
Allocation

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

Attributs

Remarques

CHER2 effectue l’opération de classement symétrique A := alpha*x*y**H + alpha*y*y**x**H + A

Détails : http://www.netlib.org/lapack/explore-html/db/d87/cher2_8f.html

Documentation Java pour android.renderscript.ScriptIntrinsicBLAS.CHER2(int, android.renderscript.Float2, android.renderscript.Allocation, int, android.renderscript.Allocation, int, 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 à