Langue

ScriptIntrinsicBLAS.CTRMM Méthode

Définition

CTRMM effectue l’une des opérations matrice-matrice B := alphaop(A)B ou B := alphaBop(A) op(A) est l’un des op(A) = A ou op(A) = AT ou op(A) = A H

[Android.Runtime.Register("CTRMM", "(IIIILandroid/renderscript/Float2;Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V", "", ApiSince=23)]
public void CTRMM(int Side, int Uplo, int TransA, int Diag, Android.Renderscripts.Float2? alpha, Android.Renderscripts.Allocation? A, Android.Renderscripts.Allocation? B);
[<Android.Runtime.Register("CTRMM", "(IIIILandroid/renderscript/Float2;Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V", "", ApiSince=23)>]
member this.CTRMM : int * int * int * int * Android.Renderscripts.Float2 * Android.Renderscripts.Allocation * 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 matrice A est triangulaire supérieure ou inférieure.

TransA
Int32

Type de transposer appliqué à la matrice A.

Diag
Int32

Spécifie si A est ou non une unité triangulaire.

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.

Attributs

Remarques

CTRMM effectue l’une des opérations matrice-matrice B := alpha*op(A)*B ou B := alpha*B*op(A) op(A) est l’un des op(A) = A ou op(A) = A**T ou op(A) = A**H

Détails : http://www.netlib.org/lapack/explore-html/d4/d9b/ctrmm_8f.html

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