ScriptIntrinsicBLAS Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Die ScriptIntrinsicBLAS-Klasse bietet hochleistungsreiche RenderScript-APIs für 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
- Vererbung
- Attribute
Hinweise
Die ScriptIntrinsicBLAS-Klasse bietet hochleistungsreiche RenderScript-APIs für BLAS.
Die BLAS (Basic Linear Algebra Subprograms, grundlegende lineare Algebraunterprogramme) sind Routinen, die Standardbausteine zum Durchführen grundlegender Vektor- und Matrixvorgänge bereitstellen.
Ausführliche Beschreibung von BLAS finden Sie unter http://www.netlib.org/blas/
Dieses Mitglied ist veraltet. Renderscript ist in API-Ebene 31 veraltet. Die vorgeschlagenen Alternativen finden Sie im Migrationsleitfaden .
Java-Dokumentation für android.renderscript.ScriptIntrinsicBLAS
.
Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.
Felder
ConjTranspose |
Die ScriptIntrinsicBLAS-Klasse bietet hochleistungsreiche RenderScript-APIs für BLAS. |
Left |
Die ScriptIntrinsicBLAS-Klasse bietet hochleistungsreiche RenderScript-APIs für BLAS. |
Lower |
Die ScriptIntrinsicBLAS-Klasse bietet hochleistungsreiche RenderScript-APIs für BLAS. |
NonUnit |
Die ScriptIntrinsicBLAS-Klasse bietet hochleistungsreiche RenderScript-APIs für BLAS. |
NoTranspose |
Die ScriptIntrinsicBLAS-Klasse bietet hochleistungsreiche RenderScript-APIs für BLAS. |
Right |
Die ScriptIntrinsicBLAS-Klasse bietet hochleistungsreiche RenderScript-APIs für BLAS. |
Transpose |
Die ScriptIntrinsicBLAS-Klasse bietet hochleistungsreiche RenderScript-APIs für BLAS. |
Unit |
Die ScriptIntrinsicBLAS-Klasse bietet hochleistungsreiche RenderScript-APIs für BLAS. |
Upper |
Die ScriptIntrinsicBLAS-Klasse bietet hochleistungsreiche RenderScript-APIs für BLAS. |
Eigenschaften
Class |
Gibt die Laufzeitklasse dieses Werts |
Handle |
Das Handle für die zugrunde liegende Android-Instanz. (Geerbt von Object) |
JniIdentityHashCode |
Die ScriptIntrinsicBLAS-Klasse bietet hochleistungsreiche RenderScript-APIs für BLAS. (Geerbt von Object) |
JniPeerMembers |
Die ScriptIntrinsicBLAS-Klasse bietet hochleistungsreiche RenderScript-APIs für BLAS. |
Name |
setName weist einem Objekt einen Namen zu. (Geerbt von BaseObj) |
PeerReference |
Die ScriptIntrinsicBLAS-Klasse bietet hochleistungsreiche RenderScript-APIs für BLAS. (Geerbt von Object) |
ThresholdClass |
Die ScriptIntrinsicBLAS-Klasse bietet hochleistungsreiche RenderScript-APIs für BLAS. (Geerbt von ScriptIntrinsic) |
ThresholdType |
Die ScriptIntrinsicBLAS-Klasse bietet hochleistungsreiche RenderScript-APIs für BLAS. (Geerbt von ScriptIntrinsic) |
Methoden
BindAllocation(Allocation, Int32) |
Nur für die Verwendung durch generierten reflektierten Code vorgesehen. (Geerbt von Script) |
BNNM(Allocation, Int32, Allocation, Int32, Allocation, Int32, Int32) |
8-Bit-GEMM-ähnliche Operation für neurale Netzwerke: C = A * Transpose(B) Berechnungen werden in 1 durchgeführt. |
CGBMV(Int32, Int32, Int32, Float2, Allocation, Allocation, Int32, Float2, Allocation, Int32) |
CGBMV führt eine der Matrixvektorvorgänge y := AlphaAx + Betay oder y := AlphaAx+ Betay oder y := Alpha*AX+ Betay |
CGEMM(Int32, Int32, Float2, Allocation, Allocation, Float2, Allocation) |
CGEMM führt eine der Matrixmatrixoperationen C := alpha*op(A)op(B) + BetaC aus, wobei op(X) einer von op(X) = X oder op(X) = Xoder op(X) = XH ist |
CGEMV(Int32, Float2, Allocation, Allocation, Int32, Float2, Allocation, Int32) |
CGEMV führt eine der Matrixvektorvorgänge y := AlphaAx + Betay oder y := AlphaAX+ Betay oder y := Alpha*AX+ Betay |
CGERC(Float2, Allocation, Int32, Allocation, Int32, Allocation) |
CGERC führt den Rang 1-Vorgang A := Alphaxy**H + A aus. |
CGERU(Float2, Allocation, Int32, Allocation, Int32, Allocation) |
CGERU führt den Rang 1-Vorgang A := Alphaxy**T + A aus. |
CHBMV(Int32, Int32, Float2, Allocation, Allocation, Int32, Float2, Allocation, Int32) |
CHBMV führt den Matrixvektorvorgang y := AlphaAx + Beta*y aus. |
CHEMM(Int32, Int32, Float2, Allocation, Allocation, Float2, Allocation) |
CHEMM führt eine der Matrixmatrixvorgänge C := AlphaA+ Beta C oder C := Alpha B + BetaC aus: AlphaB+ BetaC |
CHEMV(Int32, Float2, Allocation, Allocation, Int32, Float2, Allocation, Int32) |
CHEMV führt den Matrixvektorvorgang y := AlphaAx + Beta*y aus. |
CHER(Int32, Single, Allocation, Int32, Allocation) |
CHER führt den Rang 1-Vorgang A := Alphaxx**H + A aus. |
CHER2(Int32, Float2, Allocation, Int32, Allocation, Int32, Allocation) |
CHER2 führt den symmetrischen Rang 2-Vorgang A := AlphaxyH + AlphayxH + A aus |
CHER2K(Int32, Int32, Float2, Allocation, Allocation, Single, Allocation) |
CHER2K führt eine der hermitischen Rang-2k-Operationen C := AlphaABH + Conjg( Alpha )B H+ BetaC oder C := AlphaAH*B + Conjg( Alpha )*B H+ BetaC |
CHERK(Int32, Int32, Single, Allocation, Single, Allocation) |
CHERK führt eine der hermitischen Rangfolgen-K-Operationen C := AlphaAH+ BetaC oder C := AlphaA A +BetaC aus |
CHPMV(Int32, Float2, Allocation, Allocation, Int32, Float2, Allocation, Int32) |
CHPMV führt den Matrixvektorvorgang y := AlphaAx + Beta*y aus. |
CHPR(Int32, Single, Allocation, Int32, Allocation) |
CHPR führt den Rang 1-Vorgang A := Alphaxx**H + A aus. |
CHPR2(Int32, Float2, Allocation, Int32, Allocation, Int32, Allocation) |
CHPR2 führt den symmetrischen Rang 2-Vorgang A := AlphaxyH + AlphayxH + A + A aus. |
Clone() |
Erstellt und gibt eine Kopie dieses Objekts zurück. (Geerbt von Object) |
Create(RenderScript) |
Erstellen Sie ein systeminternes Element für den Zugriff auf BLAS-Unterroutinen. |
CreateFieldID(Int32, Element) |
Nur für die Verwendung durch generierte reflektierte Klassen. (Geerbt von Script) |
CreateInvokeID(Int32) |
Nur für die Verwendung durch generierte reflektierte Klassen. (Geerbt von Script) |
CreateKernelID(Int32, Int32, Element, Element) |
Nur für die Verwendung durch generierte reflektierte Klassen. (Geerbt von Script) |
CSYMM(Int32, Int32, Float2, Allocation, Allocation, Float2, Allocation) |
CSYMM führt eine der Matrixmatrixvorgänge C := AlphaA+ Beta C oder C := Alpha B + BetaC aus : = AlphaB+ BetaC |
CSYR2K(Int32, Int32, Float2, Allocation, Allocation, Float2, Allocation) |
CSYR2K führt eine der symmetrischen Rang-2k-Operationen C := AlphaABT + Alpha B + AlphaBT + BetaC oder C := AlphaAB+ Alpha B + AlphaBA+ BetaC |
CSYRK(Int32, Int32, Float2, Allocation, Float2, Allocation) |
CSYRK führt eine der symmetrischen Rangfolgen-K-Operationen C := AlphaAT+ BetaC oder C := AlphaA A +BetaC aus |
CTBMV(Int32, Int32, Int32, Int32, Allocation, Allocation, Int32) |
CTBMV führt eine der Matrixvektorvorgänge x := Ax oder x := A**T x oder x := A**H*x oder x := A**H*x aus. |
CTBSV(Int32, Int32, Int32, Int32, Allocation, Allocation, Int32) |
CTBSV löst eines der Formelsysteme Ax = b oder A**Tx = b oder A**H*x = b |
CTPMV(Int32, Int32, Int32, Allocation, Allocation, Int32) |
CTPMV führt einen der Matrixvektorvorgänge x := Ax oder x := A**T x oder x := A**H*x oder x := A**H*x aus. |
CTPSV(Int32, Int32, Int32, Allocation, Allocation, Int32) |
CTPSV löst eines der Formelsysteme Ax = b oder A**Tx = b oder A**H*x = b |
CTRMM(Int32, Int32, Int32, Int32, Float2, Allocation, Allocation) |
CTRMM führt eine der Matrixmatrixvorgänge B := Alphaop(A)B oder B := AlphaBop(A) op(A) ist eine von op(A) = A oder op(A) = A oder op(A) = Aoder op(A) = AH |
CTRMV(Int32, Int32, Int32, Allocation, Allocation, Int32) |
CTRMV führt eine der Matrixvektorvorgänge x := Ax oder x := A**T x oder x := A**H*x oder x := A**H*x aus. |
CTRSM(Int32, Int32, Int32, Int32, Float2, Allocation, Allocation) |
CTRSM löst eine der Matrixgleichungen op(A)X := alphaB oder Xop(A) := alphaB op(A) ist eine von op(A) = A oder op(A) = A oder op(A) = Aoder op(A) = AH |
CTRSV(Int32, Int32, Int32, Allocation, Allocation, Int32) |
CTRSV löst eines der Formelsysteme Ax = b oder A**Tx = b oder A**H*x = b |
Destroy() |
Gibt alle systemeigenen Ressourcen frei, die diesem Objekt zugeordnet sind. (Geerbt von BaseObj) |
DGBMV(Int32, Int32, Int32, Double, Allocation, Allocation, Int32, Double, Allocation, Int32) |
DGBMV führt eine der Matrixvektorvorgänge y := AlphaAx + Betay oder y := AlphaA**Tx + Betay |
DGEMM(Int32, Int32, Double, Allocation, Allocation, Double, Allocation) |
DGEMM führt eine der Matrixmatrixvorgänge C := alpha*op(A)op(B) + BetaC aus, wobei op(X) einer von op(X) = X oder op(X) = X**T ist |
DGEMV(Int32, Double, Allocation, Allocation, Int32, Double, Allocation, Int32) |
DGEMV führt eine der Matrixvektorvorgänge y := AlphaAx + Betay oder y := AlphaA**Tx + Betay aus |
DGER(Double, Allocation, Int32, Allocation, Int32, Allocation) |
DGER führt den Rang 1-Vorgang A := Alphaxy**T + A aus. |
Dispose() |
Die ScriptIntrinsicBLAS-Klasse bietet hochleistungsreiche RenderScript-APIs für BLAS. (Geerbt von Object) |
Dispose(Boolean) |
Die ScriptIntrinsicBLAS-Klasse bietet hochleistungsreiche RenderScript-APIs für BLAS. (Geerbt von Object) |
DSBMV(Int32, Int32, Double, Allocation, Allocation, Int32, Double, Allocation, Int32) |
DSBMV führt den Matrixvektorvorgang y := AlphaAx + Beta*y aus. |
DSPMV(Int32, Double, Allocation, Allocation, Int32, Double, Allocation, Int32) |
DSPMV führt den Matrixvektorvorgang y := AlphaAx + Beta*y aus. |
DSPR(Int32, Double, Allocation, Int32, Allocation) |
DSPR führt den Rang 1-Vorgang A := Alphaxx**T + A aus. |
DSPR2(Int32, Double, Allocation, Int32, Allocation, Int32, Allocation) |
DSPR2 führt den symmetrischen Rang 2-Vorgang A := AlphaxyT + AlphayxT + A aus. |
DSYMM(Int32, Int32, Double, Allocation, Allocation, Double, Allocation) |
DSYMM führt eine der Matrixmatrixvorgänge C := AlphaA+ Beta C oder C := Alpha B + BetaC aus : = AlphaB+ BetaC |
DSYMV(Int32, Double, Allocation, Allocation, Int32, Double, Allocation, Int32) |
DSYMV führt den Matrixvektorvorgang y := AlphaAx + Beta*y aus. |
DSYR(Int32, Double, Allocation, Int32, Allocation) |
DSYR führt den Rang 1-Vorgang A := Alphaxx**T + A aus. |
DSYR2(Int32, Double, Allocation, Int32, Allocation, Int32, Allocation) |
DSYR2 führt den symmetrischen Rang 2-Vorgang A := AlphaxyT + AlphayxT + A + A aus. |
DSYR2K(Int32, Int32, Double, Allocation, Allocation, Double, Allocation) |
DSYR2K führt eine der symmetrischen Rang-2k-Operationen C := AlphaABT + Alpha B + AlphaBT + BetaC oder C := AlphaAB+ AlphaBT A + BetaC |
DSYRK(Int32, Int32, Double, Allocation, Double, Allocation) |
DSYRK führt eine der symmetrischen Rangfolgen-K-Vorgänge C := AlphaAT+ BetaC oder C := AlphaA A+ BetaC aus |
DTBMV(Int32, Int32, Int32, Int32, Allocation, Allocation, Int32) |
DTBMV führt einen der Matrixvektorvorgänge x := Ax oder x := A**Tx aus. |
DTBSV(Int32, Int32, Int32, Int32, Allocation, Allocation, Int32) |
DTBSV löst eines der Formelsysteme Ax = b oder A**Tx = b = b |
DTPMV(Int32, Int32, Int32, Allocation, Allocation, Int32) |
DTPMV führt einen der Matrixvektorvorgänge x := Ax oder x := A**Tx aus. |
DTPSV(Int32, Int32, Int32, Allocation, Allocation, Int32) |
DTPSV löst eines der Formelsysteme Ax = b oder A**Tx = b = b |
DTRMM(Int32, Int32, Int32, Int32, Double, Allocation, Allocation) |
DTRMM führt eine der Matrixmatrixvorgänge B := Alphaop(A)B oder B := AlphaBop(A) op(A) ist eine von op(A) = A oder op(A) = A**T |
DTRMV(Int32, Int32, Int32, Allocation, Allocation, Int32) |
DTRMV führt einen der Matrixvektorvorgänge x := Ax oder x := A**Tx aus. |
DTRSM(Int32, Int32, Int32, Int32, Double, Allocation, Allocation) |
DTRSM löst eine der Matrixgleichungen op(A)X := alphaB oder Xop(A) := alphaB op(A) ist eine von op(A) = A oder op(A) = A**T |
DTRSV(Int32, Int32, Int32, Allocation, Allocation, Int32) |
DTRSV löst eines der Formelsysteme Ax = b oder A**Tx = b = b |
Equals(Object) |
Gibt an, ob ein anderes Objekt "gleich" diesem Objekt ist. (Geerbt von Object) |
ForEach(Int32, Allocation, Allocation, FieldPacker, Script+LaunchOptions) |
Nur für die Verwendung durch generierten reflektierten Code vorgesehen. (Geerbt von Script) |
ForEach(Int32, Allocation, Allocation, FieldPacker) |
Nur für die Verwendung durch generierten reflektierten Code vorgesehen. (Geerbt von Script) |
ForEach(Int32, Allocation[], Allocation, FieldPacker, Script+LaunchOptions) |
Nur für die Verwendung durch generierten reflektierten Code vorgesehen. (Geerbt von Script) |
ForEach(Int32, Allocation[], Allocation, FieldPacker) |
Nur für die Verwendung durch generierten reflektierten Code vorgesehen. (Geerbt von Script) |
GetHashCode() |
Gibt einen Hashcodewert für das Objekt zurück. (Geerbt von Object) |
GetVarB(Int32) | (Geerbt von Script) |
GetVarD(Int32) | (Geerbt von Script) |
GetVarF(Int32) | (Geerbt von Script) |
GetVarI(Int32) | (Geerbt von Script) |
GetVarJ(Int32) | (Geerbt von Script) |
GetVarV(Int32, FieldPacker) |
Nur für die Verwendung durch generierten reflektierten Code vorgesehen. (Geerbt von Script) |
Invoke(Int32, FieldPacker) |
Nur für die Verwendung durch generierten reflektierten Code vorgesehen. (Geerbt von Script) |
Invoke(Int32) |
Nur für die Verwendung durch generierten reflektierten Code vorgesehen. (Geerbt von Script) |
JavaFinalize() |
Wird vom Garbage Collector für ein Objekt aufgerufen, wenn die Garbage Collection bestimmt, dass keine weiteren Verweise auf das Objekt vorhanden sind. (Geerbt von Object) |
Notify() |
Aktiviert einen einzelnen Thread, der auf dem Monitor dieses Objekts wartet. (Geerbt von Object) |
NotifyAll() |
Aktiviert alle Threads, die auf dem Monitor dieses Objekts warten. (Geerbt von Object) |
Reduce(Int32, Allocation[], Allocation, Script+LaunchOptions) |
Nur für die Verwendung durch generierten reflektierten Code vorgesehen. (Geerbt von Script) |
SetHandle(IntPtr, JniHandleOwnership) |
Legt die Handle-Eigenschaft fest. (Geerbt von Object) |
SetTimeZone(String) | (Geerbt von Script) |
SetVar(Int32, BaseObj) |
Nur für die Verwendung durch generierten reflektierten Code vorgesehen. (Geerbt von Script) |
SetVar(Int32, Boolean) |
Nur für die Verwendung durch generierten reflektierten Code vorgesehen. (Geerbt von Script) |
SetVar(Int32, Double) |
Nur für die Verwendung durch generierten reflektierten Code vorgesehen. (Geerbt von Script) |
SetVar(Int32, FieldPacker, Element, Int32[]) |
Nur für die Verwendung durch generierten reflektierten Code vorgesehen. (Geerbt von Script) |
SetVar(Int32, FieldPacker) |
Nur für die Verwendung durch generierten reflektierten Code vorgesehen. (Geerbt von Script) |
SetVar(Int32, Int32) |
Nur für die Verwendung durch generierten reflektierten Code vorgesehen. (Geerbt von Script) |
SetVar(Int32, Int64) |
Nur für die Verwendung durch generierten reflektierten Code vorgesehen. (Geerbt von Script) |
SetVar(Int32, Single) |
Nur für die Verwendung durch generierten reflektierten Code vorgesehen. (Geerbt von Script) |
SGBMV(Int32, Int32, Int32, Single, Allocation, Allocation, Int32, Single, Allocation, Int32) |
SGBMV führt eine der Matrixvektorvorgänge y := AlphaAx + Betay oder y := AlphaA**Tx + Betay aus |
SGEMM(Int32, Int32, Single, Allocation, Allocation, Single, Allocation) |
SGEMM führt eine der Matrixmatrixoperationen C := alpha*op(A)op(B) + BetaC aus, wobei op(X) einer von op(X) = X oder op(X) = X**T ist |
SGEMV(Int32, Single, Allocation, Allocation, Int32, Single, Allocation, Int32) |
SGEMV führt eine der Matrixvektorvorgänge y := AlphaAx + Betay oder y := AlphaA**Tx + Betay |
SGER(Single, Allocation, Int32, Allocation, Int32, Allocation) |
SGER führt den Rang 1-Vorgang A := Alphaxy**T + A aus |
SSBMV(Int32, Int32, Single, Allocation, Allocation, Int32, Single, Allocation, Int32) |
SSBMV führt den Matrixvektorvorgang y := AlphaAx + Beta*y aus. |
SSPMV(Int32, Single, Allocation, Allocation, Int32, Single, Allocation, Int32) |
SSPMV führt den Matrixvektorvorgang y := AlphaAx + Beta*y aus. |
SSPR(Int32, Single, Allocation, Int32, Allocation) |
SSPR führt den Rang 1-Vorgang A := Alphaxx**T + A aus. |
SSPR2(Int32, Single, Allocation, Int32, Allocation, Int32, Allocation) |
SSPR2 führt den symmetrischen Rang 2-Vorgang A := AlphaxyT + AlphayxT + A + A aus. |
SSYMM(Int32, Int32, Single, Allocation, Allocation, Single, Allocation) |
SSYMM führt eine der Matrixmatrixvorgänge C := AlphaA+ Beta C oder C := Alpha B + BetaC aus: AlphaB+ BetaC |
SSYMV(Int32, Single, Allocation, Allocation, Int32, Single, Allocation, Int32) |
SSYMV führt den Matrixvektorvorgang y := AlphaAx + Beta*y aus. |
SSYR(Int32, Single, Allocation, Int32, Allocation) |
SSYR führt den Rang 1-Vorgang A := Alphaxx**T + A aus. |
SSYR2(Int32, Single, Allocation, Int32, Allocation, Int32, Allocation) |
SSYR2 führt den symmetrischen Rang 2-Vorgang A := AlphaxyT + AlphayxT + A aus |
SSYR2K(Int32, Int32, Single, Allocation, Allocation, Single, Allocation) |
SSYR2K führt eine der symmetrischen Rang-2k-Operationen C := AlphaABT + Alpha B + AlphaB+ BetaC oder C := AlphaAB+ Alpha B + AlphaBA+ BetaC |
SSYRK(Int32, Int32, Single, Allocation, Single, Allocation) |
SSYRK führt eine der symmetrischen Rangfolgen-K-Vorgänge C := AlphaAT+ BetaC oder C := AlphaA A +BetaC aus |
STBMV(Int32, Int32, Int32, Int32, Allocation, Allocation, Int32) |
STBMV führt eine der Matrixvektorvorgänge x := Ax oder x := A**Tx aus. |
STBSV(Int32, Int32, Int32, Int32, Allocation, Allocation, Int32) |
STBSV löst eines der Systeme von Formeln Ax = b oder A**Tx = b = b |
STPMV(Int32, Int32, Int32, Allocation, Allocation, Int32) |
STPMV führt eine der Matrixvektorvorgänge x := Ax oder x := A**Tx aus. |
STPSV(Int32, Int32, Int32, Allocation, Allocation, Int32) |
STPSV löst eines der Systeme von Formeln Ax = b oder A**Tx = b = b |
STRMM(Int32, Int32, Int32, Int32, Single, Allocation, Allocation) |
STRMM führt eine der Matrixmatrixvorgänge B := Alphaop(A)B oder B := alphaBop(A) op(A) ist eine der Op(A) = A oder op(A) = A** T |
STRMV(Int32, Int32, Int32, Allocation, Allocation, Int32) |
STRMV führt eine der Matrixvektorvorgänge x := Ax oder x := A**Tx aus. |
STRSM(Int32, Int32, Int32, Int32, Single, Allocation, Allocation) |
STRSM löst eine der Matrixgleichungen op(A)X := alphaB oder Xop(A) := alphaB op(A) ist eine von op(A) = A oder op(A) = A**T |
STRSV(Int32, Int32, Int32, Allocation, Allocation, Int32) |
STRSV löst eines der Systeme von Formeln Ax = b oder A**Tx = b = b |
ToArray<T>() |
Die ScriptIntrinsicBLAS-Klasse bietet hochleistungsreiche RenderScript-APIs für BLAS. (Geerbt von Object) |
ToString() |
Gibt eine Zeichenfolgendarstellung des Objekts zurück. (Geerbt von Object) |
UnregisterFromRuntime() |
Die ScriptIntrinsicBLAS-Klasse bietet hochleistungsreiche RenderScript-APIs für BLAS. (Geerbt von Object) |
Wait() |
Bewirkt, dass der aktuelle Thread wartet, bis er wach ist, in der Regel durch em benachrichtigt/em> oder <em>unterbrochen</em>.<>< (Geerbt von Object) |
Wait(Int64, Int32) |
Bewirkt, dass der aktuelle Thread wartet, bis er wach ist, in der Regel durch <em>benachrichtigt</em> oder <em>unterbrochen</em> oder bis eine bestimmte Menge an Echtzeit verstrichen ist. (Geerbt von Object) |
Wait(Int64) |
Bewirkt, dass der aktuelle Thread wartet, bis er wach ist, in der Regel durch <em>benachrichtigt</em> oder <em>unterbrochen</em> oder bis eine bestimmte Menge an Echtzeit verstrichen ist. (Geerbt von Object) |
ZGBMV(Int32, Int32, Int32, Double2, Allocation, Allocation, Int32, Double2, Allocation, Int32) |
ZGBMV führt eine der Matrixvektorvorgänge y := AlphaAx + Betay oder y := AlphaAX+ Betay oder y := Alpha*AX+ Betay |
ZGEMM(Int32, Int32, Double2, Allocation, Allocation, Double2, Allocation) |
ZGEMM führt eine der Matrixmatrixvorgänge C := alpha*op(A)op(B) + BetaC aus, wobei op(X) einer von op(X) = X oder op(X) = Xoder op(X) = XH ist |
ZGEMV(Int32, Double2, Allocation, Allocation, Int32, Double2, Allocation, Int32) |
ZGEMV führt eine der Matrixvektorvorgänge y := AlphaAx + Betay oder y := AlphaAX+ Betay oder y := Alpha*AX+ Betay |
ZGERC(Double2, Allocation, Int32, Allocation, Int32, Allocation) |
ZGERC führt den Rang 1-Vorgang A := Alphaxy**H + A aus. |
ZGERU(Double2, Allocation, Int32, Allocation, Int32, Allocation) |
ZGERU führt den Rang 1-Vorgang A := Alphaxy**T + A aus. |
ZHBMV(Int32, Int32, Double2, Allocation, Allocation, Int32, Double2, Allocation, Int32) |
ZHBMV führt den Matrixvektorvorgang y := AlphaAx + Beta*y aus. |
ZHEMM(Int32, Int32, Double2, Allocation, Allocation, Double2, Allocation) |
ZHEMM führt eine der Matrixmatrixvorgänge C := AlphaA+ Beta C oder C := Alpha B + BetaC aus : = AlphaB+ BetaC |
ZHEMV(Int32, Double2, Allocation, Allocation, Int32, Double2, Allocation, Int32) |
ZHEMV führt den Matrixvektorvorgang y := AlphaAx + Beta*y aus. |
ZHER(Int32, Double, Allocation, Int32, Allocation) |
ZHER führt den Rang 1-Vorgang A := Alphaxx**H + A aus. |
ZHER2(Int32, Double2, Allocation, Int32, Allocation, Int32, Allocation) |
ZHER2 führt den symmetrischen Rang 2-Vorgang A := AlphaxyH + AlphayxH + A aus |
ZHER2K(Int32, Int32, Double2, Allocation, Allocation, Double, Allocation) |
ZHER2K führt eine der hermitischen Rang-2k-Operationen C := AlphaABH + Conjg( Alpha )BAH + BetaC oder C := AlphaAH*B + Conjg( Alpha )*B H+ BetaC |
ZHERK(Int32, Int32, Double, Allocation, Double, Allocation) |
ZHERK führt eine der hermitischen Rangfolgen-K-Operationen C := AlphaAH+ BetaC oder C := AlphaA HA+ BetaC aus |
ZHPMV(Int32, Double2, Allocation, Allocation, Int32, Double2, Allocation, Int32) |
ZHPMV führt den Matrixvektorvorgang y := AlphaAx + Beta*y aus. |
ZHPR(Int32, Double, Allocation, Int32, Allocation) |
ZHPR führt die Rang 1 Operation A := Alphaxx**H + A aus |
ZHPR2(Int32, Double2, Allocation, Int32, Allocation, Int32, Allocation) |
ZHPR2 führt die symmetrische Rangfolge 2 Operation A := AlphaxyH + AlphayxH + A |
ZSYMM(Int32, Int32, Double2, Allocation, Allocation, Double2, Allocation) |
ZSYMM führt eine der Matrixmatrixvorgänge C := AlphaA+ Beta C oder C := Alpha B + BetaC aus : = AlphaB+ BetaC |
ZSYR2K(Int32, Int32, Double2, Allocation, Allocation, Double2, Allocation) |
ZSYR2K führt eine der symmetrischen Rang-2k-Operationen C := AlphaABT + Alpha B + AlphaB+ BetaC oder C := AlphaAB+ Alpha B + AlphaBA+ BetaC |
ZSYRK(Int32, Int32, Double2, Allocation, Double2, Allocation) |
ZSYRK führt eine der symmetrischen Rangfolgen-K-Vorgänge C := AlphaAT+ BetaC oder C := AlphaA A+BetaC aus |
ZTBMV(Int32, Int32, Int32, Int32, Allocation, Allocation, Int32) |
ZTBMV führt eine der Matrixvektorvorgänge x := Ax oder x := A**T x oder x := A**H*x oder x := A**H*x aus. |
ZTBSV(Int32, Int32, Int32, Int32, Allocation, Allocation, Int32) |
ZTBSV löst eines der Formelsysteme Ax = b oder A**Tx = b oder A**H*x = b |
ZTPMV(Int32, Int32, Int32, Allocation, Allocation, Int32) |
ZTPMV führt eine der Matrixvektorvorgänge x := Ax oder x := A**T x oder x := A**H*x oder x := A**H*x aus. |
ZTPSV(Int32, Int32, Int32, Allocation, Allocation, Int32) |
ZTPSV löst eines der Formelsysteme Ax = b oder A**Tx = b oder A**H*x = b |
ZTRMM(Int32, Int32, Int32, Int32, Double2, Allocation, Allocation) |
ZTRMM führt eine der Matrixmatrixvorgänge B := Alphaop(A)B oder B := AlphaBop(A) op(A) ist eine von op(A) = A oder op(A) = A oder op(A) = Aoder op(A) = AH |
ZTRMV(Int32, Int32, Int32, Allocation, Allocation, Int32) |
ZTRMV führt eine der Matrixvektorvorgänge x := Ax oder x := A**T x oder x := A**H*x oder x := A**H*x aus. |
ZTRSM(Int32, Int32, Int32, Int32, Double2, Allocation, Allocation) |
ZTRSM löst eine der Matrixgleichungen op(A)X := alphaB oder Xop(A) := alphaB op(A) ist eine von op(A) = A oder op(A) = A oder op(A) = Aoder op(A) = AH |
ZTRSV(Int32, Int32, Int32, Allocation, Allocation, Int32) |
ZTRSV löst eines der Formelsysteme Ax = b oder A**Tx = b oder A**H*x = b |
Explizite Schnittstellenimplementierungen
IJavaPeerable.Disposed() |
Die ScriptIntrinsicBLAS-Klasse bietet hochleistungsreiche RenderScript-APIs für BLAS. (Geerbt von Object) |
IJavaPeerable.DisposeUnlessReferenced() |
Die ScriptIntrinsicBLAS-Klasse bietet hochleistungsreiche RenderScript-APIs für BLAS. (Geerbt von Object) |
IJavaPeerable.Finalized() |
Die ScriptIntrinsicBLAS-Klasse bietet hochleistungsreiche RenderScript-APIs für BLAS. (Geerbt von Object) |
IJavaPeerable.JniManagedPeerState |
Die ScriptIntrinsicBLAS-Klasse bietet hochleistungsreiche RenderScript-APIs für BLAS. (Geerbt von Object) |
IJavaPeerable.SetJniIdentityHashCode(Int32) |
Die ScriptIntrinsicBLAS-Klasse bietet hochleistungsreiche RenderScript-APIs für BLAS. (Geerbt von Object) |
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates) |
Die ScriptIntrinsicBLAS-Klasse bietet hochleistungsreiche RenderScript-APIs für BLAS. (Geerbt von Object) |
IJavaPeerable.SetPeerReference(JniObjectReference) |
Die ScriptIntrinsicBLAS-Klasse bietet hochleistungsreiche RenderScript-APIs für BLAS. (Geerbt von Object) |
Erweiterungsmethoden
JavaCast<TResult>(IJavaObject) |
Führt eine android-laufzeitgecheckte Typkonvertierung aus. |
JavaCast<TResult>(IJavaObject) |
Die ScriptIntrinsicBLAS-Klasse bietet hochleistungsreiche RenderScript-APIs für BLAS. |
GetJniTypeName(IJavaPeerable) |
Die ScriptIntrinsicBLAS-Klasse bietet hochleistungsreiche RenderScript-APIs für BLAS. |