Langue

ScriptIntrinsicBLAS.ZGEMM Méthode

Définition

ZGEMM effectue l’une des opérations matrice-matrice C := alpha*op(A)op(B) + bêtaC où op(X) est l’un des op(X) = X ou op(X) = XT ou op(X) = XH

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

Paramètres

TransA
Int32

Type de transposer appliqué à la matrice A.

TransB
Int32

Type de transposer appliqué à la matrice B.

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

ZGEMM effectue l’une des opérations de matrice C := alpha*op(A)*op(B) + bêta*C où op(X) est l’un des op(X) = X ou op(X) = X**T ou op(X) = X**H

Détails : http://www.netlib.org/lapack/explore-html/d7/d76/zgemm_8f.html

Java documentation pour android.renderscript.ScriptIntrinsicBLAS.ZGEMM(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 Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à