[]Struct jni_android_sys::android::renderscript::ScriptIntrinsicBLAS

#[repr(transparent)]
pub struct ScriptIntrinsicBLAS(_);

public final class ScriptIntrinsicBLAS

Required feature: "android-renderscript-ScriptIntrinsicBLAS"

Methods

impl ScriptIntrinsicBLAS

pub fn create<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env RenderScript>>
) -> Result<Option<Local<'env, ScriptIntrinsicBLAS>>, Local<'env, Throwable>>
[src]

create

Required features: "android-renderscript-RenderScript", "android-renderscript-ScriptIntrinsicBLAS"

pub fn SGEMV<'env>(
    &'env self,
    arg0: i32,
    arg1: f32,
    arg2: impl Into<Option<&'env Allocation>>,
    arg3: impl Into<Option<&'env Allocation>>,
    arg4: i32,
    arg5: f32,
    arg6: impl Into<Option<&'env Allocation>>,
    arg7: i32
) -> Result<(), Local<'env, Throwable>>
[src]

SGEMV

Required features: "android-renderscript-Allocation"

pub fn DGEMV<'env>(
    &'env self,
    arg0: i32,
    arg1: f64,
    arg2: impl Into<Option<&'env Allocation>>,
    arg3: impl Into<Option<&'env Allocation>>,
    arg4: i32,
    arg5: f64,
    arg6: impl Into<Option<&'env Allocation>>,
    arg7: i32
) -> Result<(), Local<'env, Throwable>>
[src]

DGEMV

Required features: "android-renderscript-Allocation"

pub fn CGEMV<'env>(
    &'env self,
    arg0: i32,
    arg1: impl Into<Option<&'env Float2>>,
    arg2: impl Into<Option<&'env Allocation>>,
    arg3: impl Into<Option<&'env Allocation>>,
    arg4: i32,
    arg5: impl Into<Option<&'env Float2>>,
    arg6: impl Into<Option<&'env Allocation>>,
    arg7: i32
) -> Result<(), Local<'env, Throwable>>
[src]

CGEMV

Required features: "android-renderscript-Allocation", "android-renderscript-Float2"

pub fn ZGEMV<'env>(
    &'env self,
    arg0: i32,
    arg1: impl Into<Option<&'env Double2>>,
    arg2: impl Into<Option<&'env Allocation>>,
    arg3: impl Into<Option<&'env Allocation>>,
    arg4: i32,
    arg5: impl Into<Option<&'env Double2>>,
    arg6: impl Into<Option<&'env Allocation>>,
    arg7: i32
) -> Result<(), Local<'env, Throwable>>
[src]

ZGEMV

Required features: "android-renderscript-Allocation", "android-renderscript-Double2"

pub fn SGBMV<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: i32,
    arg3: f32,
    arg4: impl Into<Option<&'env Allocation>>,
    arg5: impl Into<Option<&'env Allocation>>,
    arg6: i32,
    arg7: f32,
    arg8: impl Into<Option<&'env Allocation>>,
    arg9: i32
) -> Result<(), Local<'env, Throwable>>
[src]

SGBMV

Required features: "android-renderscript-Allocation"

pub fn DGBMV<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: i32,
    arg3: f64,
    arg4: impl Into<Option<&'env Allocation>>,
    arg5: impl Into<Option<&'env Allocation>>,
    arg6: i32,
    arg7: f64,
    arg8: impl Into<Option<&'env Allocation>>,
    arg9: i32
) -> Result<(), Local<'env, Throwable>>
[src]

DGBMV

Required features: "android-renderscript-Allocation"

pub fn CGBMV<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: i32,
    arg3: impl Into<Option<&'env Float2>>,
    arg4: impl Into<Option<&'env Allocation>>,
    arg5: impl Into<Option<&'env Allocation>>,
    arg6: i32,
    arg7: impl Into<Option<&'env Float2>>,
    arg8: impl Into<Option<&'env Allocation>>,
    arg9: i32
) -> Result<(), Local<'env, Throwable>>
[src]

CGBMV

Required features: "android-renderscript-Allocation", "android-renderscript-Float2"

pub fn ZGBMV<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: i32,
    arg3: impl Into<Option<&'env Double2>>,
    arg4: impl Into<Option<&'env Allocation>>,
    arg5: impl Into<Option<&'env Allocation>>,
    arg6: i32,
    arg7: impl Into<Option<&'env Double2>>,
    arg8: impl Into<Option<&'env Allocation>>,
    arg9: i32
) -> Result<(), Local<'env, Throwable>>
[src]

ZGBMV

Required features: "android-renderscript-Allocation", "android-renderscript-Double2"

pub fn STRMV<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: i32,
    arg3: impl Into<Option<&'env Allocation>>,
    arg4: impl Into<Option<&'env Allocation>>,
    arg5: i32
) -> Result<(), Local<'env, Throwable>>
[src]

STRMV

Required features: "android-renderscript-Allocation"

