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 (Basic Linear Algebra Subprograms) são rotinas que fornecem blocos de construção padrão para realizar 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 descontinuado no nível 31 da API. Consulte o guia de migração para obter as alternativas propostas.
Documentação Java para android.renderscript.ScriptIntrinsicBLAS
.
Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usadas de acordo com os termos descritos na Licença de Atribuição Creative Commons 2.5.
Campos
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
Class |
Retorna a classe de tempo de execução 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
BindAllocation(Allocation, Int32) |
Destinado apenas ao uso pelo código refletido gerado. (Herdado de Script) |
BNNM(Allocation, Int32, Allocation, Int32, Allocation, Int32, Int32) |
Operação semelhante ao GEMM de 8 bits para redes neurais: C = A * Transpor (B) Os cálculos 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 matriz-matriz C := alfa*op(A)op(B) + betaC onde 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 realiza a operação de classificação 1 A := alfaxy**H + A |
CGERU(Float2, Allocation, Int32, Allocation, Int32, Allocation) |
O CGERU realiza a operação rank 1 A := alphaxy**T + A |
CHBMV(Int32, Int32, Float2, Allocation, Allocation, Int32, Float2, Allocation, Int32) |
CHBMV executa a operação vetorial de matriz y := alfaAx + beta*y |
CHEMM(Int32, Int32, Float2, Allocation, Allocation, Float2, Allocation) |
O CHEMM executa uma das operações matriz-matriz C := alfaAB + betaC ou C := alfaBA + betaC |
CHEMV(Int32, Float2, Allocation, Allocation, Int32, Float2, Allocation, Int32) |
O CHEMV executa a operação vetorial de matriz y := alfaAx + beta*y |
CHER(Int32, Single, Allocation, Int32, Allocation) |
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 hermitianas de classificação 2k C := alfa A B H + conjg( alfa )BAH + betaC ou C := alfaAH*B + conjg( alfa )*BHA + betaC |
CHERK(Int32, Int32, Single, Allocation, Single, Allocation) |
CHERK executa uma das operações hermitianas de classificação k C := alfa A A H + betaC ou C := alfaAHA + betaC |
CHPMV(Int32, Float2, Allocation, Allocation, Int32, Float2, Allocation, Int32) |
O CHPMV executa a operação de vetor matricial 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 simétrica de classificação 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 subrotinas BLAS. |
CreateFieldID(Int32, Element) |
Deve ser usado apenas por classes refletidas geradas. (Herdado de Script) |
CreateInvokeID(Int32) |
Deve ser usado apenas por classes refletidas geradas. (Herdado de Script) |
CreateKernelID(Int32, Int32, Element, Element) |
Deve ser usado apenas por classes refletidas geradas. (Herdado de Script) |
CSYMM(Int32, Int32, Float2, Allocation, Allocation, Float2, Allocation) |
O CSYMM executa uma das operações matriz-matriz C := alfaAB + betaC ou C := alfaBA + betaC |
CSYR2K(Int32, Int32, Float2, Allocation, Allocation, Float2, Allocation) |
CSYR2K executa uma das operações simétricas de classificação 2k C := alfa A B T + alfaBAT + betaC ou C := alfaATB + alfaBTA + betaC |
CSYRK(Int32, Int32, Float2, Allocation, Float2, Allocation) |
O CSYRK executa uma das operações de classificação simétrica k C := alfaAAT + betaC ou C := alfaAT A +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) |
O 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) |
O 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 matriz-matriz B := alfaop(A)B ou B := alfaBop(A) op(A) é um de op(A) = A ou op(A) = AT ou op(A) = AH |
CTRMV(Int32, Int32, Int32, Allocation, Allocation, Int32) |
O 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 matriciais 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) |
DGEMM executa uma das operações matriz-matriz C := alfa*op(A)op(B) + betaC onde op(X) é um de op(X) = X ou op(X) = X**T |
DGEMV(Int32, Double, Allocation, Allocation, Int32, Double, Allocation, Int32) |
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) |
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) |
DSBMV executa a operação vetorial 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) |
DSPR executa a operação de classificação 1 A := alphaxx**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 matriz-matriz C := alfaAB + betaC ou C := alfaBA + betaC |
DSYMV(Int32, Double, Allocation, Allocation, Int32, Double, Allocation, Int32) |
O DSYMV executa a operação de vetor matricial y := alfaAx + beta*y |
DSYR(Int32, Double, Allocation, Int32, Allocation) |
DSYR executa a operação de classificação 1 A := alfaxx**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 simétricas de classificação 2k C := alfa A B T + 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 := alfa A A T + betaC ou C := alfaATA + 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) |
A 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) |
A 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 matriz-matriz B := alfaop(A)B ou B := alfaBop(A) op(A) é uma das op(A) = A ou op(A) = A**T |
DTRMV(Int32, Int32, Int32, Allocation, Allocation, Int32) |
O DTRMV executa uma das operações de vetor de matriz x := Ax ou x := A**Tx |
DTRSM(Int32, Int32, Int32, Int32, Double, Allocation, Allocation) |
O DTRSM resolve uma das equações matriciais op(A)X := alfaB ou Xop(A) := alfaB op(A) é uma das 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) |
Destinado apenas ao uso pelo código refletido gerado. (Herdado de Script) |
ForEach(Int32, Allocation, Allocation, FieldPacker) |
Destinado apenas ao uso pelo código refletido gerado. (Herdado de Script) |
ForEach(Int32, Allocation[], Allocation, FieldPacker, Script+LaunchOptions) |
Destinado apenas ao uso pelo código refletido gerado. (Herdado de Script) |
ForEach(Int32, Allocation[], Allocation, FieldPacker) |
Destinado 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) |
Destinado apenas ao uso pelo código refletido gerado. (Herdado de Script) |
Invoke(Int32, FieldPacker) |
Destinado apenas ao uso pelo código refletido gerado. (Herdado de Script) |
Invoke(Int32) |
Destinado 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 desse 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) |
Destinado 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) |
Destinado apenas ao uso pelo código refletido gerado. (Herdado de Script) |
SetVar(Int32, Boolean) |
Destinado apenas ao uso pelo código refletido gerado. (Herdado de Script) |
SetVar(Int32, Double) |
Destinado apenas ao uso pelo código refletido gerado. (Herdado de Script) |
SetVar(Int32, FieldPacker, Element, Int32[]) |
Destinado apenas ao uso pelo código refletido gerado. (Herdado de Script) |
SetVar(Int32, FieldPacker) |
Destinado apenas ao uso pelo código refletido gerado. (Herdado de Script) |
SetVar(Int32, Int32) |
Destinado apenas ao uso pelo código refletido gerado. (Herdado de Script) |
SetVar(Int32, Int64) |
Destinado apenas ao uso pelo código refletido gerado. (Herdado de Script) |
SetVar(Int32, Single) |
Destinado apenas ao uso pelo código refletido gerado. (Herdado de Script) |
SGBMV(Int32, Int32, Int32, Single, Allocation, Allocation, Int32, Single, Allocation, Int32) |
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 matriz-matriz C := alfa*op(A)op(B) + betaC onde 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) |
SSBMV executa a operação vetorial 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) |
SSPR executa a operação de classificação 1 A := alfaxx**T + A |
SSPR2(Int32, Single, Allocation, Int32, Allocation, Int32, Allocation) |
SSPR2 executa a operação simétrica de classificação 2 A := alfaxyT + alfayxT + A |
SSYMM(Int32, Int32, Single, Allocation, Allocation, Single, Allocation) |
O SSYMM executa uma das operações matriz-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) |
SSYR executa a operação de classificação 1 A := alfaxx**T + A |
SSYR2(Int32, Single, Allocation, Int32, Allocation, Int32, Allocation) |
SSYR2 executa a operação de classificação simétrica 2 A := alfaxyT + alfayxT + A |
SSYR2K(Int32, Int32, Single, Allocation, Allocation, Single, Allocation) |
SSYR2K executa uma das operações simétricas de classificação 2k C := alfa A B T + alfaBAT + betaC ou C := alfaATB + alfaBTA + betaC |
SSYRK(Int32, Int32, Single, Allocation, Single, Allocation) |
SSYRK executa uma das operações de classificação simétrica k C := alfa A A T + betaC ou C := alfaATA + betaC |
STBMV(Int32, Int32, Int32, Int32, Allocation, Allocation, Int32) |
O 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) |
O STPMV executa uma das operações de vetor de matriz x := Ax ou x := A**Tx |
STPSV(Int32, Int32, Int32, Allocation, Allocation, Int32) |
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 matriz-matriz B := alfaop(A)B ou B := alfaBop(A) op(A) é um de op(A) = A ou op(A) = A**T |
STRMV(Int32, Int32, Int32, Allocation, Allocation, Int32) |
O 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 matriciais 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é que seja despertado, normalmente sendo <notificado></em> ou <em>interrompido</em>. (Herdado de Object) |
Wait(Int64, Int32) |
Faz com que o thread atual aguarde até que seja ativado, normalmente sendo <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 seja ativado, normalmente sendo <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) |
O 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 matriz-matriz C := alfa*op(A)op(B) + betaC onde op(X) é um de op(X) = X ou op(X) = XT ou op(X) = XH |
ZGEMV(Int32, Double2, Allocation, Allocation, Int32, Double2, Allocation, Int32) |
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) |
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) |
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 matriz-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) |
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 simétrica de classificação 2 A := alfaxyH + alfayxH + A |
ZHER2K(Int32, Int32, Double2, Allocation, Allocation, Double, Allocation) |
ZHER2K executa uma das operações hermitianas de classificação 2k C := alfaABH + conjg( alfa )BAH + betaC ou C := alfaAH*B + conjg( alfa )*BHA + betaC |
ZHERK(Int32, Int32, Double, Allocation, Double, Allocation) |
ZHERK executa uma das operações hermitianas de classificação k C := alfaAAH + betaC ou C := alfaAHA + betaC |
ZHPMV(Int32, Double2, Allocation, Allocation, Int32, Double2, Allocation, Int32) |
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 simétrica de classificação 2 A := alfaxyH + alfayxH + A |
ZSYMM(Int32, Int32, Double2, Allocation, Allocation, Double2, Allocation) |
O ZSYMM executa uma das operações matriz-matriz C := alfaAB + betaC ou C := alfaBA + betaC |
ZSYR2K(Int32, Int32, Double2, Allocation, Allocation, Double2, Allocation) |
ZSYR2K executa uma das operações simétricas de classificação 2k C: = alfaA, B, T + alfa, B, A, T + beta, C ou C: = alfa, A, T, B + alfa, B, T, A + beta, C |
ZSYRK(Int32, Int32, Double2, Allocation, Double2, Allocation) |
ZSYRK executa uma das operações de classificação simétrica k C := alfa A A T + 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) |
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) |
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 matriz-matriz B := alfaop(A)B ou B := alfaBop(A) op(A) é um de 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) |
ZTRSM resolve uma das equações matriciais 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) |
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
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
JavaCast<TResult>(IJavaObject) |
Executa uma conversão de tipo verificada pelo tempo de execução do Android. |
JavaCast<TResult>(IJavaObject) |
A classe ScriptIntrinsicBLAS fornece APIs RenderScript de alto desempenho para BLAS. |
GetJniTypeName(IJavaPeerable) |
A classe ScriptIntrinsicBLAS fornece APIs RenderScript de alto desempenho para BLAS. |