ScriptIntrinsicBLAS Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
La classe ScriptIntrinsicBLAS fournit des API RenderScript hautes performances sur BLAS.
[Android.Runtime.Register("android/renderscript/ScriptIntrinsicBLAS", ApiSince=23, DoNotGenerateAcw=true)]
public sealed class ScriptIntrinsicBLAS : Android.Renderscripts.ScriptIntrinsic
[<Android.Runtime.Register("android/renderscript/ScriptIntrinsicBLAS", ApiSince=23, DoNotGenerateAcw=true)>]
type ScriptIntrinsicBLAS = class
inherit ScriptIntrinsic
- Héritage
- Attributs
Remarques
La classe ScriptIntrinsicBLAS fournit des API RenderScript hautes performances sur BLAS.
Les blas (sous-programmes d’algèbre linéaire de base) sont des routines qui fournissent des blocs de construction standard pour effectuer des opérations de vecteur et de matrice de base.
Pour obtenir une description détaillée de BLAS, reportez-vous à http://www.netlib.org/blas/
Ce membre est déconseillé. Renderscript a été déconseillé au niveau de l’API 31. Reportez-vous au guide de migration pour les alternatives proposées.
Documentation Java pour android.renderscript.ScriptIntrinsicBLAS.
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.
Champs
| ConjTranspose |
La classe ScriptIntrinsicBLAS fournit des API RenderScript hautes performances sur BLAS. |
| Left |
La classe ScriptIntrinsicBLAS fournit des API RenderScript hautes performances sur BLAS. |
| Lower |
La classe ScriptIntrinsicBLAS fournit des API RenderScript hautes performances sur BLAS. |
| NonUnit |
La classe ScriptIntrinsicBLAS fournit des API RenderScript hautes performances sur BLAS. |
| NoTranspose |
La classe ScriptIntrinsicBLAS fournit des API RenderScript hautes performances sur BLAS. |
| Right |
La classe ScriptIntrinsicBLAS fournit des API RenderScript hautes performances sur BLAS. |
| Transpose |
La classe ScriptIntrinsicBLAS fournit des API RenderScript hautes performances sur BLAS. |
| Unit |
La classe ScriptIntrinsicBLAS fournit des API RenderScript hautes performances sur BLAS. |
| Upper |
La classe ScriptIntrinsicBLAS fournit des API RenderScript hautes performances sur BLAS. |
Propriétés
| Class |
Retourne la classe runtime de ce |
| Handle |
Handle de l’instance Android sous-jacente. (Hérité de Object) |
| JniIdentityHashCode |
La classe ScriptIntrinsicBLAS fournit des API RenderScript hautes performances sur BLAS. (Hérité de Object) |
| JniPeerMembers |
La classe ScriptIntrinsicBLAS fournit des API RenderScript hautes performances sur BLAS. |
| Name |
setName attribue un nom à un objet. (Hérité de BaseObj) |
| PeerReference |
La classe ScriptIntrinsicBLAS fournit des API RenderScript hautes performances sur BLAS. (Hérité de Object) |
| ThresholdClass |
La classe ScriptIntrinsicBLAS fournit des API RenderScript hautes performances sur BLAS. (Hérité de ScriptIntrinsic) |
| ThresholdType |
La classe ScriptIntrinsicBLAS fournit des API RenderScript hautes performances sur BLAS. (Hérité de ScriptIntrinsic) |
Méthodes
| BindAllocation(Allocation, Int32) |
Uniquement destiné à être utilisé par du code répercuté généré. (Hérité de Script) |
| BNNM(Allocation, Int32, Allocation, Int32, Allocation, Int32, Int32) |
Opération de type GEMM 8 bits pour les réseaux neuronaux : C = A * Transpose(B) Les calculs sont effectués en 1. |
| CGBMV(Int32, Int32, Int32, Float2, Allocation, Allocation, Int32, Float2, Allocation, Int32) |
CGBMV effectue l’une des opérations de vecteur de matrice y := alphaAx + bêtay ou y := alphaATx + betay ou y := alpha*AHx + betay |
| CGEMM(Int32, Int32, Float2, Allocation, Allocation, Float2, Allocation) |
CGEMM 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 |
| CGEMV(Int32, Float2, Allocation, Allocation, Int32, Float2, Allocation, Int32) |
CGEMV effectue l’une des opérations de vecteur de matrice y := alphaAx + bêtay ou y := alphaATx + betay ou y := alpha*AHx + betay |
| CGERC(Float2, Allocation, Int32, Allocation, Int32, Allocation) |
CGERC effectue l’opération de classement A := alphaxy**H + A |
| CGERU(Float2, Allocation, Int32, Allocation, Int32, Allocation) |
CGERU effectue l’opération de classement A := alphaxy**T + A |
| CHBMV(Int32, Int32, Float2, Allocation, Allocation, Int32, Float2, Allocation, Int32) |
CHBMV effectue l’opération matrice-vector y := alphaAx + beta*y |
| CHEMM(Int32, Int32, Float2, Allocation, Allocation, Float2, Allocation) |
CHEMM effectue l’une des opérations matrice-matrice C := alphaAB + bêtaC ou C := alphaBA + bêtaC |
| CHEMV(Int32, Float2, Allocation, Allocation, Int32, Float2, Allocation, Int32) |
CHEMV effectue l’opération matrice-vector y := alphaAx + beta*y |
| CHER(Int32, Single, Allocation, Int32, Allocation) |
CHER effectue l’opération de classement A := alphax x**H + A |
| CHER2(Int32, Float2, Allocation, Int32, Allocation, Int32, Allocation) |
CHER2 effectue l’opération de classement symétrique 2 A := alphaxyH + alphay xH + H + A |
| CHER2K(Int32, Int32, Float2, Allocation, Allocation, Single, Allocation) |
CHER2K effectue l’une des opérations hermitiennes C := alpha A B H+ conjg( alpha )BAH + bêtaC ou C := alphaAH*B + conjg( alpha )*BHA + bêtaC |
| CHERK(Int32, Int32, Single, Allocation, Single, Allocation) |
CHERK effectue l’une des opérations de rang hermitien C := alphaA AH+ bêtaC ou C := alphaA HA+ bêtaC |
| CHPMV(Int32, Float2, Allocation, Allocation, Int32, Float2, Allocation, Int32) |
CHPMV effectue l’opération matrice-vector y := alphaAx + beta*y |
| CHPR(Int32, Single, Allocation, Int32, Allocation) |
CHPR effectue l’opération de classement A := alphaxx**H + A |
| CHPR2(Int32, Float2, Allocation, Int32, Allocation, Int32, Allocation) |
CHPR2 effectue l’opération de classement symétrique 2 A := alphaxyH + alphay xH + H + A |
| Clone() |
Crée et retourne une copie de cet objet. (Hérité de Object) |
| Create(RenderScript) |
Créez une intrinsèque pour accéder aux sous-routines BLAS. |
| CreateFieldID(Int32, Element) |
Uniquement pour être utilisé par les classes répercutées générées. (Hérité de Script) |
| CreateInvokeID(Int32) |
Uniquement pour être utilisé par les classes répercutées générées. (Hérité de Script) |
| CreateKernelID(Int32, Int32, Element, Element) |
Uniquement pour être utilisé par les classes répercutées générées. (Hérité de Script) |
| CSYMM(Int32, Int32, Float2, Allocation, Allocation, Float2, Allocation) |
CSYMM effectue l’une des opérations matrice-matrice C := alphaAB + bêtaC ou C := alphaBA + bêtaC |
| CSYR2K(Int32, Int32, Float2, Allocation, Allocation, Float2, Allocation) |
CSYR2K effectue l’une des opérations de classement symétrique C := alphaA B T + alphaBAT + bêtaC ou C := alphaATB + alphaBT A+ bêtaC |
| CSYRK(Int32, Int32, Float2, Allocation, Float2, Allocation) |
CSYRK effectue l’une des opérations de classement symétrique C := alpha A A T + bêtaC ou C := alphaATA + bêtaC |
| CTBMV(Int32, Int32, Int32, Int32, Allocation, Allocation, Int32) |
CTBMV effectue l’une des opérations de vecteur de matrice x := Ax ou x := A**Tx ou x := A**H*x |
| CTBSV(Int32, Int32, Int32, Int32, Allocation, Allocation, Int32) |
CTBSV résout l’un des systèmes d’équations Ax = b ou A**Tx = b ou A**H*x = b |
| CTPMV(Int32, Int32, Int32, Allocation, Allocation, Int32) |
CTPMV effectue l’une des opérations de vecteur de matrice x := Ax ou x := A**Tx ou x := A**H*x |
| CTPSV(Int32, Int32, Int32, Allocation, Allocation, Int32) |
CTPSV résout l’un des systèmes d’équations Ax = b ou A**Tx = b ou A**H*x = b |
| CTRMM(Int32, Int32, Int32, Int32, Float2, Allocation, Allocation) |
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 |
| CTRMV(Int32, Int32, Int32, Allocation, Allocation, Int32) |
CTRMV effectue l’une des opérations de vecteur de matrice x := Ax ou x := A**Tx ou x := A**H*x |
| CTRSM(Int32, Int32, Int32, Int32, Float2, Allocation, Allocation) |
CTRSM résout l’une des équations de matrice op(A)X := alphaB ou Xop(A) := alphaB op(A) est l’un des op(A) = A ou op(A) = AT ou op(A) = A HH |
| CTRSV(Int32, Int32, Int32, Allocation, Allocation, Int32) |
CTRSV résout l’un des systèmes d’équations Ax = b ou A**Tx = b ou A**H*x = b |
| Destroy() |
Libère toutes les ressources natives associées à cet objet. (Hérité de BaseObj) |
| DGBMV(Int32, Int32, Int32, Double, Allocation, Allocation, Int32, Double, Allocation, Int32) |
DGBMV effectue l’une des opérations de vecteur de matrice y := alphaAx + bêtay ou y := alphaA**Tx + bêtay |
| DGEMM(Int32, Int32, Double, Allocation, Allocation, Double, Allocation) |
DGEMM effectue l’une des opérations matrice-matrice C := alpha*op(A)op(B) + betaC where op(X) is one of op(X) = X or op(X) = X**T |
| DGEMV(Int32, Double, Allocation, Allocation, Int32, Double, Allocation, Int32) |
DGEMV effectue l’une des opérations de vecteur de matrice y := alphaAx + bêtay ou y := alphaA**Tx + bêtay |
| DGER(Double, Allocation, Int32, Allocation, Int32, Allocation) |
DGER effectue l’opération de classement A := alphaxy**T + A |
| Dispose() |
La classe ScriptIntrinsicBLAS fournit des API RenderScript hautes performances sur BLAS. (Hérité de Object) |
| Dispose(Boolean) |
La classe ScriptIntrinsicBLAS fournit des API RenderScript hautes performances sur BLAS. (Hérité de Object) |
| DSBMV(Int32, Int32, Double, Allocation, Allocation, Int32, Double, Allocation, Int32) |
DSBMV effectue l’opération matrice-vector y := alphaAx + beta*y |
| DSPMV(Int32, Double, Allocation, Allocation, Int32, Double, Allocation, Int32) |
DSPMV effectue l’opération matrice-vector y := alphaAx + beta*y |
| DSPR(Int32, Double, Allocation, Int32, Allocation) |
DSPR effectue l’opération de classement A := alphaxx**T + A |
| DSPR2(Int32, Double, Allocation, Int32, Allocation, Int32, Allocation) |
DSPR2 effectue l’opération de classement symétrique 2 A := alphaxyT + alphay xT + A |
| DSYMM(Int32, Int32, Double, Allocation, Allocation, Double, Allocation) |
DSYMM effectue l’une des opérations matrice-matrice C := alphaAB + bêtaC ou C := alphaBA + bêtaC |
| DSYMV(Int32, Double, Allocation, Allocation, Int32, Double, Allocation, Int32) |
DSYMV effectue l’opération matrice-vector y := alphaAx + beta*y |
| DSYR(Int32, Double, Allocation, Int32, Allocation) |
DSYR effectue l’opération de classement A := alphaxx**T + A |
| DSYR2(Int32, Double, Allocation, Int32, Allocation, Int32, Allocation) |
DSYR2 effectue l’opération de classement symétrique 2 A := alphaxyT + alphay xT + A |
| DSYR2K(Int32, Int32, Double, Allocation, Allocation, Double, Allocation) |
DSYR2K effectue l’une des opérations de classement symétrique C := alphaA B T + alphaBAT + bêtaC ou C := alphaATB + alphaBTA + bêtaC |
| DSYRK(Int32, Int32, Double, Allocation, Double, Allocation) |
DSYRK effectue l’une des opérations de classement symétrique C := alpha A A T + bêtaC ou C := alphaATA + bêtaC |
| DTBMV(Int32, Int32, Int32, Int32, Allocation, Allocation, Int32) |
DTBMV effectue l’une des opérations de vecteur de matrice x := Ax ou x := A**Tx |
| DTBSV(Int32, Int32, Int32, Int32, Allocation, Allocation, Int32) |
DTBSV résout l’un des systèmes d’équations Ax = b ou A**Tx = b |
| DTPMV(Int32, Int32, Int32, Allocation, Allocation, Int32) |
DTPMV effectue l’une des opérations de vecteur de matrice x := Ax ou x := A**Tx |
| DTPSV(Int32, Int32, Int32, Allocation, Allocation, Int32) |
DTPSV résout l’un des systèmes d’équations Ax = b ou A**Tx = b |
| DTRMM(Int32, Int32, Int32, Int32, Double, Allocation, Allocation) |
DTRMM effectue l’une des opérations matrice-matrice B := alphaop(A)B ou B := alphaBop(A) op(A) op(A) est l’un des op(A) = A ou op(A) = A**T |
| DTRMV(Int32, Int32, Int32, Allocation, Allocation, Int32) |
DTRMV effectue l’une des opérations de vecteur de matrice x := Ax ou x := A**Tx |
| DTRSM(Int32, Int32, Int32, Int32, Double, Allocation, Allocation) |
DTRSM résout l’une des équations de matrice op(A)X := alphaB ou Xop(A) := alphaB op(A) est l’un des op(A) = A ou op(A) = A**T |
| DTRSV(Int32, Int32, Int32, Allocation, Allocation, Int32) |
DTRSV résout l’un des systèmes d’équations Ax = b ou A**Tx = b |
| Equals(Object) |
Indique si un autre objet est « égal à » celui-ci. (Hérité de Object) |
| ForEach(Int32, Allocation, Allocation, FieldPacker, Script+LaunchOptions) |
Uniquement destiné à être utilisé par du code répercuté généré. (Hérité de Script) |
| ForEach(Int32, Allocation, Allocation, FieldPacker) |
Uniquement destiné à être utilisé par du code répercuté généré. (Hérité de Script) |
| ForEach(Int32, Allocation[], Allocation, FieldPacker, Script+LaunchOptions) |
Uniquement destiné à être utilisé par du code répercuté généré. (Hérité de Script) |
| ForEach(Int32, Allocation[], Allocation, FieldPacker) |
Uniquement destiné à être utilisé par du code répercuté généré. (Hérité de Script) |
| GetHashCode() |
Retourne une valeur de code de hachage pour l'objet. (Hérité de Object) |
| GetVarB(Int32) | (Hérité de Script) |
| GetVarD(Int32) | (Hérité de Script) |
| GetVarF(Int32) | (Hérité de Script) |
| GetVarI(Int32) | (Hérité de Script) |
| GetVarJ(Int32) | (Hérité de Script) |
| GetVarV(Int32, FieldPacker) |
Uniquement destiné à être utilisé par du code répercuté généré. (Hérité de Script) |
| Invoke(Int32, FieldPacker) |
Uniquement destiné à être utilisé par du code répercuté généré. (Hérité de Script) |
| Invoke(Int32) |
Uniquement destiné à être utilisé par du code répercuté généré. (Hérité de Script) |
| JavaFinalize() |
Appelé par le garbage collector sur un objet lorsque le garbage collection détermine qu’il n’y a plus de références à l’objet. (Hérité de Object) |
| Notify() |
Réveille un thread unique qui attend le moniteur de cet objet. (Hérité de Object) |
| NotifyAll() |
Réveille tous les threads qui attendent le moniteur de cet objet. (Hérité de Object) |
| Reduce(Int32, Allocation[], Allocation, Script+LaunchOptions) |
Uniquement destiné à être utilisé par du code répercuté généré. (Hérité de Script) |
| SetHandle(IntPtr, JniHandleOwnership) |
Définit la propriété Handle. (Hérité de Object) |
| SetTimeZone(String) | (Hérité de Script) |
| SetVar(Int32, BaseObj) |
Uniquement destiné à être utilisé par du code répercuté généré. (Hérité de Script) |
| SetVar(Int32, Boolean) |
Uniquement destiné à être utilisé par du code répercuté généré. (Hérité de Script) |
| SetVar(Int32, Double) |
Uniquement destiné à être utilisé par du code répercuté généré. (Hérité de Script) |
| SetVar(Int32, FieldPacker, Element, Int32[]) |
Uniquement destiné à être utilisé par du code répercuté généré. (Hérité de Script) |
| SetVar(Int32, FieldPacker) |
Uniquement destiné à être utilisé par du code répercuté généré. (Hérité de Script) |
| SetVar(Int32, Int32) |
Uniquement destiné à être utilisé par du code répercuté généré. (Hérité de Script) |
| SetVar(Int32, Int64) |
Uniquement destiné à être utilisé par du code répercuté généré. (Hérité de Script) |
| SetVar(Int32, Single) |
Uniquement destiné à être utilisé par du code répercuté généré. (Hérité de Script) |
| SGBMV(Int32, Int32, Int32, Single, Allocation, Allocation, Int32, Single, Allocation, Int32) |
SGBMV effectue l’une des opérations de vecteur de matrice y := alphaAx + bêtay ou y := alphaA**Tx + bêtay |
| SGEMM(Int32, Int32, Single, Allocation, Allocation, Single, Allocation) |
SGEMM 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) = X**T |
| SGEMV(Int32, Single, Allocation, Allocation, Int32, Single, Allocation, Int32) |
SGEMV effectue l’une des opérations de vecteur de matrice y := alphaAx + bêtay ou y := alphaA**Tx + bêtay |
| SGER(Single, Allocation, Int32, Allocation, Int32, Allocation) |
SGER effectue l’opération de classement A := alphaxy**T + A |
| SSBMV(Int32, Int32, Single, Allocation, Allocation, Int32, Single, Allocation, Int32) |
SSBMV effectue l’opération matrice-vector y := alphaAx + beta*y |
| SSPMV(Int32, Single, Allocation, Allocation, Int32, Single, Allocation, Int32) |
SSPMV effectue l’opération matrice-vector y := alphaAx + beta*y |
| SSPR(Int32, Single, Allocation, Int32, Allocation) |
SSPR effectue l’opération de classement A := alphaxx**T + A |
| SSPR2(Int32, Single, Allocation, Int32, Allocation, Int32, Allocation) |
SSPR2 effectue l’opération de classement symétrique 2 A := alphaxyT + alphay xT + A |
| SSYMM(Int32, Int32, Single, Allocation, Allocation, Single, Allocation) |
SSYMM effectue l’une des opérations matrice-matrice C := alphaAB + bêtaC ou C := alphaBA + bêtaC |
| SSYMV(Int32, Single, Allocation, Allocation, Int32, Single, Allocation, Int32) |
SSYMV effectue l’opération matrice-vector y := alphaAx + beta*y |
| SSYR(Int32, Single, Allocation, Int32, Allocation) |
SSYR effectue l’opération de classement A := alphaxx**T + A |
| SSYR2(Int32, Single, Allocation, Int32, Allocation, Int32, Allocation) |
SSYR2 effectue l’opération de classement symétrique 2 A := alphaxyT + alphay xT + A |
| SSYR2K(Int32, Int32, Single, Allocation, Allocation, Single, Allocation) |
SSYR2K effectue l’une des opérations de classement symétrique C := alphaAB + alphaBAT +bêtaC ou C := alphaATB + alphaBT A+ bêtaC |
| SSYRK(Int32, Int32, Single, Allocation, Single, Allocation) |
SSYRK effectue l’une des opérations de classement symétrique C := alphaA A AT + bêtaC ou C := alphaATA + bêtaC |
| STBMV(Int32, Int32, Int32, Int32, Allocation, Allocation, Int32) |
STBMV effectue l’une des opérations de vecteur de matrice x := Ax ou x := A**Tx |
| STBSV(Int32, Int32, Int32, Int32, Allocation, Allocation, Int32) |
STBSV résout l’un des systèmes d’équations Ax = b ou A**Tx = b |
| STPMV(Int32, Int32, Int32, Allocation, Allocation, Int32) |
STPMV effectue l’une des opérations de vecteur de matrice x := Ax ou x := A**Tx |
| STPSV(Int32, Int32, Int32, Allocation, Allocation, Int32) |
STPSV résout l’un des systèmes d’équations Ax = b ou A**Tx = b |
| STRMM(Int32, Int32, Int32, Int32, Single, Allocation, Allocation) |
STRMM effectue l’une des opérations matrice-matrice B := alphaop(A)B ou B := alphaBop(A) op(A) op(A) est l’un des op(A) = A ou op(A) = A**T |
| STRMV(Int32, Int32, Int32, Allocation, Allocation, Int32) |
STRMV effectue l’une des opérations de vecteur de matrice x := Ax ou x := A**Tx |
| STRSM(Int32, Int32, Int32, Int32, Single, Allocation, Allocation) |
STRSM résout l’une des équations de matrice op(A)X := alphaB ou Xop(A) := alphaB op(A) est l’un des op(A) = A ou op(A) = A**T |
| STRSV(Int32, Int32, Int32, Allocation, Allocation, Int32) |
STRSV résout l’un des systèmes d’équations Ax = b ou A**Tx = b |
| ToArray<T>() |
La classe ScriptIntrinsicBLAS fournit des API RenderScript hautes performances sur BLAS. (Hérité de Object) |
| ToString() |
Retourne une représentation de chaîne de l'objet. (Hérité de Object) |
| UnregisterFromRuntime() |
La classe ScriptIntrinsicBLAS fournit des API RenderScript hautes performances sur BLAS. (Hérité de Object) |
| Wait() |
Provoque l’attente du thread actuel jusqu’à ce qu’il soit réveillé, généralement en étant <averti par em ou> <em>interrompu</em>.<> (Hérité de Object) |
| Wait(Int64, Int32) |
Provoque l’attente du thread actuel jusqu’à ce qu’il soit réveillé, généralement en étant <averti< par> em>ou <em>interrompu/em>,< ou jusqu’à ce qu’une certaine quantité de temps réel s’est écoulée. (Hérité de Object) |
| Wait(Int64) |
Provoque l’attente du thread actuel jusqu’à ce qu’il soit réveillé, généralement en étant <averti< par> em>ou <em>interrompu/em>,< ou jusqu’à ce qu’une certaine quantité de temps réel s’est écoulée. (Hérité de Object) |
| ZGBMV(Int32, Int32, Int32, Double2, Allocation, Allocation, Int32, Double2, Allocation, Int32) |
ZGBMV effectue l’une des opérations de vecteur de matrice y := alphaAx + bêtay ou y := alphaATx + betay ou y := alpha*AHx + betay |
| ZGEMM(Int32, Int32, Double2, Allocation, Allocation, Double2, Allocation) |
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 |
| ZGEMV(Int32, Double2, Allocation, Allocation, Int32, Double2, Allocation, Int32) |
ZGEMV effectue l’une des opérations de vecteur de matrice y := alphaAx + bêtay ou y := alphaATx + betay ou y := alpha*AHx + betay |
| ZGERC(Double2, Allocation, Int32, Allocation, Int32, Allocation) |
ZGERC effectue l’opération de classement A := alphaxy**H + A |
| ZGERU(Double2, Allocation, Int32, Allocation, Int32, Allocation) |
ZGERU effectue l’opération de classement A := alphaxy**T + A |
| ZHBMV(Int32, Int32, Double2, Allocation, Allocation, Int32, Double2, Allocation, Int32) |
ZHBMV effectue l’opération matrice-vector y := alphaAx + beta*y |
| ZHEMM(Int32, Int32, Double2, Allocation, Allocation, Double2, Allocation) |
ZHEMM effectue l’une des opérations de matrice C := alphaAB + bêtaC ou C := alphaBA + bêtaC |
| ZHEMV(Int32, Double2, Allocation, Allocation, Int32, Double2, Allocation, Int32) |
ZHEMV effectue l’opération matrice-vector y := alphaAx + beta*y |
| ZHER(Int32, Double, Allocation, Int32, Allocation) |
ZHER effectue l’opération de classement A := alphax x**H + A |
| ZHER2(Int32, Double2, Allocation, Int32, Allocation, Int32, Allocation) |
ZHER2 effectue l’opération de classement symétrique 2 A := alphaxyH + alphay xH + H + A |
| ZHER2K(Int32, Int32, Double2, Allocation, Allocation, Double, Allocation) |
ZHER2K effectue l’une des opérations hermitiennes C := alpha A B H+ conjg( alpha )BAH + bêtaC ou C := alphaAH*B + conjg( alpha )*BHA + bêtaC |
| ZHERK(Int32, Int32, Double, Allocation, Double, Allocation) |
ZHERK effectue l’une des opérations K de rang hermitien C := alphaA AH + bêtaC ou C := alphaAHA + bêtaC |
| ZHPMV(Int32, Double2, Allocation, Allocation, Int32, Double2, Allocation, Int32) |
ZHPMV effectue l’opération matrice-vector y := alphaAx + beta*y |
| ZHPR(Int32, Double, Allocation, Int32, Allocation) |
ZHPR effectue l’opération de classement A := alphaxx**H + A |
| ZHPR2(Int32, Double2, Allocation, Int32, Allocation, Int32, Allocation) |
ZHPR2 effectue l’opération de classement symétrique 2 A := alphaxyH + alphay xH + H + A |
| ZSYMM(Int32, Int32, Double2, Allocation, Allocation, Double2, Allocation) |
ZSYMM effectue l’une des opérations matrice-matrice C := alphaAB + bêtaC ou C := alphaBA + bêtaC |
| ZSYR2K(Int32, Int32, Double2, Allocation, Allocation, Double2, Allocation) |
ZSYR2K effectue l’une des opérations symétriques de rang 2k C := alphaAB T + alphaBAT + bêtaC ou C := alphaATB + alphaBTA + bêtaC |
| ZSYRK(Int32, Int32, Double2, Allocation, Double2, Allocation) |
ZSYRK effectue l’une des opérations de classement symétrique C := alpha A A T + bêtaC ou C := alphaATA + bêtaC |
| ZTBMV(Int32, Int32, Int32, Int32, Allocation, Allocation, Int32) |
ZTBMV effectue l’une des opérations de vecteur de matrice x := Ax ou x := A**Tx ou x := A**H*x |
| ZTBSV(Int32, Int32, Int32, Int32, Allocation, Allocation, Int32) |
ZTBSV résout l’un des systèmes d’équations Ax = b ou A**Tx = b ou A**H*x = b |
| ZTPMV(Int32, Int32, Int32, Allocation, Allocation, Int32) |
ZTPMV effectue l’une des opérations de vecteur de matrice x := Ax ou x := A**Tx ou x := A**H*x |
| ZTPSV(Int32, Int32, Int32, Allocation, Allocation, Int32) |
ZTPSV résout l’un des systèmes d’équations Ax = b ou A**Tx = b ou A**H*x = b |
| ZTRMM(Int32, Int32, Int32, Int32, Double2, Allocation, Allocation) |
ZTRMM 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 |
| ZTRMV(Int32, Int32, Int32, Allocation, Allocation, Int32) |
ZTRMV effectue l’une des opérations de vecteur de matrice x := Ax ou x := A**Tx ou x := A**H*x |
| ZTRSM(Int32, Int32, Int32, Int32, Double2, Allocation, Allocation) |
ZTRSM résout l’une des équations de matrice op(A)X := alphaB ou Xop(A) := alphaB op(A) est l’un des op(A) = A ou op(A) = AT ou op(A) = A H |
| ZTRSV(Int32, Int32, Int32, Allocation, Allocation, Int32) |
ZTRSV résout l’un des systèmes d’équations Ax = b ou A**Tx = b ou A**H*x = b |
Implémentations d’interfaces explicites
| IJavaPeerable.Disposed() |
La classe ScriptIntrinsicBLAS fournit des API RenderScript hautes performances sur BLAS. (Hérité de Object) |
| IJavaPeerable.DisposeUnlessReferenced() |
La classe ScriptIntrinsicBLAS fournit des API RenderScript hautes performances sur BLAS. (Hérité de Object) |
| IJavaPeerable.Finalized() |
La classe ScriptIntrinsicBLAS fournit des API RenderScript hautes performances sur BLAS. (Hérité de Object) |
| IJavaPeerable.JniManagedPeerState |
La classe ScriptIntrinsicBLAS fournit des API RenderScript hautes performances sur BLAS. (Hérité de Object) |
| IJavaPeerable.SetJniIdentityHashCode(Int32) |
La classe ScriptIntrinsicBLAS fournit des API RenderScript hautes performances sur BLAS. (Hérité de Object) |
| IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates) |
La classe ScriptIntrinsicBLAS fournit des API RenderScript hautes performances sur BLAS. (Hérité de Object) |
| IJavaPeerable.SetPeerReference(JniObjectReference) |
La classe ScriptIntrinsicBLAS fournit des API RenderScript hautes performances sur BLAS. (Hérité de Object) |
Méthodes d’extension
| JavaCast<TResult>(IJavaObject) |
Effectue une conversion de type vérifiée par le runtime Android. |
| JavaCast<TResult>(IJavaObject) |
La classe ScriptIntrinsicBLAS fournit des API RenderScript hautes performances sur BLAS. |
| GetJniTypeName(IJavaPeerable) |
La classe ScriptIntrinsicBLAS fournit des API RenderScript hautes performances sur BLAS. |