pub fn DTRMV<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: i32,
    arg3: impl Into<Option<&'env Allocation>>,
    arg4: impl Into<Option<&'env Allocation>>,
    arg5: i32
) -> Result<(), Local<'env, Throwable>>
[src]

DTRMV

Required features: "android-renderscript-Allocation"

pub fn CTRMV<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: i32,
    arg3: impl Into<Option<&'env Allocation>>,
    arg4: impl Into<Option<&'env Allocation>>,
    arg5: i32
) -> Result<(), Local<'env, Throwable>>
[src]

CTRMV

Required features: "android-renderscript-Allocation"

pub fn ZTRMV<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: i32,
    arg3: impl Into<Option<&'env Allocation>>,
    arg4: impl Into<Option<&'env Allocation>>,
    arg5: i32
) -> Result<(), Local<'env, Throwable>>
[src]

ZTRMV

Required features: "android-renderscript-Allocation"

pub fn STBMV<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: i32,
    arg3: i32,
    arg4: impl Into<Option<&'env Allocation>>,
    arg5: impl Into<Option<&'env Allocation>>,
    arg6: i32
) -> Result<(), Local<'env, Throwable>>
[src]

STBMV

Required features: "android-renderscript-Allocation"

pub fn DTBMV<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: i32,
    arg3: i32,
    arg4: impl Into<Option<&'env Allocation>>,
    arg5: impl Into<Option<&'env Allocation>>,
    arg6: i32
) -> Result<(), Local<'env, Throwable>>
[src]

DTBMV

Required features: "android-renderscript-Allocation"

pub fn CTBMV<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: i32,
    arg3: i32,
    arg4: impl Into<Option<&'env Allocation>>,
    arg5: impl Into<Option<&'env Allocation>>,
    arg6: i32
) -> Result<(), Local<'env, Throwable>>
[src]

CTBMV

Required features: "android-renderscript-Allocation"

pub fn ZTBMV<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: i32,
    arg3: i32,
    arg4: impl Into<Option<&'env Allocation>>,
    arg5: impl Into<Option<&'env Allocation>>,
    arg6: i32
) -> Result<(), Local<'env, Throwable>>
[src]

ZTBMV

Required features: "android-renderscript-Allocation"

pub fn STPMV<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: i32,
    arg3: impl Into<Option<&'env Allocation>>,
    arg4: impl Into<Option<&'env Allocation>>,
    arg5: i32
) -> Result<(), Local<'env, Throwable>>
[src]

STPMV

Required features: "android-renderscript-Allocation"

pub fn DTPMV<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: i32,
    arg3: impl Into<Option<&'env Allocation>>,
    arg4: impl Into<Option<&'env Allocation>>,
    arg5: i32
) -> Result<(), Local<'env, Throwable>>
[src]

DTPMV

Required features: "android-renderscript-Allocation"

pub fn CTPMV<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: i32,
    arg3: impl Into<Option<&'env Allocation>>,
    arg4: impl Into<Option<&'env Allocation>>,
    arg5: i32
) -> Result<(), Local<'env, Throwable>>
[src]

CTPMV

Required features: "android-renderscript-Allocation"

pub fn ZTPMV<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: i32,
    arg3: impl Into<Option<&'env Allocation>>,
    arg4: impl Into<Option<&'env Allocation>>,
    arg5: i32
) -> Result<(), Local<'env, Throwable>>
[src]

ZTPMV

Required features: "android-renderscript-Allocation"

pub fn STRSV<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: i32,
    arg3: impl Into<Option<&'env Allocation>>,
    arg4: impl Into<Option<&'env Allocation>>,
    arg5: i32
) -> Result<(), Local<'env, Throwable>>
[src]

STRSV

Required features: "android-renderscript-Allocation"

pub fn DTRSV<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: i32,
    arg3: impl Into<Option<&'env Allocation>>,
    arg4: impl Into<Option<&'env Allocation>>,
    arg5: i32
) -> Result<(), Local<'env, Throwable>>
[src]

DTRSV

Required features: "android-renderscript-Allocation"

pub fn CTRSV<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: i32,
    arg3: impl Into<Option<&'env Allocation>>,
    arg4: impl Into<Option<&'env Allocation>>,
    arg5: i32
) -> Result<(), Local<'env, Throwable>>
[src]

CTRSV

Required features: "android-renderscript-Allocation"

pub fn ZTRSV<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: i32,
    arg3: impl Into<Option<&'env Allocation>>,
    arg4: impl Into<Option<&'env Allocation>>,
    arg5: i32
) -> Result<(), Local<'env, Throwable>>
[src]

ZTRSV

Required features: "android-renderscript-Allocation"

pub fn STBSV<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: i32,
    arg3: i32,
    arg4: impl Into<Option<&'env Allocation>>,
    arg5: impl Into<Option<&'env Allocation>>,
    arg6: i32
) -> Result<(), Local<'env, Throwable>>
[src]

STBSV

Required features: "android-renderscript-Allocation"

pub fn DTBSV<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: i32,
    arg3: i32,
    arg4: impl Into<Option<&'env Allocation>>,
    arg5: impl Into<Option<&'env Allocation>>,
    arg6: i32
) -> Result<(), Local<'env, Throwable>>
[src]

DTBSV

Required features: "android-renderscript-Allocation"

pub fn CTBSV<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: i32,
    arg3: i32,
    arg4: impl Into<Option<&'env Allocation>>,
    arg5: impl Into<Option<&'env Allocation>>,
    arg6: i32
) -> Result<(), Local<'env, Throwable>>
[src]

CTBSV

Required features: "android-renderscript-Allocation"

pub fn ZTBSV<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: i32,
    arg3: i32,
    arg4: impl Into<Option<&'env Allocation>>,
    arg5: impl Into<Option<&'env Allocation>>,
    arg6: i32
) -> Result<(), Local<'env, Throwable>>
[src]

ZTBSV

Required features: "android-renderscript-Allocation"

pub fn STPSV<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: i32,
    arg3: impl Into<Option<&'env Allocation>>,
    arg4: impl Into<Option<&'env Allocation>>,
    arg5: i32
) -> Result<(), Local<'env, Throwable>>
[src]

STPSV

Required features: "android-renderscript-Allocation"

pub fn DTPSV<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: i32,
    arg3: impl Into<Option<&'env Allocation>>,
    arg4: impl Into<Option<&'env Allocation>>,
    arg5: i32
) -> Result<(), Local<'env, Throwable>>
[src]

DTPSV

Required features: "android-renderscript-Allocation"

pub fn CTPSV<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: i32,
    arg3: impl Into<Option<&'env Allocation>>,
    arg4: impl Into<Option<&'env Allocation>>,
    arg5: i32
) -> Result<(), Local<'env, Throwable>>
[src]

CTPSV

Required features: "android-renderscript-Allocation"

pub fn ZTPSV<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: i32,
    arg3: impl Into<Option<&'env Allocation>>,
    arg4: impl Into<Option<&'env Allocation>>,
    arg5: i32
) -> Result<(), Local<'env, Throwable>>
[src]

ZTPSV

Required features: "android-renderscript-Allocation"

pub fn SSYMV<'env>(
    &'env self,
    arg0: i32,
    arg1: f32,
    arg2: impl Into<Option<&'env Allocation>>,
    arg3: impl Into<Option<&'env Allocation>>,
    arg4: i32,
    arg5: f32,
    arg6: impl Into<Option<&'env Allocation>>,
    arg7: i32
) -> Result<(), Local<'env, Throwable>>
[src]

SSYMV

Required features: "android-renderscript-Allocation"

pub fn SSBMV<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: f32,
    arg3: impl Into<Option<&'env Allocation>>,
    arg4: impl Into<Option<&'env Allocation>>,
    arg5: i32,
    arg6: f32,
    arg7: impl Into<Option<&'env Allocation>>,
    arg8: i32
) -> Result<(), Local<'env, Throwable>>
[src]

SSBMV

Required features: "android-renderscript-Allocation"

pub fn SSPMV<'env>(
    &'env self,
    arg0: i32,
    arg1: f32,
    arg2: impl Into<Option<&'env Allocation>>,
    arg3: impl Into<Option<&'env Allocation>>,
    arg4: i32,
    arg5: f32,
    arg6: impl Into<Option<&'env Allocation>>,
    arg7: i32
) -> Result<(), Local<'env, Throwable>>
[src]

SSPMV

Required features: "android-renderscript-Allocation"

pub fn SGER<'env>(
    &'env self,
    arg0: f32,
    arg1: impl Into<Option<&'env Allocation>>,
    arg2: i32,
    arg3: impl Into<Option<&'env Allocation>>,
    arg4: i32,
    arg5: impl Into<Option<&'env Allocation>>
) -> Result<(), Local<'env, Throwable>>
[src]

SGER

Required features: "android-renderscript-Allocation"

pub fn SSYR<'env>(
    &'env self,
    arg0: i32,
    arg1: f32,
    arg2: impl Into<Option<&'env Allocation>>,
    arg3: i32,
    arg4: impl Into<Option<&'env Allocation>>
) -> Result<(), Local<'env, Throwable>>
[src]

SSYR

Required features: "android-renderscript-Allocation"

pub fn SSPR<'env>(
    &'env self,
    arg0: i32,
    arg1: f32,
    arg2: impl Into<Option<&'env Allocation>>,
    arg3: i32,
    arg4: impl Into<Option<&'env Allocation>>
) -> Result<(), Local<'env, Throwable>>
[src]

SSPR

Required features: "android-renderscript-Allocation"

pub fn SSYR2<'env>(
    &'env self,
    arg0: i32,
    arg1: f32,
    arg2: impl Into<Option<&'env Allocation>>,
    arg3: i32,
    arg4: impl Into<Option<&'env Allocation>>,
    arg5: i32,
    arg6: impl Into<Option<&'env Allocation>>
) -> Result<(), Local<'env, Throwable>>
[src]

SSYR2

Required features: "android-renderscript-Allocation"

pub fn SSPR2<'env>(
    &'env self,
    arg0: i32,
    arg1: f32,
    arg2: impl Into<Option<&'env Allocation>>,
    arg3: i32,
    arg4: impl Into<Option<&'env Allocation>>,
    arg5: i32,
    arg6: impl Into<Option<&'env Allocation>>
) -> Result<(), Local<'env, Throwable>>
[src]

SSPR2

Required features: "android-renderscript-Allocation"

pub fn DSYMV<'env>(
    &'env self,
    arg0: i32,
    arg1: f64,
    arg2: impl Into<Option<&'env Allocation>>,
    arg3: impl Into<Option<&'env Allocation>>,
    arg4: i32,
    arg5: f64,
    arg6: impl Into<Option<&'env Allocation>>,
    arg7: i32
) -> Result<(), Local<'env, Throwable>>
[src]

DSYMV

Required features: "android-renderscript-Allocation"

pub fn DSBMV<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: f64,
    arg3: impl Into<Option<&'env Allocation>>,
    arg4: impl Into<Option<&'env Allocation>>,
    arg5: i32,
    arg6: f64,
    arg7: impl Into<Option<&'env Allocation>>,
    arg8: i32
) -> Result<(), Local<'env, Throwable>>
[src]

DSBMV

Required features: "android-renderscript-Allocation"

pub fn DSPMV<'env>(
    &'env self,
    arg0: i32,
    arg1: f64,
    arg2: impl Into<Option<&'env Allocation>>,
    arg3: impl Into<Option<&'env Allocation>>,
    arg4: i32,
    arg5: f64,
    arg6: impl Into<Option<&'env Allocation>>,
    arg7: i32
) -> Result<(), Local<'env, Throwable>>
[src]

DSPMV

Required features: "android-renderscript-Allocation"

pub fn DGER<'env>(
    &'env self,
    arg0: f64,
    arg1: impl Into<Option<&'env Allocation>>,
    arg2: i32,
    arg3: impl Into<Option<&'env Allocation>>,
    arg4: i32,
    arg5: impl Into<Option<&'env Allocation>>
) -> Result<(), Local<'env, Throwable>>
[src]

DGER

Required features: "android-renderscript-Allocation"

pub fn DSYR<'env>(
    &'env self,
    arg0: i32,
    arg1: f64,
    arg2: impl Into<Option<&'env Allocation>>,
    arg3: i32,
    arg4: impl Into<Option<&'env Allocation>>
) -> Result<(), Local<'env, Throwable>>
[src]

DSYR

Required features: "android-renderscript-Allocation"

pub fn DSPR<'env>(
    &'env self,
    arg0: i32,
    arg1: f64,
    arg2: impl Into<Option<&'env Allocation>>,
    arg3: i32,
    arg4: impl Into<Option<&'env Allocation>>
) -> Result<(), Local<'env, Throwable>>
[src]

DSPR

Required features: "android-renderscript-Allocation"

pub fn DSYR2<'env>(
    &'env self,
    arg0: i32,
    arg1: f64,
    arg2: impl Into<Option<&'env Allocation>>,
    arg3: i32,
    arg4: impl Into<Option<&'env Allocation>>,
    arg5: i32,
    arg6: impl Into<Option<&'env Allocation>>
) -> Result<(), Local<'env, Throwable>>
[src]

DSYR2

Required features: "android-renderscript-Allocation"

pub fn DSPR2<'env>(
    &'env self,
    arg0: i32,
    arg1: f64,
    arg2: impl Into<Option<&'env Allocation>>,
    arg3: i32,
    arg4: impl Into<Option<&'env Allocation>>,
    arg5: i32,
    arg6: impl Into<Option<&'env Allocation>>
) -> Result<(), Local<'env, Throwable>>
[src]

DSPR2

Required features: "android-renderscript-Allocation"

pub fn CHEMV<'env>(
    &'env self,
    arg0: i32,
    arg1: impl Into<Option<&'env Float2>>,
    arg2: impl Into<Option<&'env Allocation>>,
    arg3: impl Into<Option<&'env Allocation>>,
    arg4: i32,
    arg5: impl Into<Option<&'env Float2>>,
    arg6: impl Into<Option<&'env Allocation>>,
    arg7: i32
) -> Result<(), Local<'env, Throwable>>
[src]

CHEMV

Required features: "android-renderscript-Allocation", "android-renderscript-Float2"

pub fn CHBMV<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: impl Into<Option<&'env Float2>>,
    arg3: impl Into<Option<&'env Allocation>>,
    arg4: impl Into<Option<&'env Allocation>>,
    arg5: i32,
    arg6: impl Into<Option<&'env Float2>>,
    arg7: impl Into<Option<&'env Allocation>>,
    arg8: i32
) -> Result<(), Local<'env, Throwable>>
[src]

CHBMV

Required features: "android-renderscript-Allocation", "android-renderscript-Float2"

pub fn CHPMV<'env>(
    &'env self,
    arg0: i32,
    arg1: impl Into<Option<&'env Float2>>,
    arg2: impl Into<Option<&'env Allocation>>,
    arg3: impl Into<Option<&'env Allocation>>,
    arg4: i32,
    arg5: impl Into<Option<&'env Float2>>,
    arg6: impl Into<Option<&'env Allocation>>,
    arg7: i32
) -> Result<(), Local<'env, Throwable>>
[src]

CHPMV

Required features: "android-renderscript-Allocation", "android-renderscript-Float2"

pub fn CGERU<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Float2>>,
    arg1: impl Into<Option<&'env Allocation>>,
    arg2: i32,
    arg3: impl Into<Option<&'env Allocation>>,
    arg4: i32,
    arg5: impl Into<Option<&'env Allocation>>
) -> Result<(), Local<'env, Throwable>>
[src]

CGERU

Required features: "android-renderscript-Allocation", "android-renderscript-Float2"

pub fn CGERC<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Float2>>,
    arg1: impl Into<Option<&'env Allocation>>,
    arg2: i32,
    arg3: impl Into<Option<&'env Allocation>>,
    arg4: i32,
    arg5: impl Into<Option<&'env Allocation>>
) -> Result<(), Local<'env, Throwable>>
[src]

CGERC

Required features: "android-renderscript-Allocation", "android-renderscript-Float2"

pub fn CHER<'env>(
    &'env self,
    arg0: i32,
    arg1: f32,
    arg2: impl Into<Option<&'env Allocation>>,
    arg3: i32,
    arg4: impl Into<Option<&'env Allocation>>
) -> Result<(), Local<'env, Throwable>>
[src]

CHER

Required features: "android-renderscript-Allocation"

pub fn CHPR<'env>(
    &'env self,
    arg0: i32,
    arg1: f32,
    arg2: impl Into<Option<&'env Allocation>>,
    arg3: i32,
    arg4: impl Into<Option<&'env Allocation>>
) -> Result<(), Local<'env, Throwable>>
[src]

CHPR

Required features: "android-renderscript-Allocation"

pub fn CHER2<'env>(
    &'env self,
    arg0: i32,
    arg1: impl Into<Option<&'env Float2>>,
    arg2: impl Into<Option<&'env Allocation>>,
    arg3: i32,
    arg4: impl Into<Option<&'env Allocation>>,
    arg5: i32,
    arg6: impl Into<Option<&'env Allocation>>
) -> Result<(), Local<'env, Throwable>>
[src]

CHER2

Required features: "android-renderscript-Allocation", "android-renderscript-Float2"

pub fn CHPR2<'env>(
    &'env self,
    arg0: i32,
    arg1: impl Into<Option<&'env Float2>>,
    arg2: impl Into<Option<&'env Allocation>>,
    arg3: i32,
    arg4: impl Into<Option<&'env Allocation>>,
    arg5: i32,
    arg6: impl Into<Option<&'env Allocation>>
) -> Result<(), Local<'env, Throwable>>
[src]

CHPR2

Required features: "android-renderscript-Allocation", "android-renderscript-Float2"

pub fn ZHEMV<'env>(
    &'env self,
    arg0: i32,
    arg1: impl Into<Option<&'env Double2>>,
    arg2: impl Into<Option<&'env Allocation>>,
    arg3: impl Into<Option<&'env Allocation>>,
    arg4: i32,
    arg5: impl Into<Option<&'env Double2>>,
    arg6: impl Into<Option<&'env Allocation>>,
    arg7: i32
) -> Result<(), Local<'env, Throwable>>
[src]

ZHEMV

Required features: "android-renderscript-Allocation", "android-renderscript-Double2"

pub fn ZHBMV<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: impl Into<Option<&'env Double2>>,
    arg3: impl Into<Option<&'env Allocation>>,
    arg4: impl Into<Option<&'env Allocation>>,
    arg5: i32,
    arg6: impl Into<Option<&'env Double2>>,
    arg7: impl Into<Option<&'env Allocation>>,
    arg8: i32
) -> Result<(), Local<'env, Throwable>>
[src]

ZHBMV

Required features: "android-renderscript-Allocation", "android-renderscript-Double2"

pub fn ZHPMV<'env>(
    &'env self,
    arg0: i32,
    arg1: impl Into<Option<&'env Double2>>,
    arg2: impl Into<Option<&'env Allocation>>,
    arg3: impl Into<Option<&'env Allocation>>,
    arg4: i32,
    arg5: impl Into<Option<&'env Double2>>,
    arg6: impl Into<Option<&'env Allocation>>,
    arg7: i32
) -> Result<(), Local<'env, Throwable>>
[src]

ZHPMV

Required features: "android-renderscript-Allocation", "android-renderscript-Double2"

pub fn ZGERU<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Double2>>,
    arg1: impl Into<Option<&'env Allocation>>,
    arg2: i32,
    arg3: impl Into<Option<&'env Allocation>>,
    arg4: i32,
    arg5: impl Into<Option<&'env Allocation>>
) -> Result<(), Local<'env, Throwable>>
[src]

ZGERU

Required features: "android-renderscript-Allocation", "android-renderscript-Double2"

