ScriptIntrinsicBLAS Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
A classe ScriptIntrinsicBLAS fornece APIs RenderScript de alto desempenho para 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
- Herança
- Atributos
Comentários
A classe ScriptIntrinsicBLAS fornece APIs RenderScript de alto desempenho para BLAS.
Os BLAS (Subprogramas de Álgebra Linear Básico) são rotinas que fornecem blocos de construção padrão para executar operações básicas de vetor e matriz.
Para obter uma descrição detalhada do BLAS, consulte http://www.netlib.org/blas/
Este membro foi preterido. O Renderscript foi preterido no nível 31 da API. Consulte o guia de migração para as alternativas propostas.
Java documentação para android.renderscript.ScriptIntrinsicBLAS.
Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.
Campos
| Nome | Description |
|---|---|
| ConjTranspose |
A classe ScriptIntrinsicBLAS fornece APIs RenderScript de alto desempenho para BLAS. |
| Left |
A classe ScriptIntrinsicBLAS fornece APIs RenderScript de alto desempenho para BLAS. |
| Lower |
A classe ScriptIntrinsicBLAS fornece APIs RenderScript de alto desempenho para BLAS. |
| NonUnit |
A classe ScriptIntrinsicBLAS fornece APIs RenderScript de alto desempenho para BLAS. |
| NoTranspose |
A classe ScriptIntrinsicBLAS fornece APIs RenderScript de alto desempenho para BLAS. |
| Right |
A classe ScriptIntrinsicBLAS fornece APIs RenderScript de alto desempenho para BLAS. |
| Transpose |
A classe ScriptIntrinsicBLAS fornece APIs RenderScript de alto desempenho para BLAS. |
| Unit |
A classe ScriptIntrinsicBLAS fornece APIs RenderScript de alto desempenho para BLAS. |
| Upper |
A classe ScriptIntrinsicBLAS fornece APIs RenderScript de alto desempenho para BLAS. |
Propriedades
| Nome | Description |
|---|---|
| Class |
Retorna a classe de runtime deste |
| Handle |
O identificador para a instância subjacente do Android. (Herdado de Object) |
| JniIdentityHashCode |
A classe ScriptIntrinsicBLAS fornece APIs RenderScript de alto desempenho para BLAS. (Herdado de Object) |
| JniPeerMembers |
A classe ScriptIntrinsicBLAS fornece APIs RenderScript de alto desempenho para BLAS. |
| Name |
setName atribui um nome a um objeto. (Herdado de BaseObj) |
| PeerReference |
A classe ScriptIntrinsicBLAS fornece APIs RenderScript de alto desempenho para BLAS. (Herdado de Object) |
| ThresholdClass |
A classe ScriptIntrinsicBLAS fornece APIs RenderScript de alto desempenho para BLAS. (Herdado de ScriptIntrinsic) |
| ThresholdType |
A classe ScriptIntrinsicBLAS fornece APIs RenderScript de alto desempenho para BLAS. (Herdado de ScriptIntrinsic) |
Métodos
| Nome | Description |
|---|---|
| BindAllocation(Allocation, Int32) |
Destina-se apenas ao uso pelo código refletido gerado. (Herdado de Script) |
| BNNM(Allocation, Int32, Allocation, Int32, Allocation, Int32, Int32) |
Operação semelhante a GEMM de 8 bits para redes neurais: C = A * Os cálculos de transpose(B) são feitos em 1. |
| CGBMV(Int32, Int32, Int32, Float2, Allocation, Allocation, Int32, Float2, Allocation, Int32) |
CGBMV executa uma das operações de vetor de matriz y := alfaAx + betay ou y := alfaATx + betay ou y := alfa*AHx + betay |
| CGEMM(Int32, Int32, Float2, Allocation, Allocation, Float2, Allocation) |
O CGEMM executa uma das operações de matriz C := alpha*op(A)op(B) + betaC em que op(X) é um de op(X) = X ou op(X) = XT ou op(X) = XH |
| CGEMV(Int32, Float2, Allocation, Allocation, Int32, Float2, Allocation, Int32) |
O CGEMV executa uma das operações de vetor de matriz y := alfaAx + betay ou y := alfaATx + betay ou y := alfa*AHx + betay |
| CGERC(Float2, Allocation, Int32, Allocation, Int32, Allocation) |
O CGERC executa a operação de classificação 1 A:= alfaxy**H + A |
| CGERU(Float2, Allocation, Int32, Allocation, Int32, Allocation) |
O CGERU executa a operação de classificação 1 A := alfaxy**T + A |
| CHBMV(Int32, Int32, Float2, Allocation, Allocation, Int32, Float2, Allocation, Int32) |
O CHBMV executa a operação de vetor de matriz y := alfaAx + beta*y |
| CHEMM(Int32, Int32, Float2, Allocation, Allocation, Float2, Allocation) |
O CHEMM executa uma das operações de matriz-matriz C := alfaAB + betaC ou C := alfaBA + betaC |
| CHEMV(Int32, Float2, Allocation, Allocation, Int32, Float2, Allocation, Int32) |
O CHEMV executa a operação de vetor de matriz y := alfaAx + beta*y |
| CHER(Int32, Single, Allocation, Int32, Allocation) |
O CHER executa a operação de classificação 1 A := alfaxx**H + A |
| CHER2(Int32, Float2, Allocation, Int32, Allocation, Int32, Allocation) |
CHER2 executa a operação de classificação simétrica 2 A := alfaxyH + alfayxH + A |
| CHER2K(Int32, Int32, Float2, Allocation, Allocation, Single, Allocation) |
CHER2K executa uma das operações de classificação hermitiana 2k C := alfaABH + conjg( alfa )BAH + betaC ou C := alfaAH*B + conjg( alfa )*BHA + betaC |
| CHERK(Int32, Int32, Single, Allocation, Single, Allocation) |
O CHERK executa uma das operações de classificação k hermitiana C := alfaAH + betaC ou C := alfaAHA + betaC |
| CHPMV(Int32, Float2, Allocation, Allocation, Int32, Float2, Allocation, Int32) |
O CHPMV executa a operação de vetor de matriz y := alfaAx + beta*y |
| CHPR(Int32, Single, Allocation, Int32, Allocation) |
O CHPR executa a operação de classificação 1 A := alfaxx**H + A |
| CHPR2(Int32, Float2, Allocation, Int32, Allocation, Int32, Allocation) |
O CHPR2 executa a operação de classificação simétrica 2 A := alfaxyH + alfayxH + A |
| Clone() |
Cria e retorna uma cópia desse objeto. (Herdado de Object) |
| Create(RenderScript) |
Crie um intrínseco para acessar sub-rotinas BLAS. |
| CreateFieldID(Int32, Element) |
Somente para ser usado por classes refletidas geradas. (Herdado de Script) |
| CreateInvokeID(Int32) |
Somente para ser usado por classes refletidas geradas. (Herdado de Script) |
| CreateKernelID(Int32, Int32, Element, Element) |
Somente para ser usado por classes refletidas geradas. (Herdado de Script) |
| CSYMM(Int32, Int32, Float2, Allocation, Allocation, Float2, Allocation) |
O CSYMM executa uma das operações de matriz C := alfaAB + betaC ou C := alfaBA + betaC |
| CSYR2K(Int32, Int32, Float2, Allocation, Allocation, Float2, Allocation) |
CSYR2K executa uma das operações de classificação simétrica 2k C := alfaABT + alfaBAT + betaC ou C := alfaAT B + alfaBTA + betaC |
| CSYRK(Int32, Int32, Float2, Allocation, Float2, Allocation) |
CSYRK executa uma das operações de classificação simétrica k C := alfaA T+ betaC ou C := alfaA TA + betaC |
| CTBMV(Int32, Int32, Int32, Int32, Allocation, Allocation, Int32) |
CTBMV executa uma das operações de vetor de matriz x := Ax ou x := A**Tx ou x := A**H*x |
| CTBSV(Int32, Int32, Int32, Int32, Allocation, Allocation, Int32) |
CTBSV resolve um dos sistemas de equações Ax = b ou A**Tx = b ou A**H*x = b |
| CTPMV(Int32, Int32, Int32, Allocation, Allocation, Int32) |
CTPMV executa uma das operações de vetor de matriz x := Ax ou x := A**Tx ou x := A**H*x |
| CTPSV(Int32, Int32, Int32, Allocation, Allocation, Int32) |
CTPSV resolve um dos sistemas de equações Ax = b ou A**Tx = b ou A**H*x = b |
| CTRMM(Int32, Int32, Int32, Int32, Float2, Allocation, Allocation) |
O CTRMM executa uma das operações de matriz-matriz B := alphaop(A)B ou B := alphaBop(A) op(A) é uma op(A) = A ou op(A) = AT ou op(A) = AH |
| CTRMV(Int32, Int32, Int32, Allocation, Allocation, Int32) |
CTRMV executa uma das operações de vetor de matriz x := Ax ou x := A**Tx ou x := A**H*x |
| CTRSM(Int32, Int32, Int32, Int32, Float2, Allocation, Allocation) |
CTRSM resolve uma das equações de matriz op(A)X := alfaB ou Xop(A) := alfaB op(A) é um de op(A) = A ou op(A) = AT ou op(A) = AH |
| CTRSV(Int32, Int32, Int32, Allocation, Allocation, Int32) |
CTRSV resolve um dos sistemas de equações Ax = b ou A**Tx = b ou A**H*x = b |
| Destroy() |
Libera todos os recursos nativos associados a esse objeto. (Herdado de BaseObj) |
| DGBMV(Int32, Int32, Int32, Double, Allocation, Allocation, Int32, Double, Allocation, Int32) |
DGBMV executa uma das operações de vetor de matriz y := alfaAx + betay ou y := alfaA**Tx + betay |
| DGEMM(Int32, Int32, Double, Allocation, Allocation, Double, Allocation) |
O DGEMM executa uma das operações de matriz C := alpha*op(A)op(B) + betaC em que op(X) é um de op(X) = X ou op(X) = X**T |
| DGEMV(Int32, Double, Allocation, Allocation, Int32, Double, Allocation, Int32) |
O DGEMV executa uma das operações de vetor de matriz y := alfaAx + betay ou y := alfaA**Tx + betay |
| DGER(Double, Allocation, Int32, Allocation, Int32, Allocation) |
O DGER executa a operação de classificação 1 A := alfaxy**T + A |
| Dispose() |
A classe ScriptIntrinsicBLAS fornece APIs RenderScript de alto desempenho para BLAS. (Herdado de Object) |
| Dispose(Boolean) |
A classe ScriptIntrinsicBLAS fornece APIs RenderScript de alto desempenho para BLAS. (Herdado de Object) |
| DSBMV(Int32, Int32, Double, Allocation, Allocation, Int32, Double, Allocation, Int32) |
O DSBMV executa a operação de vetor de matriz y := alfaAx + beta*y |
| DSPMV(Int32, Double, Allocation, Allocation, Int32, Double, Allocation, Int32) |
O DSPMV executa a operação de vetor de matriz y := alfaAx + beta*y |
| DSPR(Int32, Double, Allocation, Int32, Allocation) |
A DSPR executa a operação de classificação 1 A:= alfax**T + A |
| DSPR2(Int32, Double, Allocation, Int32, Allocation, Int32, Allocation) |
DSPR2 executa a operação de classificação simétrica 2 A := alfaxyT + alfayxT + A |
| DSYMM(Int32, Int32, Double, Allocation, Allocation, Double, Allocation) |
O DSYMM executa uma das operações de matriz C := alfaAB + betaC ou C := alfaBA + betaC |
| DSYMV(Int32, Double, Allocation, Allocation, Int32, Double, Allocation, Int32) |
DSYMV executa a operação de vetor de matriz y := alfaAx + beta*y |
| DSYR(Int32, Double, Allocation, Int32, Allocation) |
O DSYR executa a operação de classificação 1 A:= alfax**T + A |
| DSYR2(Int32, Double, Allocation, Int32, Allocation, Int32, Allocation) |
DSYR2 executa a operação de classificação simétrica 2 A := alfaxyT + alfayxT + A |
| DSYR2K(Int32, Int32, Double, Allocation, Allocation, Double, Allocation) |
DSYR2K executa uma das operações de classificação simétrica 2k C := alfaABT + alfaBAT + betaC ou C := alfaATB + alfaBTA + betaC |
| DSYRK(Int32, Int32, Double, Allocation, Double, Allocation) |
DSYRK executa uma das operações de classificação simétrica k C := alfaAT + betaC ou C := alfaA A+ betaC |
| DTBMV(Int32, Int32, Int32, Int32, Allocation, Allocation, Int32) |
O DTBMV executa uma das operações de vetor de matriz x := Ax ou x := A**Tx |
| DTBSV(Int32, Int32, Int32, Int32, Allocation, Allocation, Int32) |
O DTBSV resolve um dos sistemas de equações Ax = b ou A**Tx = b |
| DTPMV(Int32, Int32, Int32, Allocation, Allocation, Int32) |
O DTPMV executa uma das operações de vetor de matriz x := Ax ou x := A**Tx |
| DTPSV(Int32, Int32, Int32, Allocation, Allocation, Int32) |
O DTPSV resolve um dos sistemas de equações Ax = b ou A**Tx = b |
| DTRMM(Int32, Int32, Int32, Int32, Double, Allocation, Allocation) |
O DTRMM executa uma das operações de matriz-matriz B := alphaop(A)B ou B := alfaBop(A) op(A) é uma op(A) = A ou op(A) = A**T |
| DTRMV(Int32, Int32, Int32, Allocation, Allocation, Int32) |
DTRMV executa uma das operações de vetor de matriz x := Ax ou x := A**Tx |
| DTRSM(Int32, Int32, Int32, Int32, Double, Allocation, Allocation) |
DTRSM resolve uma das equações de matriz op(A)X := alfaB ou Xop(A) := alfaB op(A) é uma op(A) = A ou op(A) = A**T |
| DTRSV(Int32, Int32, Int32, Allocation, Allocation, Int32) |
DTRSV resolve um dos sistemas de equações Ax = b ou A**Tx = b |
| Equals(Object) |
Indica se algum outro objeto é "igual a" este. (Herdado de Object) |
| ForEach(Int32, Allocation, Allocation, FieldPacker, Script+LaunchOptions) |
Destina-se apenas ao uso pelo código refletido gerado. (Herdado de Script) |
| ForEach(Int32, Allocation, Allocation, FieldPacker) |
Destina-se apenas ao uso pelo código refletido gerado. (Herdado de Script) |
| ForEach(Int32, Allocation[], Allocation, FieldPacker, Script+LaunchOptions) |
Destina-se apenas ao uso pelo código refletido gerado. (Herdado de Script) |
| ForEach(Int32, Allocation[], Allocation, FieldPacker) |
Destina-se apenas ao uso pelo código refletido gerado. (Herdado de Script) |
| GetHashCode() |
Retorna um valor de código hash para o objeto. (Herdado de Object) |
| GetVarB(Int32) | (Herdado de Script) |
| GetVarD(Int32) | (Herdado de Script) |
| GetVarF(Int32) | (Herdado de Script) |
| GetVarI(Int32) | (Herdado de Script) |
| GetVarJ(Int32) | (Herdado de Script) |
| GetVarV(Int32, FieldPacker) |
Destina-se apenas ao uso pelo código refletido gerado. (Herdado de Script) |
| Invoke(Int32, FieldPacker) |
Destina-se apenas ao uso pelo código refletido gerado. (Herdado de Script) |
| Invoke(Int32) |
Destina-se apenas ao uso pelo código refletido gerado. (Herdado de Script) |
| JavaFinalize() |
Chamado pelo coletor de lixo em um objeto quando a coleta de lixo determina que não há mais referências ao objeto. (Herdado de Object) |
| Notify() |
Ativa um único thread que está aguardando no monitor deste objeto. (Herdado de Object) |
| NotifyAll() |
Ativa todos os threads que estão aguardando no monitor deste objeto. (Herdado de Object) |
| Reduce(Int32, Allocation[], Allocation, Script+LaunchOptions) |
Destina-se apenas ao uso pelo código refletido gerado. (Herdado de Script) |
| SetHandle(IntPtr, JniHandleOwnership) |
Define a propriedade Handle (Herdado de Object) |
| SetTimeZone(String) | (Herdado de Script) |
| SetVar(Int32, BaseObj) |
Destina-se apenas ao uso pelo código refletido gerado. (Herdado de Script) |
| SetVar(Int32, Boolean) |
Destina-se apenas ao uso pelo código refletido gerado. (Herdado de Script) |
| SetVar(Int32, Double) |
Destina-se apenas ao uso pelo código refletido gerado. (Herdado de Script) |
| SetVar(Int32, FieldPacker, Element, Int32[]) |
Destina-se apenas ao uso pelo código refletido gerado. (Herdado de Script) |
| SetVar(Int32, FieldPacker) |
Destina-se apenas ao uso pelo código refletido gerado. (Herdado de Script) |
| SetVar(Int32, Int32) |
Destina-se apenas ao uso pelo código refletido gerado. (Herdado de Script) |
| SetVar(Int32, Int64) |
Destina-se apenas ao uso pelo código refletido gerado. (Herdado de Script) |
| SetVar(Int32, Single) |
Destina-se apenas ao uso pelo código refletido gerado. (Herdado de Script) |
| SGBMV(Int32, Int32, Int32, Single, Allocation, Allocation, Int32, Single, Allocation, Int32) |
O SGBMV executa uma das operações de vetor de matriz y := alfaAx + betay ou y := alfaA**Tx + betay |
| SGEMM(Int32, Int32, Single, Allocation, Allocation, Single, Allocation) |
O SGEMM executa uma das operações de matriz C := alpha*op(A)op(B) + beta C emque op(X) é um de op(X) = X ou op(X) = X**T |
| SGEMV(Int32, Single, Allocation, Allocation, Int32, Single, Allocation, Int32) |
O SGEMV executa uma das operações de vetor de matriz y := alfaAx + betay ou y := alfaA**Tx + betay |
| SGER(Single, Allocation, Int32, Allocation, Int32, Allocation) |
O SGER executa a operação de classificação 1 A := alfaxy**T + A |
| SSBMV(Int32, Int32, Single, Allocation, Allocation, Int32, Single, Allocation, Int32) |
O SSBMV executa a operação de vetor de matriz y := alfaAx + beta*y |
| SSPMV(Int32, Single, Allocation, Allocation, Int32, Single, Allocation, Int32) |
O SSPMV executa a operação de vetor de matriz y := alfaAx + beta*y |
| SSPR(Int32, Single, Allocation, Int32, Allocation) |
A SSPR executa a operação de classificação 1 A:= alfax**T + A |
| SSPR2(Int32, Single, Allocation, Int32, Allocation, Int32, Allocation) |
O SSPR2 executa a operação de classificação simétrica 2 A := alfaxyT + alfayxT + A |
| SSYMM(Int32, Int32, Single, Allocation, Allocation, Single, Allocation) |
O SSYMM executa uma das operações de matriz C := alfaAB + betaC ou C := alfaBA + betaC |
| SSYMV(Int32, Single, Allocation, Allocation, Int32, Single, Allocation, Int32) |
O SSYMV executa a operação de vetor de matriz y := alfaAx + beta*y |
| SSYR(Int32, Single, Allocation, Int32, Allocation) |
O SSYR executa a operação de classificação 1 A:= alfax**T + A |
| SSYR2(Int32, Single, Allocation, Int32, Allocation, Int32, Allocation) |
O SSYR2 executa a operação de classificação simétrica 2 A := alfaxyT + alfayxT + A |
| SSYR2K(Int32, Int32, Single, Allocation, Allocation, Single, Allocation) |
O SSYR2K executa uma das operações de classificação simétrica 2k C := alfaABT + alfaBAT + betaC ou C := alfaATB + alfaBTA + betaC |
| SSYRK(Int32, Int32, Single, Allocation, Single, Allocation) |
O SSYRK executa uma das operações de classificação simétrica k C := alfaA T+ betaC ou C := alfaA TA + betaC |
| STBMV(Int32, Int32, Int32, Int32, Allocation, Allocation, Int32) |
STBMV executa uma das operações de vetor de matriz x := Ax ou x := A**Tx |
| STBSV(Int32, Int32, Int32, Int32, Allocation, Allocation, Int32) |
STBSV resolve um dos sistemas de equações Ax = b ou A**Tx = b |
| STPMV(Int32, Int32, Int32, Allocation, Allocation, Int32) |
STPMV executa uma das operações de vetor de matriz x := Ax ou x := A**Tx |
| STPSV(Int32, Int32, Int32, Allocation, Allocation, Int32) |
O STPSV resolve um dos sistemas de equações Ax = b ou A**Tx = b |
| STRMM(Int32, Int32, Int32, Int32, Single, Allocation, Allocation) |
O STRMM executa uma das operações de matriz-matriz B := alphaop(A)B ou B := alphaBop(A) op(A) é uma op(A) = A ou op(A) = A**T |
| STRMV(Int32, Int32, Int32, Allocation, Allocation, Int32) |
STRMV executa uma das operações de vetor de matriz x := Ax ou x := A**Tx |
| STRSM(Int32, Int32, Int32, Int32, Single, Allocation, Allocation) |
STRSM resolve uma das equações de matriz op(A)X := alfaB ou Xop(A) := alfaB op(A) é um de op(A) = A ou op(A) = A**T |
| STRSV(Int32, Int32, Int32, Allocation, Allocation, Int32) |
STRSV resolve um dos sistemas de equações Ax = b ou A**Tx = b |
| ToArray<T>() |
A classe ScriptIntrinsicBLAS fornece APIs RenderScript de alto desempenho para BLAS. (Herdado de Object) |
| ToString() |
Retorna uma representação de cadeia de caracteres do objeto. (Herdado de Object) |
| UnregisterFromRuntime() |
A classe ScriptIntrinsicBLAS fornece APIs RenderScript de alto desempenho para BLAS. (Herdado de Object) |
| Wait() |
Faz com que o thread atual aguarde até ser despertado, normalmente por ser <notificado/em> ou <em>interrompido</em>.<> (Herdado de Object) |
| Wait(Int64, Int32) |
Faz com que o thread atual aguarde até que ele seja despertado, normalmente por ser <>notificado</em> ou <em>interrompido</em>, ou até que uma determinada quantidade de tempo real tenha decorrido. (Herdado de Object) |
| Wait(Int64) |
Faz com que o thread atual aguarde até que ele seja despertado, normalmente por ser <>notificado</em> ou <em>interrompido</em>, ou até que uma determinada quantidade de tempo real tenha decorrido. (Herdado de Object) |
| ZGBMV(Int32, Int32, Int32, Double2, Allocation, Allocation, Int32, Double2, Allocation, Int32) |
ZGBMV executa uma das operações de vetor de matriz y := alfaAx + betay ou y := alfaATx + betay ou y := alfa*AHx + betay |
| ZGEMM(Int32, Int32, Double2, Allocation, Allocation, Double2, Allocation) |
O ZGEMM executa uma das operações de matriz C := alpha*op(A)op(B) + betaC em que op(X) é um de op(X) = X ou op(X) = XT ou op(X) = XH |
| ZGEMV(Int32, Double2, Allocation, Allocation, Int32, Double2, Allocation, Int32) |
O ZGEMV executa uma das operações de vetor de matriz y := alfaAx + betay ou y := alfaATx + betay ou y := alfa*AHx + betay |
| ZGERC(Double2, Allocation, Int32, Allocation, Int32, Allocation) |
O ZGERC executa a operação de classificação 1 A:= alfaxy**H + A |
| ZGERU(Double2, Allocation, Int32, Allocation, Int32, Allocation) |
O ZGERU executa a operação de classificação 1 A := alfaxy**T + A |
| ZHBMV(Int32, Int32, Double2, Allocation, Allocation, Int32, Double2, Allocation, Int32) |
O ZHBMV executa a operação de vetor de matriz y := alfaAx + beta*y |
| ZHEMM(Int32, Int32, Double2, Allocation, Allocation, Double2, Allocation) |
O ZHEMM executa uma das operações de matriz C := alfaAB + betaC ou C := alfaBA + betaC |
| ZHEMV(Int32, Double2, Allocation, Allocation, Int32, Double2, Allocation, Int32) |
O ZHEMV executa a operação de vetor de matriz y := alfaAx + beta*y |
| ZHER(Int32, Double, Allocation, Int32, Allocation) |
O ZHER executa a operação de classificação 1 A := alfaxx**H + A |
| ZHER2(Int32, Double2, Allocation, Int32, Allocation, Int32, Allocation) |
ZHER2 executa a operação de classificação simétrica 2 A := alfaxyH + alfayxH + A |
| ZHER2K(Int32, Int32, Double2, Allocation, Allocation, Double, Allocation) |
ZHER2K executa uma das operações de classificação hermitiana 2k C := alfaABH + conjg( alfa )BAH + betaC ou C := alfaAH*B + conjg( alfa )*BHA + betaC |
| ZHERK(Int32, Int32, Double, Allocation, Double, Allocation) |
O ZHERK executa uma das operações de classificação k hermitiana C := alfaAH + betaC ou C := alfaAHA + betaC |
| ZHPMV(Int32, Double2, Allocation, Allocation, Int32, Double2, Allocation, Int32) |
O ZHPMV executa a operação de vetor de matriz y := alfaAx + beta*y |
| ZHPR(Int32, Double, Allocation, Int32, Allocation) |
O ZHPR executa a operação de classificação 1 A := alfaxx**H + A |
| ZHPR2(Int32, Double2, Allocation, Int32, Allocation, Int32, Allocation) |
ZHPR2 executa a operação de classificação simétrica 2 A := alfaxyH + alfayxH + A |
| ZSYMM(Int32, Int32, Double2, Allocation, Allocation, Double2, Allocation) |
O ZSYMM executa uma das operações de matriz C := alfaAB + betaC ou C := alfaBA + betaC |
| ZSYR2K(Int32, Int32, Double2, Allocation, Allocation, Double2, Allocation) |
O ZSYR2K executa uma das operações de classificação simétrica 2k C := alfaABT + alfaBAT + betaC ou C := alfaATB + alfaBTA + betaC |
| ZSYRK(Int32, Int32, Double2, Allocation, Double2, Allocation) |
ZSYRK executa uma das operações de classificação simétrica k C := alfaA AT + betaC ou C := alfaATA + betaC |
| ZTBMV(Int32, Int32, Int32, Int32, Allocation, Allocation, Int32) |
O ZTBMV executa uma das operações de vetor de matriz x := Ax ou x := A**Tx ou x := A**H*x |
| ZTBSV(Int32, Int32, Int32, Int32, Allocation, Allocation, Int32) |
O ZTBSV resolve um dos sistemas de equações Ax = b ou A**Tx = b ou A**H*x = b |
| ZTPMV(Int32, Int32, Int32, Allocation, Allocation, Int32) |
O ZTPMV executa uma das operações de vetor de matriz x := Ax ou x := A**Tx ou x := A**H*x |
| ZTPSV(Int32, Int32, Int32, Allocation, Allocation, Int32) |
O ZTPSV resolve um dos sistemas de equações Ax = b ou A**Tx = b ou A**H*x = b |
| ZTRMM(Int32, Int32, Int32, Int32, Double2, Allocation, Allocation) |
O ZTRMM executa uma das operações de matriz-matriz B := alphaop(A)B ou B := alfaBop(A) op(A) é uma op(A) = A ou op(A) = AT ou op(A) = AH |
| ZTRMV(Int32, Int32, Int32, Allocation, Allocation, Int32) |
O ZTRMV executa uma das operações de vetor de matriz x := Ax ou x := A**Tx ou x := A**H*x |
| ZTRSM(Int32, Int32, Int32, Int32, Double2, Allocation, Allocation) |
O ZTRSM resolve uma das equações de matriz op(A)X := alfaB ou Xop(A) := alfaB op(A) é um de op(A) = A ou op(A) = AT ou op(A) = AH |
| ZTRSV(Int32, Int32, Int32, Allocation, Allocation, Int32) |
O ZTRSV resolve um dos sistemas de equações Ax = b ou A**Tx = b ou A**H*x = b |
Implantações explícitas de interface
| Nome | Description |
|---|---|
| IJavaPeerable.Disposed() |
A classe ScriptIntrinsicBLAS fornece APIs RenderScript de alto desempenho para BLAS. (Herdado de Object) |
| IJavaPeerable.DisposeUnlessReferenced() |
A classe ScriptIntrinsicBLAS fornece APIs RenderScript de alto desempenho para BLAS. (Herdado de Object) |
| IJavaPeerable.Finalized() |
A classe ScriptIntrinsicBLAS fornece APIs RenderScript de alto desempenho para BLAS. (Herdado de Object) |
| IJavaPeerable.JniManagedPeerState |
A classe ScriptIntrinsicBLAS fornece APIs RenderScript de alto desempenho para BLAS. (Herdado de Object) |
| IJavaPeerable.SetJniIdentityHashCode(Int32) |
A classe ScriptIntrinsicBLAS fornece APIs RenderScript de alto desempenho para BLAS. (Herdado de Object) |
| IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates) |
A classe ScriptIntrinsicBLAS fornece APIs RenderScript de alto desempenho para BLAS. (Herdado de Object) |
| IJavaPeerable.SetPeerReference(JniObjectReference) |
A classe ScriptIntrinsicBLAS fornece APIs RenderScript de alto desempenho para BLAS. (Herdado de Object) |
Métodos de Extensão
| Nome | Description |
|---|---|
| GetJniTypeName(IJavaPeerable) |
Obtém o nome JNI do tipo da instância |
| JavaAs<TResult>(IJavaPeerable) |
Tente coagir a digitar |
| JavaCast<TResult>(IJavaObject) |
Executa uma conversão de tipo marcada por runtime do Android. |
| JavaCast<TResult>(IJavaObject) |
A classe ScriptIntrinsicBLAS fornece APIs RenderScript de alto desempenho para BLAS. |
| TryJavaCast<TResult>(IJavaPeerable, TResult) |
Tente coagir a digitar |