ILNumerics - Technical Application Development
SystemObject
ILNumerics.Core.NativeLapackMKL10_0
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Top
Top
LAPACK interface implementation, specialized for Intel's (R) MKL (R).
[ILNumerics Core Module]
Inheritance Hierarchy
ILNumerics.Core.NativeLapackMKL10_0
Namespace: ILNumerics.Core.Native
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
The LapackMKL10_0 type exposes the following members.
Constructors
Name | Description | |
---|---|---|
LapackMKL10_0 | Initializes a new instance of the LapackMKL10_0 class |
Methods
Name | Description | |
---|---|---|
cgeevx | ||
cgelsd | ||
cgelsy | ||
cgemm |
Implement wrapper for BLAS GeneralMatrixMultiply
[ILNumerics Core Module] | |
cgeqp3 | ||
cgeqrf | ||
cgesdd | ||
cgesvd |
singular value decomposition
[ILNumerics Core Module] | |
cgetrf | ||
cgetri | ||
cgetrs | ||
cheevr | ||
chegv | ||
cpotrf | ||
cpotri | ||
cpotrs | ||
ctrtrs | ||
cungqr | ||
dgeevx | ||
dgelsd | ||
dgelsy | ||
dgemm |
Implement wrapper for BLAS GeneralMatrixMultiply
[ILNumerics Core Module] | |
dgeqp3 | ||
dgeqrf | ||
dgesdd | ||
dgesvd |
singular value decomposition
[ILNumerics Core Module] | |
dgetrf | ||
dgetri | ||
dgetrs | ||
dorgqr | ||
dormqr | ||
dpotrf | ||
dpotri | ||
dpotrs | ||
dsyevr | ||
dsygv | ||
dtrtrs | ||
FreeBuffers |
Free all buffers from the MKL Fast Memory Management. Use sparingly and carefully!
[ILNumerics Core Module] | |
GetMaxThreads | ||
Init | ||
sgeevx | ||
sgelsd | ||
sgelsy | ||
sgemm |
Implement wrapper for BLAS GeneralMatrixMultiply
[ILNumerics Core Module] | |
sgeqp3 | ||
sgeqrf | ||
sgesdd | ||
sgesvd |
singular value decomposition
[ILNumerics Core Module] | |
sgetrf | ||
sgetri | ||
sgetrs | ||
sorgqr | ||
sormqr | ||
spotrf | ||
spotri | ||
spotrs | ||
ssyevr | ||
ssygv | ||
strtrs | ||
zgeevx | ||
zgelsd | ||
zgelsy | ||
zgemm |
Implement wrapper for BLAS GeneralMatrixMultiply
[ILNumerics Core Module] | |
zgeqp3 | ||
zgeqrf | ||
zgesdd | ||
zgesvd |
singular value decomposition
[ILNumerics Core Module] | |
zgetrf | ||
zgetri | ||
zgetrs | ||
zheevr | ||
zhegv | ||
zpotrf | ||
zpotri | ||
zpotrs | ||
ztrtrs | ||
zungqr |
Remarks
[ILNumerics Core Module]
See Also