pub fn ZGERC<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Double2>>,
    arg1: impl Into<Option<&'env Allocation>>,
    arg2: i32,
    arg3: impl Into<Option<&'env Allocation>>,
    arg4: i32,
    arg5: impl Into<Option<&'env Allocation>>
) -> Result<(), Local<'env, Throwable>>
[src]

ZGERC

Required features: "android-renderscript-Allocation", "android-renderscript-Double2"

pub fn ZHER<'env>(
    &'env self,
    arg0: i32,
    arg1: f64,
    arg2: impl Into<Option<&'env Allocation>>,
    arg3: i32,
    arg4: impl Into<Option<&'env Allocation>>
) -> Result<(), Local<'env, Throwable>>
[src]

ZHER

Required features: "android-renderscript-Allocation"

pub fn ZHPR<'env>(
    &'env self,
    arg0: i32,
    arg1: f64,
    arg2: impl Into<Option<&'env Allocation>>,
    arg3: i32,
    arg4: impl Into<Option<&'env Allocation>>
) -> Result<(), Local<'env, Throwable>>
[src]

ZHPR

Required features: "android-renderscript-Allocation"

pub fn ZHER2<'env>(
    &'env self,
    arg0: i32,
    arg1: impl Into<Option<&'env Double2>>,
    arg2: impl Into<Option<&'env Allocation>>,
    arg3: i32,
    arg4: impl Into<Option<&'env Allocation>>,
    arg5: i32,
    arg6: impl Into<Option<&'env Allocation>>
) -> Result<(), Local<'env, Throwable>>
[src]

ZHER2

Required features: "android-renderscript-Allocation", "android-renderscript-Double2"

pub fn ZHPR2<'env>(
    &'env self,
    arg0: i32,
    arg1: impl Into<Option<&'env Double2>>,
    arg2: impl Into<Option<&'env Allocation>>,
    arg3: i32,
    arg4: impl Into<Option<&'env Allocation>>,
    arg5: i32,
    arg6: impl Into<Option<&'env Allocation>>
) -> Result<(), Local<'env, Throwable>>
[src]

ZHPR2

Required features: "android-renderscript-Allocation", "android-renderscript-Double2"

pub fn SGEMM<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: f32,
    arg3: impl Into<Option<&'env Allocation>>,
    arg4: impl Into<Option<&'env Allocation>>,
    arg5: f32,
    arg6: impl Into<Option<&'env Allocation>>
) -> Result<(), Local<'env, Throwable>>
[src]

SGEMM

Required features: "android-renderscript-Allocation"

pub fn DGEMM<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: f64,
    arg3: impl Into<Option<&'env Allocation>>,
    arg4: impl Into<Option<&'env Allocation>>,
    arg5: f64,
    arg6: impl Into<Option<&'env Allocation>>
) -> Result<(), Local<'env, Throwable>>
[src]

DGEMM

Required features: "android-renderscript-Allocation"

pub fn CGEMM<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: impl Into<Option<&'env Float2>>,
    arg3: impl Into<Option<&'env Allocation>>,
    arg4: impl Into<Option<&'env Allocation>>,
    arg5: impl Into<Option<&'env Float2>>,
    arg6: impl Into<Option<&'env Allocation>>
) -> Result<(), Local<'env, Throwable>>
[src]

CGEMM

Required features: "android-renderscript-Allocation", "android-renderscript-Float2"

pub fn ZGEMM<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: impl Into<Option<&'env Double2>>,
    arg3: impl Into<Option<&'env Allocation>>,
    arg4: impl Into<Option<&'env Allocation>>,
    arg5: impl Into<Option<&'env Double2>>,
    arg6: impl Into<Option<&'env Allocation>>
) -> Result<(), Local<'env, Throwable>>
[src]

ZGEMM

Required features: "android-renderscript-Allocation", "android-renderscript-Double2"

pub fn SSYMM<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: f32,
    arg3: impl Into<Option<&'env Allocation>>,
    arg4: impl Into<Option<&'env Allocation>>,
    arg5: f32,
    arg6: impl Into<Option<&'env Allocation>>
) -> Result<(), Local<'env, Throwable>>
[src]

SSYMM

Required features: "android-renderscript-Allocation"

pub fn DSYMM<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: f64,
    arg3: impl Into<Option<&'env Allocation>>,
    arg4: impl Into<Option<&'env Allocation>>,
    arg5: f64,
    arg6: impl Into<Option<&'env Allocation>>
) -> Result<(), Local<'env, Throwable>>
[src]

DSYMM

Required features: "android-renderscript-Allocation"

pub fn CSYMM<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: impl Into<Option<&'env Float2>>,
    arg3: impl Into<Option<&'env Allocation>>,
    arg4: impl Into<Option<&'env Allocation>>,
    arg5: impl Into<Option<&'env Float2>>,
    arg6: impl Into<Option<&'env Allocation>>
) -> Result<(), Local<'env, Throwable>>
[src]

CSYMM

Required features: "android-renderscript-Allocation", "android-renderscript-Float2"

