Langue

ScriptIntrinsicBLAS.DTRSV Méthode

Définition

DTRSV résout l’un des systèmes d’équations Ax = b ou A**Tx = b

[Android.Runtime.Register("DTRSV", "(IIILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;I)V", "", ApiSince=23)]
public void DTRSV(int Uplo, int TransA, int Diag, Android.Renderscripts.Allocation? A, Android.Renderscripts.Allocation? X, int incX);
[<Android.Runtime.Register("DTRSV", "(IIILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;I)V", "", ApiSince=23)>]
member this.DTRSV : int * int * int * Android.Renderscripts.Allocation * Android.Renderscripts.Allocation * int -> unit

Paramètres

Uplo
Int32

Spécifie si la matrice est une matrice 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.

A
Allocation

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

X
Allocation

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

incX
Int32

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

Attributs

Remarques

DTRSV résout l’un des systèmes d’équations A*x = b ou A**T*x = b

Détails : http://www.netlib.org/lapack/explore-html/d6/d96/dtrsv_8f.html

Java documentation pour android.renderscript.ScriptIntrinsicBLAS.DTRSV(int, int, int, android.renderscript.Allocation, android.renderscript.Allocation, int).

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 à