ScriptIntrinsicBLAS.CGERC 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
CGERC는 순위 1 작업 A := alphaxy**H + A를 수행합니다.
[Android.Runtime.Register("CGERC", "(Landroid/renderscript/Float2;Landroid/renderscript/Allocation;ILandroid/renderscript/Allocation;ILandroid/renderscript/Allocation;)V", "", ApiSince=23)]
public void CGERC (Android.Renderscripts.Float2? alpha, Android.Renderscripts.Allocation? X, int incX, Android.Renderscripts.Allocation? Y, int incY, Android.Renderscripts.Allocation? A);
[<Android.Runtime.Register("CGERC", "(Landroid/renderscript/Float2;Landroid/renderscript/Allocation;ILandroid/renderscript/Allocation;ILandroid/renderscript/Allocation;)V", "", ApiSince=23)>]
member this.CGERC : Android.Renderscripts.Float2 * Android.Renderscripts.Allocation * int * Android.Renderscripts.Allocation * int * Android.Renderscripts.Allocation -> unit
매개 변수
- alpha
- Float2
스칼라 알파입니다.
입력 할당에는 벡터 x, 지원되는 요소 형식 Element#F32_2
이 포함됩니다.
- incX
- Int32
벡터 x의 요소에 대한 증분은 0보다 커야 합니다.
입력 할당에는 벡터 y, 지원되는 요소 형식 Element#F32_2
이 포함됩니다.
- incY
- Int32
벡터 y의 요소에 대한 증분은 0보다 커야 합니다.
입력 할당에는 매트릭스 A, 지원되는 요소 형식 Element#F32_2
이 포함됩니다.
- 특성
설명
CGERC는 순위 1 작업 A := alpha*x*y**H + A를 수행합니다.
세부 정보: http://www.netlib.org/lapack/explore-html/dd/d84/cgerc_8f.html
이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.