pub fn ZSYMM<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: impl Into<Option<&'env Double2>>,
    arg3: impl Into<Option<&'env Allocation>>,
    arg4: impl Into<Option<&'env Allocation>>,
    arg5: impl Into<Option<&'env Double2>>,
    arg6: impl Into<Option<&'env Allocation>>
) -> Result<(), Local<'env, Throwable>>
[src]

ZSYMM

Required features: "android-renderscript-Allocation", "android-renderscript-Double2"

pub fn SSYRK<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: f32,
    arg3: impl Into<Option<&'env Allocation>>,
    arg4: f32,
    arg5: impl Into<Option<&'env Allocation>>
) -> Result<(), Local<'env, Throwable>>
[src]

SSYRK

Required features: "android-renderscript-Allocation"

pub fn DSYRK<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: f64,
    arg3: impl Into<Option<&'env Allocation>>,
    arg4: f64,
    arg5: impl Into<Option<&'env Allocation>>
) -> Result<(), Local<'env, Throwable>>
[src]

DSYRK

Required features: "android-renderscript-Allocation"

pub fn CSYRK<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: impl Into<Option<&'env Float2>>,
    arg3: impl Into<Option<&'env Allocation>>,
    arg4: impl Into<Option<&'env Float2>>,
    arg5: impl Into<Option<&'env Allocation>>
) -> Result<(), Local<'env, Throwable>>
[src]

CSYRK

Required features: "android-renderscript-Allocation", "android-renderscript-Float2"

pub fn ZSYRK<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: impl Into<Option<&'env Double2>>,
    arg3: impl Into<Option<&'env Allocation>>,
    arg4: impl Into<Option<&'env Double2>>,
    arg5: impl Into<Option<&'env Allocation>>
) -> Result<(), Local<'env, Throwable>>
[src]

ZSYRK

Required features: "android-renderscript-Allocation", "android-renderscript-Double2"

pub fn SSYR2K<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: f32,
    arg3: impl Into<Option<&'env Allocation>>,
    arg4: impl Into<Option<&'env Allocation>>,
    arg5: f32,
    arg6: impl Into<Option<&'env Allocation>>
) -> Result<(), Local<'env, Throwable>>
[src]

SSYR2K

Required features: "android-renderscript-Allocation"

pub fn DSYR2K<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: f64,
    arg3: impl Into<Option<&'env Allocation>>,
    arg4: impl Into<Option<&'env Allocation>>,
    arg5: f64,
    arg6: impl Into<Option<&'env Allocation>>
) -> Result<(), Local<'env, Throwable>>
[src]

DSYR2K

Required features: "android-renderscript-Allocation"

pub fn CSYR2K<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: impl Into<Option<&'env Float2>>,
    arg3: impl Into<Option<&'env Allocation>>,
    arg4: impl Into<Option<&'env Allocation>>,
    arg5: impl Into<Option<&'env Float2>>,
    arg6: impl Into<Option<&'env Allocation>>
) -> Result<(), Local<'env, Throwable>>
[src]

CSYR2K

Required features: "android-renderscript-Allocation", "android-renderscript-Float2"

pub fn ZSYR2K<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: impl Into<Option<&'env Double2>>,
    arg3: impl Into<Option<&'env Allocation>>,
    arg4: impl Into<Option<&'env Allocation>>,
    arg5: impl Into<Option<&'env Double2>>,
    arg6: impl Into<Option<&'env Allocation>>
) -> Result<(), Local<'env, Throwable>>
[src]

ZSYR2K

Required features: "android-renderscript-Allocation", "android-renderscript-Double2"

pub fn STRMM<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: i32,
    arg3: i32,
    arg4: f32,
    arg5: impl Into<Option<&'env Allocation>>,
    arg6: impl Into<Option<&'env Allocation>>
) -> Result<(), Local<'env, Throwable>>
[src]

STRMM

Required features: "android-renderscript-Allocation"

pub fn DTRMM<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: i32,
    arg3: i32,
    arg4: f64,
    arg5: impl Into<Option<&'env Allocation>>,
    arg6: impl Into<Option<&'env Allocation>>
) -> Result<(), Local<'env, Throwable>>
[src]

DTRMM

Required features: "android-renderscript-Allocation"

pub fn CTRMM<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: i32,
    arg3: i32,
    arg4: impl Into<Option<&'env Float2>>,
    arg5: impl Into<Option<&'env Allocation>>,
    arg6: impl Into<Option<&'env Allocation>>
) -> Result<(), Local<'env, Throwable>>
[src]

CTRMM

Required features: "android-renderscript-Allocation", "android-renderscript-Float2"

pub fn ZTRMM<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: i32,
    arg3: i32,
    arg4: impl Into<Option<&'env Double2>>,
    arg5: impl Into<Option<&'env Allocation>>,
    arg6: impl Into<Option<&'env Allocation>>
) -> Result<(), Local<'env, Throwable>>
[src]

ZTRMM

Required features: "android-renderscript-Allocation", "android-renderscript-Double2"

pub fn STRSM<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: i32,
    arg3: i32,
    arg4: f32,
    arg5: impl Into<Option<&'env Allocation>>,
    arg6: impl Into<Option<&'env Allocation>>
) -> Result<(), Local<'env, Throwable>>
[src]

STRSM

Required features: "android-renderscript-Allocation"

pub fn DTRSM<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: i32,
    arg3: i32,
    arg4: f64,
    arg5: impl Into<Option<&'env Allocation>>,
    arg6: impl Into<Option<&'env Allocation>>
) -> Result<(), Local<'env, Throwable>>
[src]

DTRSM

Required features: "android-renderscript-Allocation"

pub fn CTRSM<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: i32,
    arg3: i32,
    arg4: impl Into<Option<&'env Float2>>,
    arg5: impl Into<Option<&'env Allocation>>,
    arg6: impl Into<Option<&'env Allocation>>
) -> Result<(), Local<'env, Throwable>>
[src]

CTRSM

Required features: "android-renderscript-Allocation", "android-renderscript-Float2"

pub fn ZTRSM<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: i32,
    arg3: i32,
    arg4: impl Into<Option<&'env Double2>>,
    arg5: impl Into<Option<&'env Allocation>>,
    arg6: impl Into<Option<&'env Allocation>>
) -> Result<(), Local<'env, Throwable>>
[src]

ZTRSM

Required features: "android-renderscript-Allocation", "android-renderscript-Double2"

pub fn CHEMM<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: impl Into<Option<&'env Float2>>,
    arg3: impl Into<Option<&'env Allocation>>,
    arg4: impl Into<Option<&'env Allocation>>,
    arg5: impl Into<Option<&'env Float2>>,
    arg6: impl Into<Option<&'env Allocation>>
) -> Result<(), Local<'env, Throwable>>
[src]

CHEMM

Required features: "android-renderscript-Allocation", "android-renderscript-Float2"

pub fn ZHEMM<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: impl Into<Option<&'env Double2>>,
    arg3: impl Into<Option<&'env Allocation>>,
    arg4: impl Into<Option<&'env Allocation>>,
    arg5: impl Into<Option<&'env Double2>>,
    arg6: impl Into<Option<&'env Allocation>>
) -> Result<(), Local<'env, Throwable>>
[src]

ZHEMM

Required features: "android-renderscript-Allocation", "android-renderscript-Double2"

pub fn CHERK<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: f32,
    arg3: impl Into<Option<&'env Allocation>>,
    arg4: f32,
    arg5: impl Into<Option<&'env Allocation>>
) -> Result<(), Local<'env, Throwable>>
[src]

CHERK

Required features: "android-renderscript-Allocation"

pub fn ZHERK<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: f64,
    arg3: impl Into<Option<&'env Allocation>>,
    arg4: f64,
    arg5: impl Into<Option<&'env Allocation>>
) -> Result<(), Local<'env, Throwable>>
[src]

ZHERK

Required features: "android-renderscript-Allocation"

pub fn CHER2K<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: impl Into<Option<&'env Float2>>,
    arg3: impl Into<Option<&'env Allocation>>,
    arg4: impl Into<Option<&'env Allocation>>,
    arg5: f32,
    arg6: impl Into<Option<&'env Allocation>>
) -> Result<(), Local<'env, Throwable>>
[src]

CHER2K

Required features: "android-renderscript-Allocation", "android-renderscript-Float2"

pub fn ZHER2K<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: impl Into<Option<&'env Double2>>,
    arg3: impl Into<Option<&'env Allocation>>,
    arg4: impl Into<Option<&'env Allocation>>,
    arg5: f64,
    arg6: impl Into<Option<&'env Allocation>>
) -> Result<(), Local<'env, Throwable>>
[src]

ZHER2K

Required features: "android-renderscript-Allocation", "android-renderscript-Double2"

pub fn BNNM<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Allocation>>,
    arg1: i32,
    arg2: impl Into<Option<&'env Allocation>>,
    arg3: i32,
    arg4: impl Into<Option<&'env Allocation>>,
    arg5: i32,
    arg6: i32
) -> Result<(), Local<'env, Throwable>>
[src]

BNNM

Required features: "android-renderscript-Allocation"

pub const CONJ_TRANSPOSE: i32[src]

public static final CONJ_TRANSPOSE

pub const LEFT: i32[src]

public static final LEFT

pub const LOWER: i32[src]

public static final LOWER

pub const NON_UNIT: i32[src]

public static final NON_UNIT

pub const NO_TRANSPOSE: i32[src]

public static final NO_TRANSPOSE

pub const RIGHT: i32[src]

public static final RIGHT

pub const TRANSPOSE: i32[src]

public static final TRANSPOSE

pub const UNIT: i32[src]

public static final UNIT

pub const UPPER: i32[src]

public static final UPPER

Trait Implementations

impl AsJValue for ScriptIntrinsicBLAS

impl AsValidJObjectAndEnv for ScriptIntrinsicBLAS

impl Deref for ScriptIntrinsicBLAS

type Target = ScriptIntrinsic

The resulting type after dereferencing.

impl JniType for ScriptIntrinsicBLAS

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.