JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
D
G
I
M
N
O
P
S
T
A
asum(int, double[], int)
- Method in class smile.math.blas.mkl.
MKL
asum(int, float[], int)
- Method in class smile.math.blas.mkl.
MKL
axpy(int, double, double[], int, double[], int)
- Method in class smile.math.blas.mkl.
MKL
axpy(int, float, float[], int, float[], int)
- Method in class smile.math.blas.mkl.
MKL
D
dot(int, double[], int, double[], int)
- Method in class smile.math.blas.mkl.
MKL
dot(int, float[], int, float[], int)
- Method in class smile.math.blas.mkl.
MKL
G
gbmv(Layout, Transpose, int, int, int, int, double, double[], int, double[], int, double, double[], int)
- Method in class smile.math.blas.mkl.
MKL
gbmv(Layout, Transpose, int, int, int, int, double, DoubleBuffer, int, DoubleBuffer, int, double, DoubleBuffer, int)
- Method in class smile.math.blas.mkl.
MKL
gbmv(Layout, Transpose, int, int, int, int, float, float[], int, float[], int, float, float[], int)
- Method in class smile.math.blas.mkl.
MKL
gbmv(Layout, Transpose, int, int, int, int, float, FloatBuffer, int, FloatBuffer, int, float, FloatBuffer, int)
- Method in class smile.math.blas.mkl.
MKL
gbsv(Layout, int, int, int, int, double[], int, int[], double[], int)
- Method in class smile.math.blas.mkl.
MKL
gbsv(Layout, int, int, int, int, DoubleBuffer, int, IntBuffer, DoubleBuffer, int)
- Method in class smile.math.blas.mkl.
MKL
gbsv(Layout, int, int, int, int, float[], int, int[], float[], int)
- Method in class smile.math.blas.mkl.
MKL
gbsv(Layout, int, int, int, int, FloatBuffer, int, IntBuffer, FloatBuffer, int)
- Method in class smile.math.blas.mkl.
MKL
gbtrf(Layout, int, int, int, int, double[], int, int[])
- Method in class smile.math.blas.mkl.
MKL
gbtrf(Layout, int, int, int, int, DoubleBuffer, int, IntBuffer)
- Method in class smile.math.blas.mkl.
MKL
gbtrf(Layout, int, int, int, int, float[], int, int[])
- Method in class smile.math.blas.mkl.
MKL
gbtrf(Layout, int, int, int, int, FloatBuffer, int, IntBuffer)
- Method in class smile.math.blas.mkl.
MKL
gbtrs(Layout, Transpose, int, int, int, int, double[], int, int[], double[], int)
- Method in class smile.math.blas.mkl.
MKL
gbtrs(Layout, Transpose, int, int, int, int, DoubleBuffer, int, IntBuffer, DoubleBuffer, int)
- Method in class smile.math.blas.mkl.
MKL
gbtrs(Layout, Transpose, int, int, int, int, float[], int, int[], float[], int)
- Method in class smile.math.blas.mkl.
MKL
gbtrs(Layout, Transpose, int, int, int, int, FloatBuffer, int, IntBuffer, FloatBuffer, int)
- Method in class smile.math.blas.mkl.
MKL
geev(Layout, EVDJob, EVDJob, int, double[], int, double[], double[], double[], int, double[], int)
- Method in class smile.math.blas.mkl.
MKL
geev(Layout, EVDJob, EVDJob, int, DoubleBuffer, int, DoubleBuffer, DoubleBuffer, DoubleBuffer, int, DoubleBuffer, int)
- Method in class smile.math.blas.mkl.
MKL
geev(Layout, EVDJob, EVDJob, int, float[], int, float[], float[], float[], int, float[], int)
- Method in class smile.math.blas.mkl.
MKL
geev(Layout, EVDJob, EVDJob, int, FloatBuffer, int, FloatBuffer, FloatBuffer, FloatBuffer, int, FloatBuffer, int)
- Method in class smile.math.blas.mkl.
MKL
gels(Layout, Transpose, int, int, int, double[], int, double[], int)
- Method in class smile.math.blas.mkl.
MKL
gels(Layout, Transpose, int, int, int, DoubleBuffer, int, DoubleBuffer, int)
- Method in class smile.math.blas.mkl.
MKL
gels(Layout, Transpose, int, int, int, float[], int, float[], int)
- Method in class smile.math.blas.mkl.
MKL
gels(Layout, Transpose, int, int, int, FloatBuffer, int, FloatBuffer, int)
- Method in class smile.math.blas.mkl.
MKL
gelsd(Layout, int, int, int, double[], int, double[], int, double[], double, int[])
- Method in class smile.math.blas.mkl.
MKL
gelsd(Layout, int, int, int, DoubleBuffer, int, DoubleBuffer, int, DoubleBuffer, double, IntBuffer)
- Method in class smile.math.blas.mkl.
MKL
gelsd(Layout, int, int, int, float[], int, float[], int, float[], float, int[])
- Method in class smile.math.blas.mkl.
MKL
gelsd(Layout, int, int, int, FloatBuffer, int, FloatBuffer, int, FloatBuffer, float, IntBuffer)
- Method in class smile.math.blas.mkl.
MKL
gelss(Layout, int, int, int, double[], int, double[], int, double[], double, int[])
- Method in class smile.math.blas.mkl.
MKL
gelss(Layout, int, int, int, DoubleBuffer, int, DoubleBuffer, int, DoubleBuffer, double, IntBuffer)
- Method in class smile.math.blas.mkl.
MKL
gelss(Layout, int, int, int, float[], int, float[], int, float[], float, int[])
- Method in class smile.math.blas.mkl.
MKL
gelss(Layout, int, int, int, FloatBuffer, int, FloatBuffer, int, FloatBuffer, float, IntBuffer)
- Method in class smile.math.blas.mkl.
MKL
gelsy(Layout, int, int, int, double[], int, double[], int, int[], double, int[])
- Method in class smile.math.blas.mkl.
MKL
gelsy(Layout, int, int, int, DoubleBuffer, int, DoubleBuffer, int, IntBuffer, double, IntBuffer)
- Method in class smile.math.blas.mkl.
MKL
gelsy(Layout, int, int, int, float[], int, float[], int, int[], float, int[])
- Method in class smile.math.blas.mkl.
MKL
gelsy(Layout, int, int, int, FloatBuffer, int, FloatBuffer, int, IntBuffer, float, IntBuffer)
- Method in class smile.math.blas.mkl.
MKL
gemm(Layout, Transpose, Transpose, int, int, int, double, double[], int, double[], int, double, double[], int)
- Method in class smile.math.blas.mkl.
MKL
gemm(Layout, Transpose, Transpose, int, int, int, double, DoubleBuffer, int, DoubleBuffer, int, double, DoubleBuffer, int)
- Method in class smile.math.blas.mkl.
MKL
gemm(Layout, Transpose, Transpose, int, int, int, float, float[], int, float[], int, float, float[], int)
- Method in class smile.math.blas.mkl.
MKL
gemm(Layout, Transpose, Transpose, int, int, int, float, FloatBuffer, int, FloatBuffer, int, float, FloatBuffer, int)
- Method in class smile.math.blas.mkl.
MKL
gemv(Layout, Transpose, int, int, double, double[], int, double[], int, double, double[], int)
- Method in class smile.math.blas.mkl.
MKL
gemv(Layout, Transpose, int, int, double, DoubleBuffer, int, DoubleBuffer, int, double, DoubleBuffer, int)
- Method in class smile.math.blas.mkl.
MKL
gemv(Layout, Transpose, int, int, float, float[], int, float[], int, float, float[], int)
- Method in class smile.math.blas.mkl.
MKL
gemv(Layout, Transpose, int, int, float, FloatBuffer, int, FloatBuffer, int, float, FloatBuffer, int)
- Method in class smile.math.blas.mkl.
MKL
geqrf(Layout, int, int, double[], int, double[])
- Method in class smile.math.blas.mkl.
MKL
geqrf(Layout, int, int, DoubleBuffer, int, DoubleBuffer)
- Method in class smile.math.blas.mkl.
MKL
geqrf(Layout, int, int, float[], int, float[])
- Method in class smile.math.blas.mkl.
MKL
geqrf(Layout, int, int, FloatBuffer, int, FloatBuffer)
- Method in class smile.math.blas.mkl.
MKL
ger(Layout, int, int, double, double[], int, double[], int, double[], int)
- Method in class smile.math.blas.mkl.
MKL
ger(Layout, int, int, double, DoubleBuffer, int, DoubleBuffer, int, DoubleBuffer, int)
- Method in class smile.math.blas.mkl.
MKL
ger(Layout, int, int, float, float[], int, float[], int, float[], int)
- Method in class smile.math.blas.mkl.
MKL
ger(Layout, int, int, float, FloatBuffer, int, FloatBuffer, int, FloatBuffer, int)
- Method in class smile.math.blas.mkl.
MKL
gesdd(Layout, SVDJob, int, int, double[], int, double[], double[], int, double[], int)
- Method in class smile.math.blas.mkl.
MKL
gesdd(Layout, SVDJob, int, int, DoubleBuffer, int, DoubleBuffer, DoubleBuffer, int, DoubleBuffer, int)
- Method in class smile.math.blas.mkl.
MKL
gesdd(Layout, SVDJob, int, int, float[], int, float[], float[], int, float[], int)
- Method in class smile.math.blas.mkl.
MKL
gesdd(Layout, SVDJob, int, int, FloatBuffer, int, FloatBuffer, FloatBuffer, int, FloatBuffer, int)
- Method in class smile.math.blas.mkl.
MKL
gesv(Layout, int, int, double[], int, int[], double[], int)
- Method in class smile.math.blas.mkl.
MKL
gesv(Layout, int, int, DoubleBuffer, int, IntBuffer, DoubleBuffer, int)
- Method in class smile.math.blas.mkl.
MKL
gesv(Layout, int, int, float[], int, int[], float[], int)
- Method in class smile.math.blas.mkl.
MKL
gesv(Layout, int, int, FloatBuffer, int, IntBuffer, FloatBuffer, int)
- Method in class smile.math.blas.mkl.
MKL
gesvd(Layout, SVDJob, SVDJob, int, int, double[], int, double[], double[], int, double[], int, double[])
- Method in class smile.math.blas.mkl.
MKL
gesvd(Layout, SVDJob, SVDJob, int, int, DoubleBuffer, int, DoubleBuffer, DoubleBuffer, int, DoubleBuffer, int, DoubleBuffer)
- Method in class smile.math.blas.mkl.
MKL
gesvd(Layout, SVDJob, SVDJob, int, int, float[], int, float[], float[], int, float[], int, float[])
- Method in class smile.math.blas.mkl.
MKL
gesvd(Layout, SVDJob, SVDJob, int, int, FloatBuffer, int, FloatBuffer, FloatBuffer, int, FloatBuffer, int, FloatBuffer)
- Method in class smile.math.blas.mkl.
MKL
getrf(Layout, int, int, DoubleBuffer, int, IntBuffer)
- Method in class smile.math.blas.mkl.
MKL
getrf(Layout, int, int, double[], int, int[])
- Method in class smile.math.blas.mkl.
MKL
getrf(Layout, int, int, float[], int, int[])
- Method in class smile.math.blas.mkl.
MKL
getrf(Layout, int, int, FloatBuffer, int, IntBuffer)
- Method in class smile.math.blas.mkl.
MKL
getrf2(Layout, int, int, double[], int, int[])
- Method in class smile.math.blas.mkl.
MKL
getrf2(Layout, int, int, DoubleBuffer, int, IntBuffer)
- Method in class smile.math.blas.mkl.
MKL
getrf2(Layout, int, int, float[], int, int[])
- Method in class smile.math.blas.mkl.
MKL
getrf2(Layout, int, int, FloatBuffer, int, IntBuffer)
- Method in class smile.math.blas.mkl.
MKL
getrs(Layout, Transpose, int, int, double[], int, int[], double[], int)
- Method in class smile.math.blas.mkl.
MKL
getrs(Layout, Transpose, int, int, DoubleBuffer, int, IntBuffer, DoubleBuffer, int)
- Method in class smile.math.blas.mkl.
MKL
getrs(Layout, Transpose, int, int, float[], int, int[], float[], int)
- Method in class smile.math.blas.mkl.
MKL
getrs(Layout, Transpose, int, int, FloatBuffer, int, IntBuffer, FloatBuffer, int)
- Method in class smile.math.blas.mkl.
MKL
ggglm(Layout, int, int, int, double[], int, double[], int, double[], double[], double[])
- Method in class smile.math.blas.mkl.
MKL
ggglm(Layout, int, int, int, DoubleBuffer, int, DoubleBuffer, int, DoubleBuffer, DoubleBuffer, DoubleBuffer)
- Method in class smile.math.blas.mkl.
MKL
ggglm(Layout, int, int, int, float[], int, float[], int, float[], float[], float[])
- Method in class smile.math.blas.mkl.
MKL
ggglm(Layout, int, int, int, FloatBuffer, int, FloatBuffer, int, FloatBuffer, FloatBuffer, FloatBuffer)
- Method in class smile.math.blas.mkl.
MKL
gglse(Layout, int, int, int, double[], int, double[], int, double[], double[], double[])
- Method in class smile.math.blas.mkl.
MKL
gglse(Layout, int, int, int, DoubleBuffer, int, DoubleBuffer, int, DoubleBuffer, DoubleBuffer, DoubleBuffer)
- Method in class smile.math.blas.mkl.
MKL
gglse(Layout, int, int, int, float[], int, float[], int, float[], float[], float[])
- Method in class smile.math.blas.mkl.
MKL
gglse(Layout, int, int, int, FloatBuffer, int, FloatBuffer, int, FloatBuffer, FloatBuffer, FloatBuffer)
- Method in class smile.math.blas.mkl.
MKL
I
iamax(int, double[], int)
- Method in class smile.math.blas.mkl.
MKL
iamax(int, float[], int)
- Method in class smile.math.blas.mkl.
MKL
M
MKL
- Class in
smile.math.blas.mkl
Intel MKL library wrapper.
MKL()
- Constructor for class smile.math.blas.mkl.
MKL
N
nrm2(int, double[], int)
- Method in class smile.math.blas.mkl.
MKL
nrm2(int, float[], int)
- Method in class smile.math.blas.mkl.
MKL
O
ormqr(Layout, Side, Transpose, int, int, int, double[], int, double[], double[], int)
- Method in class smile.math.blas.mkl.
MKL
ormqr(Layout, Side, Transpose, int, int, int, DoubleBuffer, int, DoubleBuffer, DoubleBuffer, int)
- Method in class smile.math.blas.mkl.
MKL
ormqr(Layout, Side, Transpose, int, int, int, float[], int, float[], float[], int)
- Method in class smile.math.blas.mkl.
MKL
ormqr(Layout, Side, Transpose, int, int, int, FloatBuffer, int, FloatBuffer, FloatBuffer, int)
- Method in class smile.math.blas.mkl.
MKL
P
pbtrf(Layout, UPLO, int, int, double[], int)
- Method in class smile.math.blas.mkl.
MKL
pbtrf(Layout, UPLO, int, int, DoubleBuffer, int)
- Method in class smile.math.blas.mkl.
MKL
pbtrf(Layout, UPLO, int, int, float[], int)
- Method in class smile.math.blas.mkl.
MKL
pbtrf(Layout, UPLO, int, int, FloatBuffer, int)
- Method in class smile.math.blas.mkl.
MKL
pbtrs(Layout, UPLO, int, int, int, double[], int, double[], int)
- Method in class smile.math.blas.mkl.
MKL
pbtrs(Layout, UPLO, int, int, int, DoubleBuffer, int, DoubleBuffer, int)
- Method in class smile.math.blas.mkl.
MKL
pbtrs(Layout, UPLO, int, int, int, float[], int, float[], int)
- Method in class smile.math.blas.mkl.
MKL
pbtrs(Layout, UPLO, int, int, int, FloatBuffer, int, FloatBuffer, int)
- Method in class smile.math.blas.mkl.
MKL
posv(Layout, UPLO, int, int, double[], int, double[], int)
- Method in class smile.math.blas.mkl.
MKL
posv(Layout, UPLO, int, int, DoubleBuffer, int, DoubleBuffer, int)
- Method in class smile.math.blas.mkl.
MKL
posv(Layout, UPLO, int, int, float[], int, float[], int)
- Method in class smile.math.blas.mkl.
MKL
posv(Layout, UPLO, int, int, FloatBuffer, int, FloatBuffer, int)
- Method in class smile.math.blas.mkl.
MKL
potrf(Layout, UPLO, int, double[], int)
- Method in class smile.math.blas.mkl.
MKL
potrf(Layout, UPLO, int, DoubleBuffer, int)
- Method in class smile.math.blas.mkl.
MKL
potrf(Layout, UPLO, int, float[], int)
- Method in class smile.math.blas.mkl.
MKL
potrf(Layout, UPLO, int, FloatBuffer, int)
- Method in class smile.math.blas.mkl.
MKL
potrf2(Layout, UPLO, int, double[], int)
- Method in class smile.math.blas.mkl.
MKL
potrf2(Layout, UPLO, int, DoubleBuffer, int)
- Method in class smile.math.blas.mkl.
MKL
potrf2(Layout, UPLO, int, float[], int)
- Method in class smile.math.blas.mkl.
MKL
potrf2(Layout, UPLO, int, FloatBuffer, int)
- Method in class smile.math.blas.mkl.
MKL
potrs(Layout, UPLO, int, int, double[], int, double[], int)
- Method in class smile.math.blas.mkl.
MKL
potrs(Layout, UPLO, int, int, DoubleBuffer, int, DoubleBuffer, int)
- Method in class smile.math.blas.mkl.
MKL
potrs(Layout, UPLO, int, int, float[], int, float[], int)
- Method in class smile.math.blas.mkl.
MKL
potrs(Layout, UPLO, int, int, FloatBuffer, int, FloatBuffer, int)
- Method in class smile.math.blas.mkl.
MKL
ppsv(Layout, UPLO, int, int, double[], double[], int)
- Method in class smile.math.blas.mkl.
MKL
ppsv(Layout, UPLO, int, int, DoubleBuffer, DoubleBuffer, int)
- Method in class smile.math.blas.mkl.
MKL
ppsv(Layout, UPLO, int, int, float[], float[], int)
- Method in class smile.math.blas.mkl.
MKL
ppsv(Layout, UPLO, int, int, FloatBuffer, FloatBuffer, int)
- Method in class smile.math.blas.mkl.
MKL
pptrf(Layout, UPLO, int, double[])
- Method in class smile.math.blas.mkl.
MKL
pptrf(Layout, UPLO, int, DoubleBuffer)
- Method in class smile.math.blas.mkl.
MKL
pptrf(Layout, UPLO, int, float[])
- Method in class smile.math.blas.mkl.
MKL
pptrf(Layout, UPLO, int, FloatBuffer)
- Method in class smile.math.blas.mkl.
MKL
pptrs(Layout, UPLO, int, int, double[], double[], int)
- Method in class smile.math.blas.mkl.
MKL
pptrs(Layout, UPLO, int, int, DoubleBuffer, DoubleBuffer, int)
- Method in class smile.math.blas.mkl.
MKL
pptrs(Layout, UPLO, int, int, float[], float[], int)
- Method in class smile.math.blas.mkl.
MKL
pptrs(Layout, UPLO, int, int, FloatBuffer, FloatBuffer, int)
- Method in class smile.math.blas.mkl.
MKL
S
sbmv(Layout, UPLO, int, int, double, double[], int, double[], int, double, double[], int)
- Method in class smile.math.blas.mkl.
MKL
sbmv(Layout, UPLO, int, int, double, DoubleBuffer, int, DoubleBuffer, int, double, DoubleBuffer, int)
- Method in class smile.math.blas.mkl.
MKL
sbmv(Layout, UPLO, int, int, float, float[], int, float[], int, float, float[], int)
- Method in class smile.math.blas.mkl.
MKL
sbmv(Layout, UPLO, int, int, float, FloatBuffer, int, FloatBuffer, int, float, FloatBuffer, int)
- Method in class smile.math.blas.mkl.
MKL
scal(int, double, double[], int)
- Method in class smile.math.blas.mkl.
MKL
scal(int, float, float[], int)
- Method in class smile.math.blas.mkl.
MKL
smile.math.blas.mkl
- package smile.math.blas.mkl
Intel MKL library wrapper.
spmv(Layout, UPLO, int, double, double[], double[], int, double, double[], int)
- Method in class smile.math.blas.mkl.
MKL
spmv(Layout, UPLO, int, double, DoubleBuffer, DoubleBuffer, int, double, DoubleBuffer, int)
- Method in class smile.math.blas.mkl.
MKL
spmv(Layout, UPLO, int, float, float[], float[], int, float, float[], int)
- Method in class smile.math.blas.mkl.
MKL
spmv(Layout, UPLO, int, float, FloatBuffer, FloatBuffer, int, float, FloatBuffer, int)
- Method in class smile.math.blas.mkl.
MKL
spr(Layout, UPLO, int, double, double[], int, double[])
- Method in class smile.math.blas.mkl.
MKL
spr(Layout, UPLO, int, double, DoubleBuffer, int, DoubleBuffer)
- Method in class smile.math.blas.mkl.
MKL
spr(Layout, UPLO, int, float, float[], int, float[])
- Method in class smile.math.blas.mkl.
MKL
spr(Layout, UPLO, int, float, FloatBuffer, int, FloatBuffer)
- Method in class smile.math.blas.mkl.
MKL
spsv(Layout, UPLO, int, int, double[], int[], double[], int)
- Method in class smile.math.blas.mkl.
MKL
spsv(Layout, UPLO, int, int, DoubleBuffer, IntBuffer, DoubleBuffer, int)
- Method in class smile.math.blas.mkl.
MKL
spsv(Layout, UPLO, int, int, float[], int[], float[], int)
- Method in class smile.math.blas.mkl.
MKL
spsv(Layout, UPLO, int, int, FloatBuffer, IntBuffer, FloatBuffer, int)
- Method in class smile.math.blas.mkl.
MKL
sptrf(Layout, UPLO, int, double[], int[])
- Method in class smile.math.blas.mkl.
MKL
sptrf(Layout, UPLO, int, DoubleBuffer, IntBuffer)
- Method in class smile.math.blas.mkl.
MKL
sptrf(Layout, UPLO, int, float[], int[])
- Method in class smile.math.blas.mkl.
MKL
sptrf(Layout, UPLO, int, FloatBuffer, IntBuffer)
- Method in class smile.math.blas.mkl.
MKL
sptrs(Layout, UPLO, int, int, double[], int[], double[], int)
- Method in class smile.math.blas.mkl.
MKL
sptrs(Layout, UPLO, int, int, DoubleBuffer, IntBuffer, DoubleBuffer, int)
- Method in class smile.math.blas.mkl.
MKL
sptrs(Layout, UPLO, int, int, float[], int[], float[], int)
- Method in class smile.math.blas.mkl.
MKL
sptrs(Layout, UPLO, int, int, FloatBuffer, IntBuffer, FloatBuffer, int)
- Method in class smile.math.blas.mkl.
MKL
swap(int, double[], int, double[], int)
- Method in class smile.math.blas.mkl.
MKL
swap(int, float[], int, float[], int)
- Method in class smile.math.blas.mkl.
MKL
syev(Layout, EVDJob, UPLO, int, double[], int, double[])
- Method in class smile.math.blas.mkl.
MKL
syev(Layout, EVDJob, UPLO, int, DoubleBuffer, int, DoubleBuffer)
- Method in class smile.math.blas.mkl.
MKL
syev(Layout, EVDJob, UPLO, int, float[], int, float[])
- Method in class smile.math.blas.mkl.
MKL
syev(Layout, EVDJob, UPLO, int, FloatBuffer, int, FloatBuffer)
- Method in class smile.math.blas.mkl.
MKL
syevd(Layout, EVDJob, UPLO, int, double[], int, double[])
- Method in class smile.math.blas.mkl.
MKL
syevd(Layout, EVDJob, UPLO, int, DoubleBuffer, int, DoubleBuffer)
- Method in class smile.math.blas.mkl.
MKL
syevd(Layout, EVDJob, UPLO, int, float[], int, float[])
- Method in class smile.math.blas.mkl.
MKL
syevd(Layout, EVDJob, UPLO, int, FloatBuffer, int, FloatBuffer)
- Method in class smile.math.blas.mkl.
MKL
syevr(Layout, EVDJob, EigenRange, UPLO, int, double[], int, double, double, int, int, double, int[], double[], double[], int, int[])
- Method in class smile.math.blas.mkl.
MKL
syevr(Layout, EVDJob, EigenRange, UPLO, int, DoubleBuffer, int, double, double, int, int, double, IntBuffer, DoubleBuffer, DoubleBuffer, int, IntBuffer)
- Method in class smile.math.blas.mkl.
MKL
syevr(Layout, EVDJob, EigenRange, UPLO, int, float[], int, float, float, int, int, float, int[], float[], float[], int, int[])
- Method in class smile.math.blas.mkl.
MKL
syevr(Layout, EVDJob, EigenRange, UPLO, int, FloatBuffer, int, float, float, int, int, float, IntBuffer, FloatBuffer, FloatBuffer, int, IntBuffer)
- Method in class smile.math.blas.mkl.
MKL
symm(Layout, Side, UPLO, int, int, double, double[], int, double[], int, double, double[], int)
- Method in class smile.math.blas.mkl.
MKL
symm(Layout, Side, UPLO, int, int, double, DoubleBuffer, int, DoubleBuffer, int, double, DoubleBuffer, int)
- Method in class smile.math.blas.mkl.
MKL
symm(Layout, Side, UPLO, int, int, float, float[], int, float[], int, float, float[], int)
- Method in class smile.math.blas.mkl.
MKL
symm(Layout, Side, UPLO, int, int, float, FloatBuffer, int, FloatBuffer, int, float, FloatBuffer, int)
- Method in class smile.math.blas.mkl.
MKL
symv(Layout, UPLO, int, double, double[], int, double[], int, double, double[], int)
- Method in class smile.math.blas.mkl.
MKL
symv(Layout, UPLO, int, double, DoubleBuffer, int, DoubleBuffer, int, double, DoubleBuffer, int)
- Method in class smile.math.blas.mkl.
MKL
symv(Layout, UPLO, int, float, float[], int, float[], int, float, float[], int)
- Method in class smile.math.blas.mkl.
MKL
symv(Layout, UPLO, int, float, FloatBuffer, int, FloatBuffer, int, float, FloatBuffer, int)
- Method in class smile.math.blas.mkl.
MKL
syr(Layout, UPLO, int, double, double[], int, double[], int)
- Method in class smile.math.blas.mkl.
MKL
syr(Layout, UPLO, int, double, DoubleBuffer, int, DoubleBuffer, int)
- Method in class smile.math.blas.mkl.
MKL
syr(Layout, UPLO, int, float, float[], int, float[], int)
- Method in class smile.math.blas.mkl.
MKL
syr(Layout, UPLO, int, float, FloatBuffer, int, FloatBuffer, int)
- Method in class smile.math.blas.mkl.
MKL
sysv(Layout, UPLO, int, int, double[], int, int[], double[], int)
- Method in class smile.math.blas.mkl.
MKL
sysv(Layout, UPLO, int, int, DoubleBuffer, int, IntBuffer, DoubleBuffer, int)
- Method in class smile.math.blas.mkl.
MKL
sysv(Layout, UPLO, int, int, float[], int, int[], float[], int)
- Method in class smile.math.blas.mkl.
MKL
sysv(Layout, UPLO, int, int, FloatBuffer, int, IntBuffer, FloatBuffer, int)
- Method in class smile.math.blas.mkl.
MKL
T
tpmv(Layout, UPLO, Transpose, Diag, int, double[], double[], int)
- Method in class smile.math.blas.mkl.
MKL
tpmv(Layout, UPLO, Transpose, Diag, int, DoubleBuffer, DoubleBuffer, int)
- Method in class smile.math.blas.mkl.
MKL
tpmv(Layout, UPLO, Transpose, Diag, int, float[], float[], int)
- Method in class smile.math.blas.mkl.
MKL
tpmv(Layout, UPLO, Transpose, Diag, int, FloatBuffer, FloatBuffer, int)
- Method in class smile.math.blas.mkl.
MKL
trmv(Layout, UPLO, Transpose, Diag, int, double[], int, double[], int)
- Method in class smile.math.blas.mkl.
MKL
trmv(Layout, UPLO, Transpose, Diag, int, DoubleBuffer, int, DoubleBuffer, int)
- Method in class smile.math.blas.mkl.
MKL
trmv(Layout, UPLO, Transpose, Diag, int, float[], int, float[], int)
- Method in class smile.math.blas.mkl.
MKL
trmv(Layout, UPLO, Transpose, Diag, int, FloatBuffer, int, FloatBuffer, int)
- Method in class smile.math.blas.mkl.
MKL
trtrs(Layout, UPLO, Transpose, Diag, int, int, double[], int, double[], int)
- Method in class smile.math.blas.mkl.
MKL
trtrs(Layout, UPLO, Transpose, Diag, int, int, DoubleBuffer, int, DoubleBuffer, int)
- Method in class smile.math.blas.mkl.
MKL
trtrs(Layout, UPLO, Transpose, Diag, int, int, float[], int, float[], int)
- Method in class smile.math.blas.mkl.
MKL
trtrs(Layout, UPLO, Transpose, Diag, int, int, FloatBuffer, int, FloatBuffer, int)
- Method in class smile.math.blas.mkl.
MKL
A
D
G
I
M
N
O
P
S
T
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes