ScriptIntrinsicBLAS.CHER2 メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
CHER2 は対称ランク 2 演算 A を実行します。= αxyH + αyxH + A
[Android.Runtime.Register("CHER2", "(ILandroid/renderscript/Float2;Landroid/renderscript/Allocation;ILandroid/renderscript/Allocation;ILandroid/renderscript/Allocation;)V", "", ApiSince=23)]
public void CHER2 (int Uplo, Android.Renderscripts.Float2? alpha, Android.Renderscripts.Allocation? X, int incX, Android.Renderscripts.Allocation? Y, int incY, Android.Renderscripts.Allocation? A);
[<Android.Runtime.Register("CHER2", "(ILandroid/renderscript/Float2;Landroid/renderscript/Allocation;ILandroid/renderscript/Allocation;ILandroid/renderscript/Allocation;)V", "", ApiSince=23)>]
member this.CHER2 : int * Android.Renderscripts.Float2 * Android.Renderscripts.Allocation * int * Android.Renderscripts.Allocation * int * Android.Renderscripts.Allocation -> unit
パラメーター
- Uplo
- Int32
上または下の三角形のパーツを参照するかどうかを指定します。
- alpha
- Float2
スカラー アルファ。
入力割り当てには、サポートされている要素の型 Element#F32_2
であるベクター x が含まれています。
- incX
- Int32
ベクトル x の要素の増分は、0 より大きくする必要があります。
入力の割り当てには、サポートされている要素の種類 Element#F32_2
であるベクター y が含まれています。
- incY
- Int32
ベクトル y の要素の増分は、0 より大きくする必要があります。
入力の割り当てには、サポートされている要素の種類 Element#F32_2
である行列 A が含まれています。
- 属性
注釈
CHER2 では、対称ランク 2 演算 A := alpha*x*y**H + α*y*x**H + A を実行します。
詳細: http://www.netlib.org/lapack/explore-html/db/d87/cher2_8f.html
このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。