@Platform(include="NativeLapack.h",
compiler="cpp11",
link="nd4j",
library="jnind4j")
public class NativeLapack
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
NativeLapack() |
| Modifier and Type | Method and Description |
|---|---|
void |
dgetrf(long[] extraPointers,
int M,
int N,
long A,
int lda,
int[] IPIV,
int INFO)
LU decomposiiton of a matrix
|
void |
dgetri(long[] extraPointers,
int N,
long A,
int lda,
int[] IPIV,
long WORK,
int lwork,
int INFO)
Generate inverse ggiven LU decomp
|
void |
sgetrf(long[] extraPointers,
int M,
int N,
long A,
int lda,
int[] IPIV,
int INFO)
LU decomposiiton of a matrix
|
void |
sgetri(long[] extraPointers,
int N,
long A,
int lda,
int[] IPIV,
long WORK,
int lwork,
int INFO)
Generate inverse ggiven LU decomp
|
address, asBuffer, asByteBuffer, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, maxBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, position, position, put, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic void dgetrf(long[] extraPointers,
int M,
int N,
long A,
int lda,
int[] IPIV,
int INFO)
M - N - A - lda - IPIV - INFO - public void dgetri(long[] extraPointers,
int N,
long A,
int lda,
int[] IPIV,
long WORK,
int lwork,
int INFO)
N - A - lda - IPIV - WORK - lwork - INFO - public void sgetrf(long[] extraPointers,
int M,
int N,
long A,
int lda,
int[] IPIV,
int INFO)
M - N - A - lda - IPIV - INFO - public void sgetri(long[] extraPointers,
int N,
long A,
int lda,
int[] IPIV,
long WORK,
int lwork,
int INFO)
N - A - lda - IPIV - WORK - lwork - INFO - Copyright © 2016. All Rights Reserved.