Partager via


ScriptIntrinsicBLAS.CHER(Int32, Single, Allocation, Int32, Allocation) Méthode

Définition

CHER effectue l’opération de classement A := alphax x**H + A

[Android.Runtime.Register("CHER", "(IFLandroid/renderscript/Allocation;ILandroid/renderscript/Allocation;)V", "", ApiSince=23)]
public void CHER (int Uplo, float alpha, Android.Renderscripts.Allocation? X, int incX, Android.Renderscripts.Allocation? A);
[<Android.Runtime.Register("CHER", "(IFLandroid/renderscript/Allocation;ILandroid/renderscript/Allocation;)V", "", ApiSince=23)>]
member this.CHER : int * single * 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
Single

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.

A
Allocation

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

Attributs

Remarques

CHER effectue l’opération de classement A := alpha*x*x**H + A

Détails : http://www.netlib.org/lapack/explore-html/d3/d6d/cher_8f.html

Documentation Java pour android.renderscript.ScriptIntrinsicBLAS.CHER(int, float, 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 à