ScriptIntrinsicBLAS.DGER Metode

Definisi

DGER melakukan operasi peringkat 1 A := alphaxy**T + A

[Android.Runtime.Register("DGER", "(DLandroid/renderscript/Allocation;ILandroid/renderscript/Allocation;ILandroid/renderscript/Allocation;)V", "", ApiSince=23)]
public void DGER(double alpha, Android.Renderscripts.Allocation? X, int incX, Android.Renderscripts.Allocation? Y, int incY, Android.Renderscripts.Allocation? A);
[<Android.Runtime.Register("DGER", "(DLandroid/renderscript/Allocation;ILandroid/renderscript/Allocation;ILandroid/renderscript/Allocation;)V", "", ApiSince=23)>]
member this.DGER : double * Android.Renderscripts.Allocation * int * Android.Renderscripts.Allocation * int * Android.Renderscripts.Allocation -> unit

Parameter

alpha
Double

Alfa skalar.

X
Allocation

Alokasi input berisi vektor x, jenis Element#F64elemen yang didukung .

incX
Int32

Kenaikan untuk elemen vektor x, harus lebih besar dari nol.

Y
Allocation

Alokasi input berisi vektor y, jenis Element#F64elemen yang didukung .

incY
Int32

Kenaikan untuk elemen vektor y, harus lebih besar dari nol.

A
Allocation

Alokasi input berisi matriks A, jenis Element#F64elemen yang didukung .

Atribut

Keterangan

DGER melakukan operasi peringkat 1 A := alpha*x*y**T + A

Detail: http://www.netlib.org/lapack/explore-html/dc/da8/dger_8f.html

Java dokumentasi untuk android.renderscript.ScriptIntrinsicBLAS.DGER(double, android.renderscript.Allocation, int, android.renderscript.Allocation, int, android.renderscript.Allocation).

Bagian dari halaman ini adalah modifikasi berdasarkan pekerjaan yang dibuat dan dibagikan oleh Android Open Source Project dan digunakan sesuai dengan istilah yang dijelaskan dalam Lisensi Creative Commons 2.5 Lisensi Atribusi.

Berlaku untuk