Partager via


ScriptIntrinsicBLAS.ZHEMM Méthode

Définition

ZHEMM effectue l’une des opérations de matrice C := alphaAB + bêtaC ou C := alphaBA + bêtaC

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

Paramètres

Side
Int32

Spécifie si la matrice symétrique A apparaît à gauche ou à droite.

Uplo
Int32

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

alpha
Double2

Alpha scalaire.

A
Allocation

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

B
Allocation

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

beta
Double2

Bêta scalaire.

C
Allocation

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

Attributs

Remarques

ZHEMM effectue l’une des opérations matrix-matrix C := alpha*A*B + beta*C ou C := alpha*B*A + beta*C

Détails : http://www.netlib.org/lapack/explore-html/d6/d3e/zhemm_8f.html

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