API Diff between 0.1.2 and 0.1.4
2458 Additions
52 Removals
CppSharp
IntelMKL
-
public class Blas
- public struct __Internal
- public Blas()
- public static double Dasum(ref int n, ref double x, ref int incx)
- public static double DASUM(ref int n, ref double x, ref int incx)
- public static void Daxpby(ref int n, ref double alpha, ref double x, ref int incx, ref double beta, ref double y, ref int incy)
- public static void DAXPBY(ref int n, ref double alpha, ref double x, ref int incx, ref double beta, ref double y, ref int incy)
- public static void Daxpy(ref int n, ref double alpha, ref double x, ref int incx, ref double y, ref int incy)
- public static void DAXPY(ref int n, ref double alpha, ref double x, ref int incx, ref double y, ref int incy)
- public static void Daxpyi(ref int nz, ref double a, ref double x, ref int indx, ref double y)
- public static void DAXPYI(ref int nz, ref double a, ref double x, ref int indx, ref double y)
- public static void Dcopy(ref int n, ref double x, ref int incx, ref double y, ref int incy)
- public static void DCOPY(ref int n, ref double x, ref int incx, ref double y, ref int incy)
- public static double Ddot(ref int n, ref double x, ref int incx, ref double y, ref int incy)
- public static double DDOT(ref int n, ref double x, ref int incx, ref double y, ref int incy)
- public static double Ddoti(ref int nz, ref double x, ref int indx, ref double y)
- public static double DDOTI(ref int nz, ref double x, ref int indx, ref double y)
- public static void Dgbmv(string trans, ref int m, ref int n, ref int kl, ref int ku, ref double alpha, ref double a, ref int lda, ref double x, ref int incx, ref double beta, ref double y, ref int incy)
- public static void DGBMV(string trans, ref int m, ref int n, ref int kl, ref int ku, ref double alpha, ref double a, ref int lda, ref double x, ref int incx, ref double beta, ref double y, ref int incy)
- public static void Dgem2vu(ref int m, ref int n, ref double alpha, ref double a, ref int lda, ref double x1, ref int incx1, ref double x2, ref int incx2, ref double beta, ref double y1, ref int incy1, ref double y2, ref int incy2)
- public static void DGEM2VU(ref int m, ref int n, ref double alpha, ref double a, ref int lda, ref double x1, ref int incx1, ref double x2, ref int incx2, ref double beta, ref double y1, ref int incy1, ref double y2, ref int incy2)
- public static void Dgemm(string transa, string transb, ref int m, ref int n, ref int k, ref double alpha, ref double a, ref int lda, ref double b, ref int ldb, ref double beta, ref double c, ref int ldc)
- public static void DGEMM(string transa, string transb, ref int m, ref int n, ref int k, ref double alpha, ref double a, ref int lda, ref double b, ref int ldb, ref double beta, ref double c, ref int ldc)
- public static Double* DGEMM_ALLOC(string identifier, ref int m, ref int n, ref int k)
- public static void DGEMM_BATCH(string transa_array, string transb_array, ref int m_array, ref int n_array, ref int k_array, ref double alpha_array, Double** a_array, ref int lda_array, Double** b_array, ref int ldb_array, ref double beta_array, Double** c_array, ref int ldc_array, ref int group_count, ref int group_size)
- public static void DGEMM_COMPUTE(string transa, string transb, ref int m, ref int n, ref int k, ref double a, ref int lda, ref double b, ref int ldb, ref double beta, ref double c, ref int ldc)
- public static void DGEMM_FREE(ref double mat)
- public static void DGEMM_PACK(string identifier, string trans, ref int m, ref int n, ref int k, ref double alpha, ref double src, ref int ld, ref double dest)
- public static Double* DgemmAlloc(string identifier, ref int m, ref int n, ref int k)
- public static void DgemmBatch(string transa_array, string transb_array, ref int m_array, ref int n_array, ref int k_array, ref double alpha_array, Double** a_array, ref int lda_array, Double** b_array, ref int ldb_array, ref double beta_array, Double** c_array, ref int ldc_array, ref int group_count, ref int group_size)
- public static void DgemmCompute(string transa, string transb, ref int m, ref int n, ref int k, ref double a, ref int lda, ref double b, ref int ldb, ref double beta, ref double c, ref int ldc)
- public static void DgemmFree(ref double mat)
- public static void DgemmPack(string identifier, string trans, ref int m, ref int n, ref int k, ref double alpha, ref double src, ref int ld, ref double dest)
- public static void Dgemmt(string uplo, string transa, string transb, ref int n, ref int k, ref double alpha, ref double a, ref int lda, ref double b, ref int ldb, ref double beta, ref double c, ref int ldc)
- public static void DGEMMT(string uplo, string transa, string transb, ref int n, ref int k, ref double alpha, ref double a, ref int lda, ref double b, ref int ldb, ref double beta, ref double c, ref int ldc)
- public static void Dgemv(string trans, ref int m, ref int n, ref double alpha, ref double a, ref int lda, ref double x, ref int incx, ref double beta, ref double y, ref int incy)
- public static void DGEMV(string trans, ref int m, ref int n, ref double alpha, ref double a, ref int lda, ref double x, ref int incx, ref double beta, ref double y, ref int incy)
- public static void Dger(ref int m, ref int n, ref double alpha, ref double x, ref int incx, ref double y, ref int incy, ref double a, ref int lda)
- public static void DGER(ref int m, ref int n, ref double alpha, ref double x, ref int incx, ref double y, ref int incy, ref double a, ref int lda)
- public static void Dgthr(ref int nz, ref double y, ref double x, ref int indx)
- public static void DGTHR(ref int nz, ref double y, ref double x, ref int indx)
- public static void Dgthrz(ref int nz, ref double y, ref double x, ref int indx)
- public static void DGTHRZ(ref int nz, ref double y, ref double x, ref int indx)
- public static double Dnrm2(ref int n, ref double x, ref int incx)
- public static double DNRM2(ref int n, ref double x, ref int incx)
- public static void Drot(ref int n, ref double x, ref int incx, ref double y, ref int incy, ref double c, ref double s)
- public static void DROT(ref int n, ref double x, ref int incx, ref double y, ref int incy, ref double c, ref double s)
- public static void Drotg(ref double a, ref double b, ref double c, ref double s)
- public static void DROTG(ref double a, ref double b, ref double c, ref double s)
- public static void Droti(ref int nz, ref double x, ref int indx, ref double y, ref double c, ref double s)
- public static void DROTI(ref int nz, ref double x, ref int indx, ref double y, ref double c, ref double s)
- public static void Drotm(ref int n, ref double x, ref int incx, ref double y, ref int incy, ref double param)
- public static void DROTM(ref int n, ref double x, ref int incx, ref double y, ref int incy, ref double param)
- public static void Drotmg(ref double d1, ref double d2, ref double x1, ref double y1, ref double param)
- public static void DROTMG(ref double d1, ref double d2, ref double x1, ref double y1, ref double param)
- public static void Dsbmv(string uplo, ref int n, ref int k, ref double alpha, ref double a, ref int lda, ref double x, ref int incx, ref double beta, ref double y, ref int incy)
- public static void DSBMV(string uplo, ref int n, ref int k, ref double alpha, ref double a, ref int lda, ref double x, ref int incx, ref double beta, ref double y, ref int incy)
- public static void Dscal(ref int n, ref double a, ref double x, ref int incx)
- public static void DSCAL(ref int n, ref double a, ref double x, ref int incx)
- public static void Dsctr(ref int nz, ref double x, ref int indx, ref double y)
- public static void DSCTR(ref int nz, ref double x, ref int indx, ref double y)
- public static double Dsdot(ref int n, ref float x, ref int incx, ref float y, ref int incy)
- public static double DSDOT(ref int n, ref float x, ref int incx, ref float y, ref int incy)
- public static void Dspmv(string uplo, ref int n, ref double alpha, ref double ap, ref double x, ref int incx, ref double beta, ref double y, ref int incy)
- public static void DSPMV(string uplo, ref int n, ref double alpha, ref double ap, ref double x, ref int incx, ref double beta, ref double y, ref int incy)
- public static void Dspr(string uplo, ref int n, ref double alpha, ref double x, ref int incx, ref double ap)
- public static void DSPR(string uplo, ref int n, ref double alpha, ref double x, ref int incx, ref double ap)
- public static void Dspr2(string uplo, ref int n, ref double alpha, ref double x, ref int incx, ref double y, ref int incy, ref double ap)
- public static void DSPR2(string uplo, ref int n, ref double alpha, ref double x, ref int incx, ref double y, ref int incy, ref double ap)
- public static void Dswap(ref int n, ref double x, ref int incx, ref double y, ref int incy)
- public static void DSWAP(ref int n, ref double x, ref int incx, ref double y, ref int incy)
- public static void Dsymm(string side, string uplo, ref int m, ref int n, ref double alpha, ref double a, ref int lda, ref double b, ref int ldb, ref double beta, ref double c, ref int ldc)
- public static void DSYMM(string side, string uplo, ref int m, ref int n, ref double alpha, ref double a, ref int lda, ref double b, ref int ldb, ref double beta, ref double c, ref int ldc)
- public static void Dsymv(string uplo, ref int n, ref double alpha, ref double a, ref int lda, ref double x, ref int incx, ref double beta, ref double y, ref int incy)
- public static void DSYMV(string uplo, ref int n, ref double alpha, ref double a, ref int lda, ref double x, ref int incx, ref double beta, ref double y, ref int incy)
- public static void Dsyr(string uplo, ref int n, ref double alpha, ref double x, ref int incx, ref double a, ref int lda)
- public static void DSYR(string uplo, ref int n, ref double alpha, ref double x, ref int incx, ref double a, ref int lda)
- public static void Dsyr2(string uplo, ref int n, ref double alpha, ref double x, ref int incx, ref double y, ref int incy, ref double a, ref int lda)
- public static void DSYR2(string uplo, ref int n, ref double alpha, ref double x, ref int incx, ref double y, ref int incy, ref double a, ref int lda)
- public static void Dsyr2k(string uplo, string trans, ref int n, ref int k, ref double alpha, ref double a, ref int lda, ref double b, ref int ldb, ref double beta, ref double c, ref int ldc)
- public static void DSYR2K(string uplo, string trans, ref int n, ref int k, ref double alpha, ref double a, ref int lda, ref double b, ref int ldb, ref double beta, ref double c, ref int ldc)
- public static void Dsyrk(string uplo, string trans, ref int n, ref int k, ref double alpha, ref double a, ref int lda, ref double beta, ref double c, ref int ldc)
- public static void DSYRK(string uplo, string trans, ref int n, ref int k, ref double alpha, ref double a, ref int lda, ref double beta, ref double c, ref int ldc)
- public static void Dtbmv(string uplo, string trans, string diag, ref int n, ref int k, ref double a, ref int lda, ref double x, ref int incx)
- public static void DTBMV(string uplo, string trans, string diag, ref int n, ref int k, ref double a, ref int lda, ref double x, ref int incx)
- public static void Dtbsv(string uplo, string trans, string diag, ref int n, ref int k, ref double a, ref int lda, ref double x, ref int incx)
- public static void DTBSV(string uplo, string trans, string diag, ref int n, ref int k, ref double a, ref int lda, ref double x, ref int incx)
- public static void Dtpmv(string uplo, string trans, string diag, ref int n, ref double ap, ref double x, ref int incx)
- public static void DTPMV(string uplo, string trans, string diag, ref int n, ref double ap, ref double x, ref int incx)
- public static void Dtpsv(string uplo, string trans, string diag, ref int n, ref double ap, ref double x, ref int incx)
- public static void DTPSV(string uplo, string trans, string diag, ref int n, ref double ap, ref double x, ref int incx)
- public static void Dtrmm(string side, string uplo, string transa, string diag, ref int m, ref int n, ref double alpha, ref double a, ref int lda, ref double b, ref int ldb)
- public static void DTRMM(string side, string uplo, string transa, string diag, ref int m, ref int n, ref double alpha, ref double a, ref int lda, ref double b, ref int ldb)
- public static void Dtrmv(string uplo, string transa, string diag, ref int n, ref double a, ref int lda, ref double b, ref int incx)
- public static void DTRMV(string uplo, string transa, string diag, ref int n, ref double a, ref int lda, ref double b, ref int incx)
- public static void Dtrsm(string side, string uplo, string transa, string diag, ref int m, ref int n, ref double alpha, ref double a, ref int lda, ref double b, ref int ldb)
- public static void DTRSM(string side, string uplo, string transa, string diag, ref int m, ref int n, ref double alpha, ref double a, ref int lda, ref double b, ref int ldb)
- public static void DTRSM_BATCH(string side_array, string uplo_array, string transa_array, string diag_array, ref int m_array, ref int n_array, ref double alpha_array, Double** a_array, ref int lda_array, Double** b_array, ref int ldb, ref int group_count, ref int group_size)
- public static void DtrsmBatch(string side_array, string uplo_array, string transa_array, string diag_array, ref int m_array, ref int n_array, ref double alpha_array, Double** a_array, ref int lda_array, Double** b_array, ref int ldb, ref int group_count, ref int group_size)
- public static void Dtrsv(string uplo, string trans, string diag, ref int n, ref double a, ref int lda, ref double x, ref int incx)
- public static void DTRSV(string uplo, string trans, string diag, ref int n, ref double a, ref int lda, ref double x, ref int incx)
- public static void GEMM_S16S16S32(string transa, string transb, string offsetc, ref int m, ref int n, ref int k, ref float alpha, ref short a, ref int lda, ref short ao, ref short b, ref int ldb, ref short bo, ref float beta, ref int c, ref int ldc, ref int co)
- public static void GEMM_S8U8S32(string transa, string transb, string offsetc, ref int m, ref int n, ref int k, ref float alpha, string a, ref int lda, string ao, Byte* b, ref int ldb, string bo, ref float beta, ref int c, ref int ldc, ref int co)
- public static void GemmS16s16s32(string transa, string transb, string offsetc, ref int m, ref int n, ref int k, ref float alpha, ref short a, ref int lda, ref short ao, ref short b, ref int ldb, ref short bo, ref float beta, ref int c, ref int ldc, ref int co)
- public static void GemmS8u8s32(string transa, string transb, string offsetc, ref int m, ref int n, ref int k, ref float alpha, string a, ref int lda, string ao, Byte* b, ref int ldb, string bo, ref float beta, ref int c, ref int ldc, ref int co)
- public static int Idamax(ref int n, ref double x, ref int incx)
- public static int IDAMAX(ref int n, ref double x, ref int incx)
- public static int Idamin(ref int n, ref double x, ref int incx)
- public static int IDAMIN(ref int n, ref double x, ref int incx)
- public static int Isamax(ref int n, ref float x, ref int incx)
- public static int ISAMAX(ref int n, ref float x, ref int incx)
- public static int Isamin(ref int n, ref float x, ref int incx)
- public static int ISAMIN(ref int n, ref float x, ref int incx)
- public static int Lsame(string ca, string cb, int lca, int lcb)
- public static int LSAME(string ca, string cb, int lca, int lcb)
- public static float Sasum(ref int n, ref float x, ref int incx)
- public static float SASUM(ref int n, ref float x, ref int incx)
- public static void Saxpby(ref int n, ref float alpha, ref float x, ref int incx, ref float beta, ref float y, ref int incy)
- public static void SAXPBY(ref int n, ref float alpha, ref float x, ref int incx, ref float beta, ref float y, ref int incy)
- public static void Saxpy(ref int n, ref float alpha, ref float x, ref int incx, ref float y, ref int incy)
- public static void SAXPY(ref int n, ref float alpha, ref float x, ref int incx, ref float y, ref int incy)
- public static void Saxpyi(ref int nz, ref float a, ref float x, ref int indx, ref float y)
- public static void SAXPYI(ref int nz, ref float a, ref float x, ref int indx, ref float y)
- public static void Scopy(ref int n, ref float x, ref int incx, ref float y, ref int incy)
- public static void SCOPY(ref int n, ref float x, ref int incx, ref float y, ref int incy)
- public static float Sdot(ref int n, ref float x, ref int incx, ref float y, ref int incy)
- public static float SDOT(ref int n, ref float x, ref int incx, ref float y, ref int incy)
- public static float Sdoti(ref int nz, ref float x, ref int indx, ref float y)
- public static float SDOTI(ref int nz, ref float x, ref int indx, ref float y)
- public static float Sdsdot(ref int n, ref float sb, ref float x, ref int incx, ref float y, ref int incy)
- public static float SDSDOT(ref int n, ref float sb, ref float x, ref int incx, ref float y, ref int incy)
- public static void Sgbmv(string trans, ref int m, ref int n, ref int kl, ref int ku, ref float alpha, ref float a, ref int lda, ref float x, ref int incx, ref float beta, ref float y, ref int incy)
- public static void SGBMV(string trans, ref int m, ref int n, ref int kl, ref int ku, ref float alpha, ref float a, ref int lda, ref float x, ref int incx, ref float beta, ref float y, ref int incy)
- public static void Sgem2vu(ref int m, ref int n, ref float alpha, ref float a, ref int lda, ref float x1, ref int incx1, ref float x2, ref int incx2, ref float beta, ref float y1, ref int incy1, ref float y2, ref int incy2)
- public static void SGEM2VU(ref int m, ref int n, ref float alpha, ref float a, ref int lda, ref float x1, ref int incx1, ref float x2, ref int incx2, ref float beta, ref float y1, ref int incy1, ref float y2, ref int incy2)
- public static void Sgemm(string transa, string transb, ref int m, ref int n, ref int k, ref float alpha, ref float a, ref int lda, ref float b, ref int ldb, ref float beta, ref float c, ref int ldc)
- public static void SGEMM(string transa, string transb, ref int m, ref int n, ref int k, ref float alpha, ref float a, ref int lda, ref float b, ref int ldb, ref float beta, ref float c, ref int ldc)
- public static Single* SGEMM_ALLOC(string identifier, ref int m, ref int n, ref int k)
- public static void SGEMM_BATCH(string transa_array, string transb_array, ref int m_array, ref int n_array, ref int k_array, ref float alpha_array, Single** a_array, ref int lda_array, Single** b_array, ref int ldb_array, ref float beta_array, Single** c_array, ref int ldc_array, ref int group_count, ref int group_size)
- public static void SGEMM_COMPUTE(string transa, string transb, ref int m, ref int n, ref int k, ref float a, ref int lda, ref float b, ref int ldb, ref float beta, ref float c, ref int ldc)
- public static void SGEMM_FREE(ref float mat)
- public static void SGEMM_PACK(string identifier, string trans, ref int m, ref int n, ref int k, ref float alpha, ref float src, ref int ld, ref float dest)
- public static Single* SgemmAlloc(string identifier, ref int m, ref int n, ref int k)
- public static void SgemmBatch(string transa_array, string transb_array, ref int m_array, ref int n_array, ref int k_array, ref float alpha_array, Single** a_array, ref int lda_array, Single** b_array, ref int ldb_array, ref float beta_array, Single** c_array, ref int ldc_array, ref int group_count, ref int group_size)
- public static void SgemmCompute(string transa, string transb, ref int m, ref int n, ref int k, ref float a, ref int lda, ref float b, ref int ldb, ref float beta, ref float c, ref int ldc)
- public static void SgemmFree(ref float mat)
- public static void SgemmPack(string identifier, string trans, ref int m, ref int n, ref int k, ref float alpha, ref float src, ref int ld, ref float dest)
- public static void Sgemmt(string uplo, string transa, string transb, ref int n, ref int k, ref float alpha, ref float a, ref int lda, ref float b, ref int ldb, ref float beta, ref float c, ref int ldc)
- public static void SGEMMT(string uplo, string transa, string transb, ref int n, ref int k, ref float alpha, ref float a, ref int lda, ref float b, ref int ldb, ref float beta, ref float c, ref int ldc)
- public static void Sgemv(string trans, ref int m, ref int n, ref float alpha, ref float a, ref int lda, ref float x, ref int incx, ref float beta, ref float y, ref int incy)
- public static void SGEMV(string trans, ref int m, ref int n, ref float alpha, ref float a, ref int lda, ref float x, ref int incx, ref float beta, ref float y, ref int incy)
- public static void Sger(ref int m, ref int n, ref float alpha, ref float x, ref int incx, ref float y, ref int incy, ref float a, ref int lda)
- public static void SGER(ref int m, ref int n, ref float alpha, ref float x, ref int incx, ref float y, ref int incy, ref float a, ref int lda)
- public static void Sgthr(ref int nz, ref float y, ref float x, ref int indx)
- public static void SGTHR(ref int nz, ref float y, ref float x, ref int indx)
- public static void Sgthrz(ref int nz, ref float y, ref float x, ref int indx)
- public static void SGTHRZ(ref int nz, ref float y, ref float x, ref int indx)
- public static float Snrm2(ref int n, ref float x, ref int incx)
- public static float SNRM2(ref int n, ref float x, ref int incx)
- public static void Srot(ref int n, ref float x, ref int incx, ref float y, ref int incy, ref float c, ref float s)
- public static void SROT(ref int n, ref float x, ref int incx, ref float y, ref int incy, ref float c, ref float s)
- public static void Srotg(ref float a, ref float b, ref float c, ref float s)
- public static void SROTG(ref float a, ref float b, ref float c, ref float s)
- public static void Sroti(ref int nz, ref float x, ref int indx, ref float y, ref float c, ref float s)
- public static void SROTI(ref int nz, ref float x, ref int indx, ref float y, ref float c, ref float s)
- public static void Srotm(ref int n, ref float x, ref int incx, ref float y, ref int incy, ref float param)
- public static void SROTM(ref int n, ref float x, ref int incx, ref float y, ref int incy, ref float param)
- public static void Srotmg(ref float d1, ref float d2, ref float x1, ref float y1, ref float param)
- public static void SROTMG(ref float d1, ref float d2, ref float x1, ref float y1, ref float param)
- public static void Ssbmv(string uplo, ref int n, ref int k, ref float alpha, ref float a, ref int lda, ref float x, ref int incx, ref float beta, ref float y, ref int incy)
- public static void SSBMV(string uplo, ref int n, ref int k, ref float alpha, ref float a, ref int lda, ref float x, ref int incx, ref float beta, ref float y, ref int incy)
- public static void Sscal(ref int n, ref float a, ref float x, ref int incx)
- public static void SSCAL(ref int n, ref float a, ref float x, ref int incx)
- public static void Ssctr(ref int nz, ref float x, ref int indx, ref float y)
- public static void SSCTR(ref int nz, ref float x, ref int indx, ref float y)
- public static void Sspmv(string uplo, ref int n, ref float alpha, ref float ap, ref float x, ref int incx, ref float beta, ref float y, ref int incy)
- public static void SSPMV(string uplo, ref int n, ref float alpha, ref float ap, ref float x, ref int incx, ref float beta, ref float y, ref int incy)
- public static void Sspr(string uplo, ref int n, ref float alpha, ref float x, ref int incx, ref float ap)
- public static void SSPR(string uplo, ref int n, ref float alpha, ref float x, ref int incx, ref float ap)
- public static void Sspr2(string uplo, ref int n, ref float alpha, ref float x, ref int incx, ref float y, ref int incy, ref float ap)
- public static void SSPR2(string uplo, ref int n, ref float alpha, ref float x, ref int incx, ref float y, ref int incy, ref float ap)
- public static void Sswap(ref int n, ref float x, ref int incx, ref float y, ref int incy)
- public static void SSWAP(ref int n, ref float x, ref int incx, ref float y, ref int incy)
- public static void Ssymm(string side, string uplo, ref int m, ref int n, ref float alpha, ref float a, ref int lda, ref float b, ref int ldb, ref float beta, ref float c, ref int ldc)
- public static void SSYMM(string side, string uplo, ref int m, ref int n, ref float alpha, ref float a, ref int lda, ref float b, ref int ldb, ref float beta, ref float c, ref int ldc)
- public static void Ssymv(string uplo, ref int n, ref float alpha, ref float a, ref int lda, ref float x, ref int incx, ref float beta, ref float y, ref int incy)
- public static void SSYMV(string uplo, ref int n, ref float alpha, ref float a, ref int lda, ref float x, ref int incx, ref float beta, ref float y, ref int incy)
- public static void Ssyr(string uplo, ref int n, ref float alpha, ref float x, ref int incx, ref float a, ref int lda)
- public static void SSYR(string uplo, ref int n, ref float alpha, ref float x, ref int incx, ref float a, ref int lda)
- public static void Ssyr2(string uplo, ref int n, ref float alpha, ref float x, ref int incx, ref float y, ref int incy, ref float a, ref int lda)
- public static void SSYR2(string uplo, ref int n, ref float alpha, ref float x, ref int incx, ref float y, ref int incy, ref float a, ref int lda)
- public static void Ssyr2k(string uplo, string trans, ref int n, ref int k, ref float alpha, ref float a, ref int lda, ref float b, ref int ldb, ref float beta, ref float c, ref int ldc)
- public static void SSYR2K(string uplo, string trans, ref int n, ref int k, ref float alpha, ref float a, ref int lda, ref float b, ref int ldb, ref float beta, ref float c, ref int ldc)
- public static void Ssyrk(string uplo, string trans, ref int n, ref int k, ref float alpha, ref float a, ref int lda, ref float beta, ref float c, ref int ldc)
- public static void SSYRK(string uplo, string trans, ref int n, ref int k, ref float alpha, ref float a, ref int lda, ref float beta, ref float c, ref int ldc)
- public static void Stbmv(string uplo, string trans, string diag, ref int n, ref int k, ref float a, ref int lda, ref float x, ref int incx)
- public static void STBMV(string uplo, string trans, string diag, ref int n, ref int k, ref float a, ref int lda, ref float x, ref int incx)
- public static void Stbsv(string uplo, string trans, string diag, ref int n, ref int k, ref float a, ref int lda, ref float x, ref int incx)
- public static void STBSV(string uplo, string trans, string diag, ref int n, ref int k, ref float a, ref int lda, ref float x, ref int incx)
- public static void Stpmv(string uplo, string trans, string diag, ref int n, ref float ap, ref float x, ref int incx)
- public static void STPMV(string uplo, string trans, string diag, ref int n, ref float ap, ref float x, ref int incx)
- public static void Stpsv(string uplo, string trans, string diag, ref int n, ref float ap, ref float x, ref int incx)
- public static void STPSV(string uplo, string trans, string diag, ref int n, ref float ap, ref float x, ref int incx)
- public static void Strmm(string side, string uplo, string transa, string diag, ref int m, ref int n, ref float alpha, ref float a, ref int lda, ref float b, ref int ldb)
- public static void STRMM(string side, string uplo, string transa, string diag, ref int m, ref int n, ref float alpha, ref float a, ref int lda, ref float b, ref int ldb)
- public static void Strmv(string uplo, string transa, string diag, ref int n, ref float a, ref int lda, ref float b, ref int incx)
- public static void STRMV(string uplo, string transa, string diag, ref int n, ref float a, ref int lda, ref float b, ref int incx)
- public static void Strsm(string side, string uplo, string transa, string diag, ref int m, ref int n, ref float alpha, ref float a, ref int lda, ref float b, ref int ldb)
- public static void STRSM(string side, string uplo, string transa, string diag, ref int m, ref int n, ref float alpha, ref float a, ref int lda, ref float b, ref int ldb)
- public static void STRSM_BATCH(string side_array, string uplo_array, string transa_array, string diag_array, ref int m_array, ref int n_array, ref float alpha_array, Single** a_array, ref int lda_array, Single** b_array, ref int ldb, ref int group_count, ref int group_size)
- public static void StrsmBatch(string side_array, string uplo_array, string transa_array, string diag_array, ref int m_array, ref int n_array, ref float alpha_array, Single** a_array, ref int lda_array, Single** b_array, ref int ldb, ref int group_count, ref int group_size)
- public static void Strsv(string uplo, string trans, string diag, ref int n, ref float a, ref int lda, ref float x, ref int incx)
- public static void STRSV(string uplo, string trans, string diag, ref int n, ref float a, ref int lda, ref float x, ref int incx)
- public static void Xerbla(string srname, ref int info, int lsrname)
- public static void XERBLA(string srname, ref int info, int lsrname)
-
public class Service
IntelMKL.ILP64
-
public class Blacs
-
public class Blas
- public static double DASUM(ref long n, ref double x, ref long incx)
- public static void DAXPBY(ref long n, ref double alpha, ref double x, ref long incx, ref double beta, ref double y, ref long incy)
- public static void DAXPY(ref long n, ref double alpha, ref double x, ref long incx, ref double y, ref long incy)
- public static void DAXPYI(ref long nz, ref double a, ref double x, ref long indx, ref double y)
- public static void DCOPY(ref long n, ref double x, ref long incx, ref double y, ref long incy)
- public static double DDOT(ref long n, ref double x, ref long incx, ref double y, ref long incy)
- public static double DDOTI(ref long nz, ref double x, ref long indx, ref double y)
- public static void DGBMV(string trans, ref long m, ref long n, ref long kl, ref long ku, ref double alpha, ref double a, ref long lda, ref double x, ref long incx, ref double beta, ref double y, ref long incy)
- public static void DGEM2VU(ref long m, ref long n, ref double alpha, ref double a, ref long lda, ref double x1, ref long incx1, ref double x2, ref long incx2, ref double beta, ref double y1, ref long incy1, ref double y2, ref long incy2)
- public static void DGEMM(string transa, string transb, ref long m, ref long n, ref long k, ref double alpha, ref double a, ref long lda, ref double b, ref long ldb, ref double beta, ref double c, ref long ldc)
- public static Double* DGEMM_ALLOC(string identifier, ref long m, ref long n, ref long k)
- public static void DGEMM_BATCH(string transa_array, string transb_array, ref long m_array, ref long n_array, ref long k_array, ref double alpha_array, Double** a_array, ref long lda_array, Double** b_array, ref long ldb_array, ref double beta_array, Double** c_array, ref long ldc_array, ref long group_count, ref long group_size)
- public static void DGEMM_COMPUTE(string transa, string transb, ref long m, ref long n, ref long k, ref double a, ref long lda, ref double b, ref long ldb, ref double beta, ref double c, ref long ldc)
- public static void DGEMM_FREE(ref double mat)
- public static void DGEMM_PACK(string identifier, string trans, ref long m, ref long n, ref long k, ref double alpha, ref double src, ref long ld, ref double dest)
- public static void DGEMMT(string uplo, string transa, string transb, ref long n, ref long k, ref double alpha, ref double a, ref long lda, ref double b, ref long ldb, ref double beta, ref double c, ref long ldc)
- public static void DGEMV(string trans, ref long m, ref long n, ref double alpha, ref double a, ref long lda, ref double x, ref long incx, ref double beta, ref double y, ref long incy)
- public static void DGER(ref long m, ref long n, ref double alpha, ref double x, ref long incx, ref double y, ref long incy, ref double a, ref long lda)
- public static void DGTHR(ref long nz, ref double y, ref double x, ref long indx)
- public static void DGTHRZ(ref long nz, ref double y, ref double x, ref long indx)
- public static double DNRM2(ref long n, ref double x, ref long incx)
- public static void DROT(ref long n, ref double x, ref long incx, ref double y, ref long incy, ref double c, ref double s)
- public static void DROTG(ref double a, ref double b, ref double c, ref double s)
- public static void DROTI(ref long nz, ref double x, ref long indx, ref double y, ref double c, ref double s)
- public static void DROTM(ref long n, ref double x, ref long incx, ref double y, ref long incy, ref double param)
- public static void DROTMG(ref double d1, ref double d2, ref double x1, ref double y1, ref double param)
- public static void DSBMV(string uplo, ref long n, ref long k, ref double alpha, ref double a, ref long lda, ref double x, ref long incx, ref double beta, ref double y, ref long incy)
- public static void DSCAL(ref long n, ref double a, ref double x, ref long incx)
- public static void DSCTR(ref long nz, ref double x, ref long indx, ref double y)
- public static double DSDOT(ref long n, ref float x, ref long incx, ref float y, ref long incy)
- public static void DSPMV(string uplo, ref long n, ref double alpha, ref double ap, ref double x, ref long incx, ref double beta, ref double y, ref long incy)
- public static void DSPR(string uplo, ref long n, ref double alpha, ref double x, ref long incx, ref double ap)
- public static void DSPR2(string uplo, ref long n, ref double alpha, ref double x, ref long incx, ref double y, ref long incy, ref double ap)
- public static void DSWAP(ref long n, ref double x, ref long incx, ref double y, ref long incy)
- public static void DSYMM(string side, string uplo, ref long m, ref long n, ref double alpha, ref double a, ref long lda, ref double b, ref long ldb, ref double beta, ref double c, ref long ldc)
- public static void DSYMV(string uplo, ref long n, ref double alpha, ref double a, ref long lda, ref double x, ref long incx, ref double beta, ref double y, ref long incy)
- public static void DSYR(string uplo, ref long n, ref double alpha, ref double x, ref long incx, ref double a, ref long lda)
- public static void DSYR2(string uplo, ref long n, ref double alpha, ref double x, ref long incx, ref double y, ref long incy, ref double a, ref long lda)
- public static void DSYR2K(string uplo, string trans, ref long n, ref long k, ref double alpha, ref double a, ref long lda, ref double b, ref long ldb, ref double beta, ref double c, ref long ldc)
- public static void DSYRK(string uplo, string trans, ref long n, ref long k, ref double alpha, ref double a, ref long lda, ref double beta, ref double c, ref long ldc)
- public static void DTBMV(string uplo, string trans, string diag, ref long n, ref long k, ref double a, ref long lda, ref double x, ref long incx)
- public static void DTBSV(string uplo, string trans, string diag, ref long n, ref long k, ref double a, ref long lda, ref double x, ref long incx)
- public static void DTPMV(string uplo, string trans, string diag, ref long n, ref double ap, ref double x, ref long incx)
- public static void DTPSV(string uplo, string trans, string diag, ref long n, ref double ap, ref double x, ref long incx)
- public static void DTRMM(string side, string uplo, string transa, string diag, ref long m, ref long n, ref double alpha, ref double a, ref long lda, ref double b, ref long ldb)
- public static void DTRMV(string uplo, string transa, string diag, ref long n, ref double a, ref long lda, ref double b, ref long incx)
- public static void DTRSM(string side, string uplo, string transa, string diag, ref long m, ref long n, ref double alpha, ref double a, ref long lda, ref double b, ref long ldb)
- public static void DTRSM_BATCH(string side_array, string uplo_array, string transa_array, string diag_array, ref long m_array, ref long n_array, ref double alpha_array, Double** a_array, ref long lda_array, Double** b_array, ref long ldb, ref long group_count, ref long group_size)
- public static void DTRSV(string uplo, string trans, string diag, ref long n, ref double a, ref long lda, ref double x, ref long incx)
- public static void GEMM_S16S16S32(string transa, string transb, string offsetc, ref long m, ref long n, ref long k, ref float alpha, ref short a, ref long lda, ref short ao, ref short b, ref long ldb, ref short bo, ref float beta, ref int c, ref long ldc, ref int co)
- public static void GEMM_S8U8S32(string transa, string transb, string offsetc, ref long m, ref long n, ref long k, ref float alpha, string a, ref long lda, string ao, Byte* b, ref long ldb, string bo, ref float beta, ref int c, ref long ldc, ref int co)
- public static long IDAMAX(ref long n, ref double x, ref long incx)
- public static long IDAMIN(ref long n, ref double x, ref long incx)
- public static long ISAMAX(ref long n, ref float x, ref long incx)
- public static long ISAMIN(ref long n, ref float x, ref long incx)
- public static int LSAME(string ca, string cb, long lca, long lcb)
- public static float SASUM(ref long n, ref float x, ref long incx)
- public static void SAXPBY(ref long n, ref float alpha, ref float x, ref long incx, ref float beta, ref float y, ref long incy)
- public static void SAXPY(ref long n, ref float alpha, ref float x, ref long incx, ref float y, ref long incy)
- public static void SAXPYI(ref long nz, ref float a, ref float x, ref long indx, ref float y)
- public static void SCOPY(ref long n, ref float x, ref long incx, ref float y, ref long incy)
- public static float SDOT(ref long n, ref float x, ref long incx, ref float y, ref long incy)
- public static float SDOTI(ref long nz, ref float x, ref long indx, ref float y)
- public static float SDSDOT(ref long n, ref float sb, ref float x, ref long incx, ref float y, ref long incy)
- public static void SGBMV(string trans, ref long m, ref long n, ref long kl, ref long ku, ref float alpha, ref float a, ref long lda, ref float x, ref long incx, ref float beta, ref float y, ref long incy)
- public static void SGEM2VU(ref long m, ref long n, ref float alpha, ref float a, ref long lda, ref float x1, ref long incx1, ref float x2, ref long incx2, ref float beta, ref float y1, ref long incy1, ref float y2, ref long incy2)
- public static void SGEMM(string transa, string transb, ref long m, ref long n, ref long k, ref float alpha, ref float a, ref long lda, ref float b, ref long ldb, ref float beta, ref float c, ref long ldc)
- public static Single* SGEMM_ALLOC(string identifier, ref long m, ref long n, ref long k)
- public static void SGEMM_BATCH(string transa_array, string transb_array, ref long m_array, ref long n_array, ref long k_array, ref float alpha_array, Single** a_array, ref long lda_array, Single** b_array, ref long ldb_array, ref float beta_array, Single** c_array, ref long ldc_array, ref long group_count, ref long group_size)
- public static void SGEMM_COMPUTE(string transa, string transb, ref long m, ref long n, ref long k, ref float a, ref long lda, ref float b, ref long ldb, ref float beta, ref float c, ref long ldc)
- public static void SGEMM_FREE(ref float mat)
- public static void SGEMM_PACK(string identifier, string trans, ref long m, ref long n, ref long k, ref float alpha, ref float src, ref long ld, ref float dest)
- public static void SGEMMT(string uplo, string transa, string transb, ref long n, ref long k, ref float alpha, ref float a, ref long lda, ref float b, ref long ldb, ref float beta, ref float c, ref long ldc)
- public static void SGEMV(string trans, ref long m, ref long n, ref float alpha, ref float a, ref long lda, ref float x, ref long incx, ref float beta, ref float y, ref long incy)
- public static void SGER(ref long m, ref long n, ref float alpha, ref float x, ref long incx, ref float y, ref long incy, ref float a, ref long lda)
- public static void SGTHR(ref long nz, ref float y, ref float x, ref long indx)
- public static void SGTHRZ(ref long nz, ref float y, ref float x, ref long indx)
- public static float SNRM2(ref long n, ref float x, ref long incx)
- public static void SROT(ref long n, ref float x, ref long incx, ref float y, ref long incy, ref float c, ref float s)
- public static void SROTG(ref float a, ref float b, ref float c, ref float s)
- public static void SROTI(ref long nz, ref float x, ref long indx, ref float y, ref float c, ref float s)
- public static void SROTM(ref long n, ref float x, ref long incx, ref float y, ref long incy, ref float param)
- public static void SROTMG(ref float d1, ref float d2, ref float x1, ref float y1, ref float param)
- public static void SSBMV(string uplo, ref long n, ref long k, ref float alpha, ref float a, ref long lda, ref float x, ref long incx, ref float beta, ref float y, ref long incy)
- public static void SSCAL(ref long n, ref float a, ref float x, ref long incx)
- public static void SSCTR(ref long nz, ref float x, ref long indx, ref float y)
- public static void SSPMV(string uplo, ref long n, ref float alpha, ref float ap, ref float x, ref long incx, ref float beta, ref float y, ref long incy)
- public static void SSPR(string uplo, ref long n, ref float alpha, ref float x, ref long incx, ref float ap)
- public static void SSPR2(string uplo, ref long n, ref float alpha, ref float x, ref long incx, ref float y, ref long incy, ref float ap)
- public static void SSWAP(ref long n, ref float x, ref long incx, ref float y, ref long incy)
- public static void SSYMM(string side, string uplo, ref long m, ref long n, ref float alpha, ref float a, ref long lda, ref float b, ref long ldb, ref float beta, ref float c, ref long ldc)
- public static void SSYMV(string uplo, ref long n, ref float alpha, ref float a, ref long lda, ref float x, ref long incx, ref float beta, ref float y, ref long incy)
- public static void SSYR(string uplo, ref long n, ref float alpha, ref float x, ref long incx, ref float a, ref long lda)
- public static void SSYR2(string uplo, ref long n, ref float alpha, ref float x, ref long incx, ref float y, ref long incy, ref float a, ref long lda)
- public static void SSYR2K(string uplo, string trans, ref long n, ref long k, ref float alpha, ref float a, ref long lda, ref float b, ref long ldb, ref float beta, ref float c, ref long ldc)
- public static void SSYRK(string uplo, string trans, ref long n, ref long k, ref float alpha, ref float a, ref long lda, ref float beta, ref float c, ref long ldc)
- public static void STBMV(string uplo, string trans, string diag, ref long n, ref long k, ref float a, ref long lda, ref float x, ref long incx)
- public static void STBSV(string uplo, string trans, string diag, ref long n, ref long k, ref float a, ref long lda, ref float x, ref long incx)
- public static void STPMV(string uplo, string trans, string diag, ref long n, ref float ap, ref float x, ref long incx)
- public static void STPSV(string uplo, string trans, string diag, ref long n, ref float ap, ref float x, ref long incx)
- public static void STRMM(string side, string uplo, string transa, string diag, ref long m, ref long n, ref float alpha, ref float a, ref long lda, ref float b, ref long ldb)
- public static void STRMV(string uplo, string transa, string diag, ref long n, ref float a, ref long lda, ref float b, ref long incx)
- public static void STRSM(string side, string uplo, string transa, string diag, ref long m, ref long n, ref float alpha, ref float a, ref long lda, ref float b, ref long ldb)
- public static void STRSM_BATCH(string side_array, string uplo_array, string transa_array, string diag_array, ref long m_array, ref long n_array, ref float alpha_array, Single** a_array, ref long lda_array, Single** b_array, ref long ldb, ref long group_count, ref long group_size)
- public static void STRSV(string uplo, string trans, string diag, ref long n, ref float a, ref long lda, ref float x, ref long incx)
- public static void XERBLA(string srname, ref int info, int lsrname)
-
public class Lapack
-
public struct MatrixDescr
-
public class mkl_lapack
- public struct __Internal
- public mkl_lapack()
- public static void ChlaTranstype(SByte* ret_val, int ret_val_len, ref long trans)
- public static void Dbbcsd(string jobu1, string jobu2, string jobv1t, string jobv2t, string trans, ref long M, ref long P, ref long Q, ref double theta, ref double phi, ref double u1, ref long ldu1, ref double u2, ref long ldu2, ref double v1t, ref long ldv1t, ref double v2t, ref long ldv2t, ref double b11d, ref double b11e, ref double b12d, ref double b12e, ref double b21d, ref double b21e, ref double b22d, ref double b22e, ref double rwork, ref long lrwork, ref long info)
- public static void Dbdsdc(string uplo, string compq, ref long n, ref double d, ref double e, ref double u, ref long ldu, ref double vt, ref long ldvt, ref double q, ref long iq, ref double work, ref long iwork, ref long info)
- public static void Dbdsqr(string uplo, ref long n, ref long ncvt, ref long nru, ref long ncc, ref double d, ref double e, ref double vt, ref long ldvt, ref double u, ref long ldu, ref double c, ref long ldc, ref double work, ref long info)
- public static void Dbdsvdx(string uplo, string jobz, string range, ref long n, ref double d, ref double e, ref double vl, ref double vu, ref long il, ref long iu, ref long ns, ref double s, ref double z, ref long ldz, ref double work, ref long iwork, ref long info)
- public static void Ddisna(string job, ref long m, ref long n, ref double d, ref double sep, ref long info)
- public static void Ddtsvb(ref long n, ref long nrhs, ref double dl, ref double d, ref double du, ref double b, ref long ldb, ref long info)
- public static void Ddttrfb(ref long n, ref double dl, ref double d, ref double du, ref long info)
- public static void Ddttrsb(string trans, ref long n, ref long nrhs, ref double dl, ref double d, ref double du, ref double b, ref long ldb, ref long info)
- public static void Dgbbrd(string vect, ref long m, ref long n, ref long ncc, ref long kl, ref long ku, ref double ab, ref long ldab, ref double d, ref double e, ref double q, ref long ldq, ref double pt, ref long ldpt, ref double c, ref long ldc, ref double work, ref long info)
- public static void Dgbcon(string norm, ref long n, ref long kl, ref long ku, ref double ab, ref long ldab, ref long ipiv, ref double anorm, ref double rcond, ref double work, ref long iwork, ref long info)
- public static void Dgbequ(ref long m, ref long n, ref long kl, ref long ku, ref double ab, ref long ldab, ref double r, ref double c, ref double rowcnd, ref double colcnd, ref double amax, ref long info)
- public static void Dgbequb(ref long m, ref long n, ref long kl, ref long ku, ref double ab, ref long ldab, ref double r, ref double c, ref double rowcnd, ref double colcnd, ref double amax, ref long info)
- public static void Dgbrfs(string trans, ref long n, ref long kl, ref long ku, ref long nrhs, ref double ab, ref long ldab, ref double afb, ref long ldafb, ref long ipiv, ref double b, ref long ldb, ref double x, ref long ldx, ref double ferr, ref double berr, ref double work, ref long iwork, ref long info)
- public static void Dgbrfsx(string trans, string equed, ref long n, ref long kl, ref long ku, ref long nrhs, ref double ab, ref long ldab, ref double afb, ref long ldafb, ref long ipiv, ref double r, ref double c, ref double b, ref long ldb, ref double x, ref long ldx, ref double rcond, ref double berr, ref long n_err_bnds, ref double err_bnds_norm, ref double err_bnds_comp, ref long nparams, ref double params, ref double work, ref long iwork, ref long info)
- public static void Dgbsv(ref long n, ref long kl, ref long ku, ref long nrhs, ref double ab, ref long ldab, ref long ipiv, ref double b, ref long ldb, ref long info)
- public static void Dgbsvx(string fact, string trans, ref long n, ref long kl, ref long ku, ref long nrhs, ref double ab, ref long ldab, ref double afb, ref long ldafb, ref long ipiv, SByte* equed, ref double r, ref double c, ref double b, ref long ldb, ref double x, ref long ldx, ref double rcond, ref double ferr, ref double berr, ref double work, ref long iwork, ref long info)
- public static void Dgbsvxx(string fact, string trans, ref long n, ref long kl, ref long ku, ref long nrhs, ref double ab, ref long ldab, ref double afb, ref long ldafb, ref long ipiv, SByte* equed, ref double r, ref double c, ref double b, ref long ldb, ref double x, ref long ldx, ref double rcond, ref double rpvgrw, ref double berr, ref long n_err_bnds, ref double err_bnds_norm, ref double err_bnds_comp, ref long nparams, ref double params, ref double work, ref long iwork, ref long info)
- public static void Dgbtf2(ref long m, ref long n, ref long kl, ref long ku, ref double ab, ref long ldab, ref long ipiv, ref long info)
- public static void Dgbtrf(ref long m, ref long n, ref long kl, ref long ku, ref double ab, ref long ldab, ref long ipiv, ref long info)
- public static void Dgbtrs(string trans, ref long n, ref long kl, ref long ku, ref long nrhs, ref double ab, ref long ldab, ref long ipiv, ref double b, ref long ldb, ref long info)
- public static void Dgebak(string job, string side, ref long n, ref long ilo, ref long ihi, ref double scale, ref long m, ref double v, ref long ldv, ref long info)
- public static void Dgebal(string job, ref long n, ref double a, ref long lda, ref long ilo, ref long ihi, ref double scale, ref long info)
- public static void Dgebd2(ref long m, ref long n, ref double a, ref long lda, ref double d, ref double e, ref double tauq, ref double taup, ref double work, ref long info)
- public static void Dgebrd(ref long m, ref long n, ref double a, ref long lda, ref double d, ref double e, ref double tauq, ref double taup, ref double work, ref long lwork, ref long info)
- public static void Dgecon(string norm, ref long n, ref double a, ref long lda, ref double anorm, ref double rcond, ref double work, ref long iwork, ref long info)
- public static void Dgeequ(ref long m, ref long n, ref double a, ref long lda, ref double r, ref double c, ref double rowcnd, ref double colcnd, ref double amax, ref long info)
- public static void Dgeequb(ref long m, ref long n, ref double a, ref long lda, ref double r, ref double c, ref double rowcnd, ref double colcnd, ref double amax, ref long info)
- public static void Dgees(string jobvs, string sort, MKL_D_SELECT_FUNCTION_2 select, ref long n, ref double a, ref long lda, ref long sdim, ref double wr, ref double wi, ref double vs, ref long ldvs, ref double work, ref long lwork, ref long bwork, ref long info)
- public static void Dgeesx(string jobvs, string sort, MKL_D_SELECT_FUNCTION_2 select, string sense, ref long n, ref double a, ref long lda, ref long sdim, ref double wr, ref double wi, ref double vs, ref long ldvs, ref double rconde, ref double rcondv, ref double work, ref long lwork, ref long iwork, ref long liwork, ref long bwork, ref long info)
- public static void Dgeev(string jobvl, string jobvr, ref long n, ref double a, ref long lda, ref double wr, ref double wi, ref double vl, ref long ldvl, ref double vr, ref long ldvr, ref double work, ref long lwork, ref long info)
- public static void Dgeevx(string balanc, string jobvl, string jobvr, string sense, ref long n, ref double a, ref long lda, ref double wr, ref double wi, ref double vl, ref long ldvl, ref double vr, ref long ldvr, ref long ilo, ref long ihi, ref double scale, ref double abnrm, ref double rconde, ref double rcondv, ref double work, ref long lwork, ref long iwork, ref long info)
- public static void Dgegs(string jobvsl, string jobvsr, ref long n, ref double a, ref long lda, ref double b, ref long ldb, ref double alphar, ref double alphai, ref double beta, ref double vsl, ref long ldvsl, ref double vsr, ref long ldvsr, ref double work, ref long lwork, ref long info)
- public static void Dgegv(string jobvl, string jobvr, ref long n, ref double a, ref long lda, ref double b, ref long ldb, ref double alphar, ref double alphai, ref double beta, ref double vl, ref long ldvl, ref double vr, ref long ldvr, ref double work, ref long lwork, ref long info)
- public static void Dgehd2(ref long n, ref long ilo, ref long ihi, ref double a, ref long lda, ref double tau, ref double work, ref long info)
- public static void Dgehrd(ref long n, ref long ilo, ref long ihi, ref double a, ref long lda, ref double tau, ref double work, ref long lwork, ref long info)
- public static void Dgejsv(string joba, string jobu, string jobv, string jobr, string jobt, string jobp, ref long m, ref long n, ref double a, ref long lda, ref double sva, ref double u, ref long ldu, ref double v, ref long ldv, ref double work, ref long lwork, ref long iwork, ref long info)
- public static void Dgelq(ref long m, ref long n, ref double a, ref long lda, ref double t, ref long tsize, ref double work, ref long lwork, ref long info)
- public static void Dgelq2(ref long m, ref long n, ref double a, ref long lda, ref double tau, ref double work, ref long info)
- public static void Dgelqf(ref long m, ref long n, ref double a, ref long lda, ref double tau, ref double work, ref long lwork, ref long info)
- public static void Dgelqt(ref long m, ref long n, ref long mb, ref double a, ref long lda, ref double t, ref long ldt, ref double work, ref long info)
- public static void Dgelqt3(ref long m, ref long n, ref double a, ref long lda, ref double t, ref long ldt, ref long info)
- public static void Dgels(string trans, ref long m, ref long n, ref long nrhs, ref double a, ref long lda, ref double b, ref long ldb, ref double work, ref long lwork, ref long info)
- public static void Dgelsd(ref long m, ref long n, ref long nrhs, ref double a, ref long lda, ref double b, ref long ldb, ref double s, ref double rcond, ref long rank, ref double work, ref long lwork, ref long iwork, ref long info)
- public static void Dgelss(ref long m, ref long n, ref long nrhs, ref double a, ref long lda, ref double b, ref long ldb, ref double s, ref double rcond, ref long rank, ref double work, ref long lwork, ref long info)
- public static void Dgelsx(ref long m, ref long n, ref long nrhs, ref double a, ref long lda, ref double b, ref long ldb, ref long jpvt, ref double rcond, ref long rank, ref double work, ref long info)
- public static void Dgelsy(ref long m, ref long n, ref long nrhs, ref double a, ref long lda, ref double b, ref long ldb, ref long jpvt, ref double rcond, ref long rank, ref double work, ref long lwork, ref long info)
- public static void Dgemlq(string side, string trans, ref long m, ref long n, ref long k, ref double a, ref long lda, ref double t, ref long tsize, ref double c, ref long ldc, ref double work, ref long lwork, ref long info)
- public static void Dgemlqt(string side, string trans, ref long m, ref long n, ref long k, ref long mb, ref double v, ref long ldv, ref double t, ref long ldt, ref double c, ref long ldc, ref double work, ref long info)
- public static void Dgemqr(string side, string trans, ref long m, ref long n, ref long k, ref double a, ref long lda, ref double t, ref long tsize, ref double c, ref long ldc, ref double work, ref long lwork, ref long info)
- public static void Dgemqrt(string side, string trans, ref long m, ref long n, ref long k, ref long nb, ref double v, ref long ldv, ref double t, ref long ldt, ref double c, ref long ldc, ref double work, ref long info)
- public static void Dgeql2(ref long m, ref long n, ref double a, ref long lda, ref double tau, ref double work, ref long info)
- public static void Dgeqlf(ref long m, ref long n, ref double a, ref long lda, ref double tau, ref double work, ref long lwork, ref long info)
- public static void Dgeqp3(ref long m, ref long n, ref double a, ref long lda, ref long jpvt, ref double tau, ref double work, ref long lwork, ref long info)
- public static void Dgeqpf(ref long m, ref long n, ref double a, ref long lda, ref long jpvt, ref double tau, ref double work, ref long info)
- public static void Dgeqr(ref long m, ref long n, ref double a, ref long lda, ref double t, ref long tsize, ref double work, ref long lwork, ref long info)
- public static void Dgeqr2(ref long m, ref long n, ref double a, ref long lda, ref double tau, ref double work, ref long info)
- public static void Dgeqr2p(ref long m, ref long n, ref double a, ref long lda, ref double tau, ref double work, ref long info)
- public static void Dgeqrf(ref long m, ref long n, ref double a, ref long lda, ref double tau, ref double work, ref long lwork, ref long info)
- public static void Dgeqrfp(ref long m, ref long n, ref double a, ref long lda, ref double tau, ref double work, ref long lwork, ref long info)
- public static void Dgeqrt(ref long m, ref long n, ref long nb, ref double a, ref long lda, ref double t, ref long ldt, ref double work, ref long info)
- public static void Dgeqrt2(ref long m, ref long n, ref double a, ref long lda, ref double t, ref long ldt, ref long info)
- public static void Dgeqrt3(ref long m, ref long n, ref double a, ref long lda, ref double t, ref long ldt, ref long info)
- public static void Dgerfs(string trans, ref long n, ref long nrhs, ref double a, ref long lda, ref double af, ref long ldaf, ref long ipiv, ref double b, ref long ldb, ref double x, ref long ldx, ref double ferr, ref double berr, ref double work, ref long iwork, ref long info)
- public static void Dgerfsx(string trans, string equed, ref long n, ref long nrhs, ref double a, ref long lda, ref double af, ref long ldaf, ref long ipiv, ref double r, ref double c, ref double b, ref long ldb, ref double x, ref long ldx, ref double rcond, ref double berr, ref long n_err_bnds, ref double err_bnds_norm, ref double err_bnds_comp, ref long nparams, ref double params, ref double work, ref long iwork, ref long info)
- public static void Dgerq2(ref long m, ref long n, ref double a, ref long lda, ref double tau, ref double work, ref long info)
- public static void Dgerqf(ref long m, ref long n, ref double a, ref long lda, ref double tau, ref double work, ref long lwork, ref long info)
- public static void Dgesc2(ref long n, ref double a, ref long lda, ref double rhs, ref long ipiv, ref long jpiv, ref double scale)
- public static void Dgesdd(string jobz, ref long m, ref long n, ref double a, ref long lda, ref double s, ref double u, ref long ldu, ref double vt, ref long ldvt, ref double work, ref long lwork, ref long iwork, ref long info)
- public static void Dgesv(ref long n, ref long nrhs, ref double a, ref long lda, ref long ipiv, ref double b, ref long ldb, ref long info)
- public static void Dgesvd(string jobu, string jobvt, ref long m, ref long n, ref double a, ref long lda, ref double s, ref double u, ref long ldu, ref double vt, ref long ldvt, ref double work, ref long lwork, ref long info)
- public static void Dgesvdx(string jobu, string jobvt, string range, ref long m, ref long n, ref double a, ref long lda, ref double vl, ref double vu, ref long il, ref long iu, ref long ns, ref double s, ref double u, ref long ldu, ref double vt, ref long ldvt, ref double work, ref long lwork, ref long iwork, ref long info)
- public static void Dgesvj(string joba, string jobu, string jobv, ref long m, ref long n, ref double a, ref long lda, ref double sva, ref long mv, ref double v, ref long ldv, ref double work, ref long lwork, ref long info)
- public static void Dgesvx(string fact, string trans, ref long n, ref long nrhs, ref double a, ref long lda, ref double af, ref long ldaf, ref long ipiv, SByte* equed, ref double r, ref double c, ref double b, ref long ldb, ref double x, ref long ldx, ref double rcond, ref double ferr, ref double berr, ref double work, ref long iwork, ref long info)
- public static void Dgesvxx(string fact, string trans, ref long n, ref long nrhs, ref double a, ref long lda, ref double af, ref long ldaf, ref long ipiv, SByte* equed, ref double r, ref double c, ref double b, ref long ldb, ref double x, ref long ldx, ref double rcond, ref double rpvgrw, ref double berr, ref long n_err_bnds, ref double err_bnds_norm, ref double err_bnds_comp, ref long nparams, ref double params, ref double work, ref long iwork, ref long info)
- public static void Dgetc2(ref long n, ref double a, ref long lda, ref long ipiv, ref long jpiv, ref long info)
- public static void Dgetf2(ref long m, ref long n, ref double a, ref long lda, ref long ipiv, ref long info)
- public static void Dgetrf(ref long m, ref long n, ref double a, ref long lda, ref long ipiv, ref long info)
- public static void Dgetrf2(ref long m, ref long n, ref double a, ref long lda, ref long ipiv, ref long info)
- public static void Dgetri(ref long n, ref double a, ref long lda, ref long ipiv, ref double work, ref long lwork, ref long info)
- public static void Dgetrs(string trans, ref long n, ref long nrhs, ref double a, ref long lda, ref long ipiv, ref double b, ref long ldb, ref long info)
- public static void Dgetsls(string trans, ref long m, ref long n, ref long nrhs, ref double a, ref long lda, ref double b, ref long ldb, ref double work, ref long lwork, ref long info)
- public static void Dggbak(string job, string side, ref long n, ref long ilo, ref long ihi, ref double lscale, ref double rscale, ref long m, ref double v, ref long ldv, ref long info)
- public static void Dggbal(string job, ref long n, ref double a, ref long lda, ref double b, ref long ldb, ref long ilo, ref long ihi, ref double lscale, ref double rscale, ref double work, ref long info)
- public static void Dgges(string jobvsl, string jobvsr, string sort, MKL_D_SELECT_FUNCTION_3 selctg, ref long n, ref double a, ref long lda, ref double b, ref long ldb, ref long sdim, ref double alphar, ref double alphai, ref double beta, ref double vsl, ref long ldvsl, ref double vsr, ref long ldvsr, ref double work, ref long lwork, ref long bwork, ref long info)
- public static void Dgges3(string jobvsl, string jobvsr, string sort, MKL_D_SELECT_FUNCTION_3 selctg, ref long n, ref double a, ref long lda, ref double b, ref long ldb, ref long sdim, ref double alphar, ref double alphai, ref double beta, ref double vsl, ref long ldvsl, ref double vsr, ref long ldvsr, ref double work, ref long lwork, ref long bwork, ref long info)
- public static void Dggesx(string jobvsl, string jobvsr, string sort, MKL_D_SELECT_FUNCTION_3 selctg, string sense, ref long n, ref double a, ref long lda, ref double b, ref long ldb, ref long sdim, ref double alphar, ref double alphai, ref double beta, ref double vsl, ref long ldvsl, ref double vsr, ref long ldvsr, ref double rconde, ref double rcondv, ref double work, ref long lwork, ref long iwork, ref long liwork, ref long bwork, ref long info)
- public static void Dggev(string jobvl, string jobvr, ref long n, ref double a, ref long lda, ref double b, ref long ldb, ref double alphar, ref double alphai, ref double beta, ref double vl, ref long ldvl, ref double vr, ref long ldvr, ref double work, ref long lwork, ref long info)
- public static void Dggev3(string jobvl, string jobvr, ref long n, ref double a, ref long lda, ref double b, ref long ldb, ref double alphar, ref double alphai, ref double beta, ref double vl, ref long ldvl, ref double vr, ref long ldvr, ref double work, ref long lwork, ref long info)
- public static void Dggevx(string balanc, string jobvl, string jobvr, string sense, ref long n, ref double a, ref long lda, ref double b, ref long ldb, ref double alphar, ref double alphai, ref double beta, ref double vl, ref long ldvl, ref double vr, ref long ldvr, ref long ilo, ref long ihi, ref double lscale, ref double rscale, ref double abnrm, ref double bbnrm, ref double rconde, ref double rcondv, ref double work, ref long lwork, ref long iwork, ref long bwork, ref long info)
- public static void Dggglm(ref long n, ref long m, ref long p, ref double a, ref long lda, ref double b, ref long ldb, ref double d, ref double x, ref double y, ref double work, ref long lwork, ref long info)
- public static void Dgghd3(string compq, string compz, ref long n, ref long ilo, ref long ihi, ref double a, ref long lda, ref double b, ref long ldb, ref double q, ref long ldq, ref double z, ref long ldz, ref double work, ref long lwork, ref long info)
- public static void Dgghrd(string compq, string compz, ref long n, ref long ilo, ref long ihi, ref double a, ref long lda, ref double b, ref long ldb, ref double q, ref long ldq, ref double z, ref long ldz, ref long info)
- public static void Dgglse(ref long m, ref long n, ref long p, ref double a, ref long lda, ref double b, ref long ldb, ref double c, ref double d, ref double x, ref double work, ref long lwork, ref long info)
- public static void Dggqrf(ref long n, ref long m, ref long p, ref double a, ref long lda, ref double taua, ref double b, ref long ldb, ref double taub, ref double work, ref long lwork, ref long info)
- public static void Dggrqf(ref long m, ref long p, ref long n, ref double a, ref long lda, ref double taua, ref double b, ref long ldb, ref double taub, ref double work, ref long lwork, ref long info)
- public static void Dggsvd(string jobu, string jobv, string jobq, ref long m, ref long n, ref long p, ref long k, ref long l, ref double a, ref long lda, ref double b, ref long ldb, ref double alpha, ref double beta, ref double u, ref long ldu, ref double v, ref long ldv, ref double q, ref long ldq, ref double work, ref long iwork, ref long info)
- public static void Dggsvd3(string jobu, string jobv, string jobq, ref long m, ref long n, ref long p, ref long k, ref long l, ref double a, ref long lda, ref double b, ref long ldb, ref double alpha, ref double beta, ref double u, ref long ldu, ref double v, ref long ldv, ref double q, ref long ldq, ref double work, ref long lwork, ref long iwork, ref long info)
- public static void Dggsvp(string jobu, string jobv, string jobq, ref long m, ref long p, ref long n, ref double a, ref long lda, ref double b, ref long ldb, ref double tola, ref double tolb, ref long k, ref long l, ref double u, ref long ldu, ref double v, ref long ldv, ref double q, ref long ldq, ref long iwork, ref double tau, ref double work, ref long info)
- public static void Dggsvp3(string jobu, string jobv, string jobq, ref long m, ref long p, ref long n, ref double a, ref long lda, ref double b, ref long ldb, ref double tola, ref double tolb, ref long k, ref long l, ref double u, ref long ldu, ref double v, ref long ldv, ref double q, ref long ldq, ref long iwork, ref double tau, ref double work, ref long lwork, ref long info)
- public static void Dgsvj0(string jobv, ref long m, ref long n, ref double a, ref long lda, ref double d, ref double sva, ref long mv, ref double v, ref long ldv, ref double eps, ref double sfmin, ref double tol, ref long nsweep, ref double work, ref long lwork, ref long info)
- public static void Dgsvj1(string jobv, ref long m, ref long n, ref long n1, ref double a, ref long lda, ref double d, ref double sva, ref long mv, ref double v, ref long ldv, ref double eps, ref double sfmin, ref double tol, ref long nsweep, ref double work, ref long lwork, ref long info)
- public static void Dgtcon(string norm, ref long n, ref double dl, ref double d, ref double du, ref double du2, ref long ipiv, ref double anorm, ref double rcond, ref double work, ref long iwork, ref long info)
- public static void Dgtrfs(string trans, ref long n, ref long nrhs, ref double dl, ref double d, ref double du, ref double dlf, ref double df, ref double duf, ref double du2, ref long ipiv, ref double b, ref long ldb, ref double x, ref long ldx, ref double ferr, ref double berr, ref double work, ref long iwork, ref long info)
- public static void Dgtsv(ref long n, ref long nrhs, ref double dl, ref double d, ref double du, ref double b, ref long ldb, ref long info)
- public static void Dgtsvx(string fact, string trans, ref long n, ref long nrhs, ref double dl, ref double d, ref double du, ref double dlf, ref double df, ref double duf, ref double du2, ref long ipiv, ref double b, ref long ldb, ref double x, ref long ldx, ref double rcond, ref double ferr, ref double berr, ref double work, ref long iwork, ref long info)
- public static void Dgttrf(ref long n, ref double dl, ref double d, ref double du, ref double du2, ref long ipiv, ref long info)
- public static void Dgttrs(string trans, ref long n, ref long nrhs, ref double dl, ref double d, ref double du, ref double du2, ref long ipiv, ref double b, ref long ldb, ref long info)
- public static void Dgtts2(ref long itrans, ref long n, ref long nrhs, ref double dl, ref double d, ref double du, ref double du2, ref long ipiv, ref double b, ref long ldb)
- public static void Dhgeqz(string job, string compq, string compz, ref long n, ref long ilo, ref long ihi, ref double h, ref long ldh, ref double t, ref long ldt, ref double alphar, ref double alphai, ref double beta, ref double q, ref long ldq, ref double z, ref long ldz, ref double work, ref long lwork, ref long info)
- public static void Dhsein(string side, string eigsrc, string initv, ref long select, ref long n, ref double h, ref long ldh, ref double wr, ref double wi, ref double vl, ref long ldvl, ref double vr, ref long ldvr, ref long mm, ref long m, ref double work, ref long ifaill, ref long ifailr, ref long info)
- public static void Dhseqr(string job, string compz, ref long n, ref long ilo, ref long ihi, ref double h, ref long ldh, ref double wr, ref double wi, ref double z, ref long ldz, ref double work, ref long lwork, ref long info)
- public static long Disnan(ref double din)
- public static void Dlabad(ref double smallx, ref double large)
- public static void Dlabrd(ref long m, ref long n, ref long nb, ref double a, ref long lda, ref double d, ref double e, ref double tauq, ref double taup, ref double x, ref long ldx, ref double y, ref long ldy)
- public static void Dlacn2(ref long n, ref double v, ref double x, ref long isgn, ref double est, ref long kase, ref long isave)
- public static void Dlacon(ref long n, ref double v, ref double x, ref long isgn, ref double est, ref long kase)
- public static void Dlacpy(string uplo, ref long m, ref long n, ref double a, ref long lda, ref double b, ref long ldb)
- public static void Dladiv(ref double a, ref double b, ref double c, ref double d, ref double p, ref double q)
- public static void Dlae2(ref double a, ref double b, ref double c, ref double rt1, ref double rt2)
- public static void Dlaebz(ref long ijob, ref long nitmax, ref long n, ref long mmax, ref long minp, ref long nbmin, ref double abstol, ref double reltol, ref double pivmin, ref double d, ref double e, ref double e2, ref long nval, ref double ab, ref double c, ref long mout, ref long nab, ref double work, ref long iwork, ref long info)
- public static void Dlaed0(ref long icompq, ref long qsiz, ref long n, ref double d, ref double e, ref double q, ref long ldq, ref double qstore, ref long ldqs, ref double work, ref long iwork, ref long info)
- public static void Dlaed1(ref long n, ref double d, ref double q, ref long ldq, ref long indxq, ref double rho, ref long cutpnt, ref double work, ref long iwork, ref long info)
- public static void Dlaed2(ref long k, ref long n, ref long n1, ref double d, ref double q, ref long ldq, ref long indxq, ref double rho, ref double z, ref double dlamda, ref double w, ref double q2, ref long indx, ref long indxc, ref long indxp, ref long coltyp, ref long info)
- public static void Dlaed3(ref long k, ref long n, ref long n1, ref double d, ref double q, ref long ldq, ref double rho, ref double dlamda, ref double q2, ref long indx, ref long ctot, ref double w, ref double s, ref long info)
- public static void Dlaed4(ref long n, ref long i, ref double d, ref double z, ref double delta, ref double rho, ref double dlam, ref long info)
- public static void Dlaed5(ref long i, ref double d, ref double z, ref double delta, ref double rho, ref double dlam)
- public static void Dlaed6(ref long kniter, ref long orgati, ref double rho, ref double d, ref double z, ref double finit, ref double tau, ref long info)
- public static void Dlaed7(ref long icompq, ref long n, ref long qsiz, ref long tlvls, ref long curlvl, ref long curpbm, ref double d, ref double q, ref long ldq, ref long indxq, ref double rho, ref long cutpnt, ref double qstore, ref long qptr, ref long prmptr, ref long perm, ref long givptr, ref long givcol, ref double givnum, ref double work, ref long iwork, ref long info)
- public static void Dlaed8(ref long icompq, ref long k, ref long n, ref long qsiz, ref double d, ref double q, ref long ldq, ref long indxq, ref double rho, ref long cutpnt, ref double z, ref double dlamda, ref double q2, ref long ldq2, ref double w, ref long perm, ref long givptr, ref long givcol, ref double givnum, ref long indxp, ref long indx, ref long info)
- public static void Dlaed9(ref long k, ref long kstart, ref long kstop, ref long n, ref double d, ref double q, ref long ldq, ref double rho, ref double dlamda, ref double w, ref double s, ref long lds, ref long info)
- public static void Dlaeda(ref long n, ref long tlvls, ref long curlvl, ref long curpbm, ref long prmptr, ref long perm, ref long givptr, ref long givcol, ref double givnum, ref double q, ref long qptr, ref double z, ref double ztemp, ref long info)
- public static void Dlaein(ref long rightv, ref long noinit, ref long n, ref double h, ref long ldh, ref double wr, ref double wi, ref double vr, ref double vi, ref double b, ref long ldb, ref double work, ref double eps3, ref double smlnum, ref double bignum, ref long info)
- public static void Dlaev2(ref double a, ref double b, ref double c, ref double rt1, ref double rt2, ref double cs1, ref double sn1)
- public static void Dlaexc(ref long wantq, ref long n, ref double t, ref long ldt, ref double q, ref long ldq, ref long j1, ref long n1, ref long n2, ref double work, ref long info)
- public static void Dlag2(ref double a, ref long lda, ref double b, ref long ldb, ref double safmin, ref double scale1, ref double scale2, ref double wr1, ref double wr2, ref double wi)
- public static void Dlag2s(ref long m, ref long n, ref double a, ref long lda, ref float sa, ref long ldsa, ref long info)
- public static void DlaGbamv(ref long trans, ref long m, ref long n, ref long kl, ref long ku, ref double alpha, ref double ab, ref long ldab, ref double x, ref long incx, ref double beta, ref double y, ref long incy)
- public static double DlaGbrcond(string trans, ref long n, ref long kl, ref long ku, ref double ab, ref long ldab, ref double afb, ref long ldafb, ref long ipiv, ref long cmode, ref double c, ref long info, ref double work, ref long iwork)
- public static void DlaGbrfsxExtended(ref long prec_type, ref long trans_type, ref long n, ref long kl, ref long ku, ref long nrhs, ref double ab, ref long ldab, ref double afb, ref long ldafb, ref long ipiv, ref long colequ, ref double c, ref double b, ref long ldb, ref double y, ref long ldy, ref double berr_out, ref long n_norms, ref double err_bnds_norm, ref double err_bnds_comp, ref double res, ref double ayb, ref double dy, ref double y_tail, ref double rcond, ref long ithresh, ref double rthresh, ref double dz_ub, ref long ignore_cwise, ref long info)
- public static double DlaGbrpvgrw(ref long n, ref long kl, ref long ku, ref long ncols, ref double ab, ref long ldab, ref double afb, ref long ldafb)
- public static void DlaGeamv(ref long trans, ref long m, ref long n, ref double alpha, ref double a, ref long lda, ref double x, ref long incx, ref double beta, ref double y, ref long incy)
- public static double DlaGercond(string trans, ref long n, ref double a, ref long lda, ref double af, ref long ldaf, ref long ipiv, ref long cmode, ref double c, ref long info, ref double work, ref long iwork)
- public static void DlaGerfsxExtended(ref long prec_type, ref long trans_type, ref long n, ref long nrhs, ref double a, ref long lda, ref double af, ref long ldaf, ref long ipiv, ref long colequ, ref double c, ref double b, ref long ldb, ref double y, ref long ldy, ref double berr_out, ref long n_norms, ref double errs_n, ref double errs_c, ref double res, ref double ayb, ref double dy, ref double y_tail, ref double rcond, ref long ithresh, ref double rthresh, ref double dz_ub, ref long ignore_cwise, ref long info)
- public static double DlaGerpvgrw(ref long n, ref long ncols, ref double a, ref long lda, ref double af, ref long ldaf)
- public static void Dlagge(ref long m, ref long n, ref long kl, ref long ku, ref double d, ref double a, ref long lda, ref long iseed, ref double work, ref long info)
- public static void Dlags2(ref long upper, ref double a1, ref double a2, ref double a3, ref double b1, ref double b2, ref double b3, ref double csu, ref double snu, ref double csv, ref double snv, ref double csq, ref double snq)
- public static void Dlagsy(ref long n, ref long k, ref double d, ref double a, ref long lda, ref long iseed, ref double work, ref long info)
- public static void Dlagtf(ref long n, ref double a, ref double lambda, ref double b, ref double c, ref double tol, ref double d, ref long in, ref long info)
- public static void Dlagtm(string trans, ref long n, ref long nrhs, ref double alpha, ref double dl, ref double d, ref double du, ref double x, ref long ldx, ref double beta, ref double b, ref long ldb)
- public static void Dlagts(ref long job, ref long n, ref double a, ref double b, ref double c, ref double d, ref long in, ref double y, ref double tol, ref long info)
- public static void Dlagv2(ref double a, ref long lda, ref double b, ref long ldb, ref double alphar, ref double alphai, ref double beta, ref double csl, ref double snl, ref double csr, ref double snr)
- public static void Dlahqr(ref long wantt, ref long wantz, ref long n, ref long ilo, ref long ihi, ref double h, ref long ldh, ref double wr, ref double wi, ref long iloz, ref long ihiz, ref double z, ref long ldz, ref long info)
- public static void Dlahr2(ref long n, ref long k, ref long nb, ref double a, ref long lda, ref double tau, ref double t, ref long ldt, ref double y, ref long ldy)
- public static void Dlahrd(ref long n, ref long k, ref long nb, ref double a, ref long lda, ref double tau, ref double t, ref long ldt, ref double y, ref long ldy)
- public static void Dlaic1(ref long job, ref long j, ref double x, ref double sest, ref double w, ref double gamma, ref double sestpr, ref double s, ref double c)
- public static long Dlaisnan(ref double din1, ref double din2)
- public static void Dlakf2(ref long m, ref long n, ref double a, ref long lda, ref double b, ref double d, ref double e, ref double z, ref long ldz)
- public static void DlaLinBerr(ref long n, ref long nz, ref long nrhs, ref double res, ref double ayb, ref double berr)
- public static void Dlaln2(ref long ltrans, ref long na, ref long nw, ref double smin, ref double ca, ref double a, ref long lda, ref double d1, ref double d2, ref double b, ref long ldb, ref double wr, ref double wi, ref double x, ref long ldx, ref double scale, ref double xnorm, ref long info)
- public static void Dlals0(ref long icompq, ref long nl, ref long nr, ref long sqre, ref long nrhs, ref double b, ref long ldb, ref double bx, ref long ldbx, ref long perm, ref long givptr, ref long givcol, ref long ldgcol, ref double givnum, ref long ldgnum, ref double poles, ref double difl, ref double difr, ref double z, ref long k, ref double c, ref double s, ref double work, ref long info)
- public static void Dlalsa(ref long icompq, ref long smlsiz, ref long n, ref long nrhs, ref double b, ref long ldb, ref double bx, ref long ldbx, ref double u, ref long ldu, ref double vt, ref long k, ref double difl, ref double difr, ref double z, ref double poles, ref long givptr, ref long givcol, ref long ldgcol, ref long perm, ref double givnum, ref double c, ref double s, ref double work, ref long iwork, ref long info)
- public static void Dlalsd(string uplo, ref long smlsiz, ref long n, ref long nrhs, ref double d, ref double e, ref double b, ref long ldb, ref double rcond, ref long rank, ref double work, ref long iwork, ref long info)
- public static void Dlamc1(ref long beta, ref long t, ref long rnd, ref long ieee1)
- public static void Dlamc2(ref long beta, ref long t, ref long rnd, ref double eps, ref long emin, ref double rmin, ref long emax, ref double rmax)
- public static double Dlamc3(ref double a, ref double b)
- public static void Dlamc4(ref long emin, ref double start, ref long base)
- public static void Dlamc5(ref long beta, ref long p, ref long emin, ref long ieee, ref long emax, ref double rmax)
- public static double Dlamch(string cmach)
- public static void Dlamrg(ref long n1, ref long n2, ref double a, ref long dtrd1, ref long dtrd2, ref long index)
- public static void Dlamswlq(string side, string trans, ref long m, ref long n, ref long k, ref long mb, ref long nb, ref double a, ref long lda, ref double t, ref long ldt, ref double c, ref long ldc, ref double work, ref long lwork, ref long info)
- public static void Dlamtsqr(string side, string trans, ref long m, ref long n, ref long k, ref long mb, ref long nb, ref double a, ref long lda, ref double t, ref long ldt, ref double c, ref long ldc, ref double work, ref long lwork, ref long info)
- public static long Dlaneg(ref long n, ref double d, ref double lld, ref double sigma, ref double pivmin, ref long r)
- public static double Dlangb(string norm, ref long n, ref long kl, ref long ku, ref double ab, ref long ldab, ref double work)
- public static double Dlange(string norm, ref long m, ref long n, ref double a, ref long lda, ref double work)
- public static double Dlangt(string norm, ref long n, ref double dl, ref double d, ref double du)
- public static double Dlanhs(string norm, ref long n, ref double a, ref long lda, ref double work)
- public static double Dlansb(string norm, string uplo, ref long n, ref long k, ref double ab, ref long ldab, ref double work)
- public static double Dlansf(string norm, string transr, string uplo, ref long n, ref double a, ref double work)
- public static double Dlansp(string norm, string uplo, ref long n, ref double ap, ref double work)
- public static double Dlanst(string norm, ref long n, ref double d, ref double e)
- public static double Dlansy(string norm, string uplo, ref long n, ref double a, ref long lda, ref double work)
- public static double Dlantb(string norm, string uplo, string diag, ref long n, ref long k, ref double ab, ref long ldab, ref double work)
- public static double Dlantp(string norm, string uplo, string diag, ref long n, ref double ap, ref double work)
- public static double Dlantr(string norm, string uplo, string diag, ref long m, ref long n, ref double a, ref long lda, ref double work)
- public static void Dlanv2(ref double a, ref double b, ref double c, ref double d, ref double rt1r, ref double rt1i, ref double rt2r, ref double rt2i, ref double cs, ref double sn)
- public static void Dlapll(ref long n, ref double x, ref long incx, ref double y, ref long incy, ref double ssmin)
- public static void Dlapmr(ref long forwrd, ref long m, ref long n, ref double x, ref long ldx, ref long k)
- public static void Dlapmt(ref long forwrd, ref long m, ref long n, ref double x, ref long ldx, ref long k)
- public static double DlaPorcond(string uplo, ref long n, ref double a, ref long lda, ref double af, ref long ldaf, ref long cmode, ref double c, ref long info, ref double work, ref long iwork)
- public static void DlaPorfsxExtended(ref long prec_type, string uplo, ref long n, ref long nrhs, ref double a, ref long lda, ref double af, ref long ldaf, ref long colequ, ref double c, ref double b, ref long ldb, ref double y, ref long ldy, ref double berr_out, ref long n_norms, ref double err_bnds_norm, ref double err_bnds_comp, ref double res, ref double ayb, ref double dy, ref double y_tail, ref double rcond, ref long ithresh, ref double rthresh, ref double dz_ub, ref long ignore_cwise, ref long info)
- public static double DlaPorpvgrw(string uplo, ref long ncols, ref double a, ref long lda, ref double af, ref long ldaf, ref double work)
- public static double Dlapy2(ref double x, ref double y)
- public static double Dlapy3(ref double x, ref double y, ref double z)
- public static void Dlaqgb(ref long m, ref long n, ref long kl, ref long ku, ref double ab, ref long ldab, ref double r, ref double c, ref double rowcnd, ref double colcnd, ref double amax, SByte* equed)
- public static void Dlaqge(ref long m, ref long n, ref double a, ref long lda, ref double r, ref double c, ref double rowcnd, ref double colcnd, ref double amax, SByte* equed)
- public static void Dlaqp2(ref long m, ref long n, ref long offset, ref double a, ref long lda, ref long jpvt, ref double tau, ref double vn1, ref double vn2, ref double work)
- public static void Dlaqps(ref long m, ref long n, ref long offset, ref long nb, ref long kb, ref double a, ref long lda, ref long jpvt, ref double tau, ref double vn1, ref double vn2, ref double auxv, ref double f, ref long ldf)
- public static void Dlaqr0(ref long wantt, ref long wantz, ref long n, ref long ilo, ref long ihi, ref double h, ref long ldh, ref double wr, ref double wi, ref long iloz, ref long ihiz, ref double z, ref long ldz, ref double work, ref long lwork, ref long info)
- public static void Dlaqr1(ref long n, ref double h, ref long ldh, ref double sr1, ref double si1, ref double sr2, ref double si2, ref double v)
- public static void Dlaqr2(ref long wantt, ref long wantz, ref long n, ref long ktop, ref long kbot, ref long nw, ref double h, ref long ldh, ref long iloz, ref long ihiz, ref double z, ref long ldz, ref long ns, ref long nd, ref double sr, ref double si, ref double v, ref long ldv, ref long nh, ref double t, ref long ldt, ref long nv, ref double wv, ref long ldwv, ref double work, ref long lwork)
- public static void Dlaqr3(ref long wantt, ref long wantz, ref long n, ref long ktop, ref long kbot, ref long nw, ref double h, ref long ldh, ref long iloz, ref long ihiz, ref double z, ref long ldz, ref long ns, ref long nd, ref double sr, ref double si, ref double v, ref long ldv, ref long nh, ref double t, ref long ldt, ref long nv, ref double wv, ref long ldwv, ref double work, ref long lwork)
- public static void Dlaqr4(ref long wantt, ref long wantz, ref long n, ref long ilo, ref long ihi, ref double h, ref long ldh, ref double wr, ref double wi, ref long iloz, ref long ihiz, ref double z, ref long ldz, ref double work, ref long lwork, ref long info)
- public static void Dlaqr5(ref long wantt, ref long wantz, ref long kacc22, ref long n, ref long ktop, ref long kbot, ref long nshfts, ref double sr, ref double si, ref double h, ref long ldh, ref long iloz, ref long ihiz, ref double z, ref long ldz, ref double v, ref long ldv, ref double u, ref long ldu, ref long nv, ref double wv, ref long ldwv, ref long nh, ref double wh, ref long ldwh)
- public static void Dlaqsb(string uplo, ref long n, ref long kd, ref double ab, ref long ldab, ref double s, ref double scond, ref double amax, SByte* equed)
- public static void Dlaqsp(string uplo, ref long n, ref double ap, ref double s, ref double scond, ref double amax, SByte* equed)
- public static void Dlaqsy(string uplo, ref long n, ref double a, ref long lda, ref double s, ref double scond, ref double amax, SByte* equed)
- public static void Dlaqtr(ref long ltran, ref long lreal, ref long n, ref double t, ref long ldt, ref double b, ref double w, ref double scale, ref double x, ref double work, ref long info)
- public static void Dlar1v(ref long n, ref long b1, ref long bn, ref double lambda, ref double d, ref double l, ref double ld, ref double lld, ref double pivmin, ref double gaptol, ref double z, ref long wantnc, ref long negcnt, ref double ztz, ref double mingma, ref long r, ref long isuppz, ref double nrminv, ref double resid, ref double rqcorr, ref double work)
- public static void Dlar2v(ref long n, ref double x, ref double y, ref double z, ref long incx, ref double c, ref double s, ref long incc)
- public static double Dlaran(ref long iseed)
- public static void Dlarf(string side, ref long m, ref long n, ref double v, ref long incv, ref double tau, ref double c, ref long ldc, ref double work)
- public static void Dlarfb(string side, string trans, string direct, string storev, ref long m, ref long n, ref long k, ref double v, ref long ldv, ref double t, ref long ldt, ref double c, ref long ldc, ref double work, ref long ldwork)
- public static void Dlarfg(ref long n, ref double alpha, ref double x, ref long incx, ref double tau)
- public static void Dlarfgp(ref long n, ref double alpha, ref double x, ref long incx, ref double tau)
- public static void Dlarfp(ref long n, ref double alpha, ref double x, ref long incx, ref double tau)
- public static void Dlarft(string direct, string storev, ref long n, ref long k, ref double v, ref long ldv, ref double tau, ref double t, ref long ldt)
- public static void Dlarfx(string side, ref long m, ref long n, ref double v, ref double tau, ref double c, ref long ldc, ref double work)
- public static void Dlarfy(string uplo, ref long n, ref double v, ref long incv, ref double tau, ref double c, ref long ldc, ref double work)
- public static void Dlarge(ref long n, ref double a, ref long lda, ref long iseed, ref double work, ref long info)
- public static void Dlargv(ref long n, ref double x, ref long incx, ref double y, ref long incy, ref double c, ref long incc)
- public static double Dlarnd(ref long idist, ref long iseed)
- public static void Dlarnv(ref long idist, ref long iseed, ref long n, ref double x)
- public static void Dlaror(string side, string init, ref long m, ref long n, ref double a, ref long lda, ref long iseed, ref double x, ref long info)
- public static void Dlarot(ref long lrows, ref long lleft, ref long lright, ref long nl, ref double c, ref double s, ref double a, ref long lda, ref double xleft, ref double xright)
- public static void Dlarra(ref long n, ref double d, ref double e, ref double e2, ref double spltol, ref double tnrm, ref long nsplit, ref long isplit, ref long info)
- public static void Dlarrb(ref long n, ref double d, ref double lld, ref long ifirst, ref long ilast, ref double rtol1, ref double rtol2, ref long offset, ref double w, ref double wgap, ref double werr, ref double work, ref long iwork, ref double pivmin, ref double spdiam, ref long twist, ref long info)
- public static void Dlarrc(string jobt, ref long n, ref double vl, ref double vu, ref double d, ref double e, ref double pivmin, ref long eigcnt, ref long lcnt, ref long rcnt, ref long info)
- public static void Dlarrd(string range, string order, ref long n, ref double vl, ref double vu, ref long il, ref long iu, ref double gers, ref double reltol, ref double d, ref double e, ref double e2, ref double pivmin, ref long nsplit, ref long isplit, ref long m, ref double w, ref double werr, ref double wl, ref double wu, ref long iblock, ref long indexw, ref double work, ref long iwork, ref long info)
- public static void Dlarre(string range, ref long n, ref double vl, ref double vu, ref long il, ref long iu, ref double d, ref double e, ref double e2, ref double rtol1, ref double rtol2, ref double spltol, ref long nsplit, ref long isplit, ref long m, ref double w, ref double werr, ref double wgap, ref long iblock, ref long indexw, ref double gers, ref double pivmin, ref double work, ref long iwork, ref long info)
- public static void Dlarrf(ref long n, ref double d, ref double l, ref double ld, ref long clstrt, ref long clend, ref double w, ref double wgap, ref double werr, ref double spdiam, ref double clgapl, ref double clgapr, ref double pivmin, ref double sigma, ref double dplus, ref double lplus, ref double work, ref long info)
- public static void Dlarrj(ref long n, ref double d, ref double e2, ref long ifirst, ref long ilast, ref double rtol, ref long offset, ref double w, ref double werr, ref double work, ref long iwork, ref double pivmin, ref double spdiam, ref long info)
- public static void Dlarrk(ref long n, ref long iw, ref double gl, ref double gu, ref double d, ref double e2, ref double pivmin, ref double reltol, ref double w, ref double werr, ref long info)
- public static void Dlarrr(ref long n, ref double d, ref double e, ref long info)
- public static void Dlarrv(ref long n, ref double vl, ref double vu, ref double d, ref double l, ref double pivmin, ref long isplit, ref long m, ref long dol, ref long dou, ref double minrgp, ref double rtol1, ref double rtol2, ref double w, ref double werr, ref double wgap, ref long iblock, ref long indexw, ref double gers, ref double z, ref long ldz, ref long isuppz, ref double work, ref long iwork, ref long info)
- public static void Dlarscl2(ref long m, ref long n, ref double d, ref double x, ref long ldx)
- public static void Dlartg(ref double f, ref double g, ref double cs, ref double sn, ref double r)
- public static void Dlartgp(ref double f, ref double g, ref double cs, ref double sn, ref double r)
- public static void Dlartgs(ref double x, ref double y, ref double sigma, ref double cs, ref double sn)
- public static void Dlartv(ref long n, ref double x, ref long incx, ref double y, ref long incy, ref double c, ref double s, ref long incc)
- public static void Dlaruv(ref long iseed, ref long n, ref double x)
- public static void Dlarz(string side, ref long m, ref long n, ref long l, ref double v, ref long incv, ref double tau, ref double c, ref long ldc, ref double work)
- public static void Dlarzb(string side, string trans, string direct, string storev, ref long m, ref long n, ref long k, ref long l, ref double v, ref long ldv, ref double t, ref long ldt, ref double c, ref long ldc, ref double work, ref long ldwork)
- public static void Dlarzt(string direct, string storev, ref long n, ref long k, ref double v, ref long ldv, ref double tau, ref double t, ref long ldt)
- public static void Dlas2(ref double f, ref double g, ref double h, ref double ssmin, ref double ssmax)
- public static void Dlascl(string type, ref long kl, ref long ku, ref double cfrom, ref double cto, ref long m, ref long n, ref double a, ref long lda, ref long info)
- public static void Dlascl2(ref long m, ref long n, ref double d, ref double x, ref long ldx)
- public static void Dlasd0(ref long n, ref long sqre, ref double d, ref double e, ref double u, ref long ldu, ref double vt, ref long ldvt, ref long smlsiz, ref long iwork, ref double work, ref long info)
- public static void Dlasd1(ref long nl, ref long nr, ref long sqre, ref double d, ref double alpha, ref double beta, ref double u, ref long ldu, ref double vt, ref long ldvt, ref long idxq, ref long iwork, ref double work, ref long info)
- public static void Dlasd2(ref long nl, ref long nr, ref long sqre, ref long k, ref double d, ref double z, ref double alpha, ref double beta, ref double u, ref long ldu, ref double vt, ref long ldvt, ref double dsigma, ref double u2, ref long ldu2, ref double vt2, ref long ldvt2, ref long idxp, ref long idx, ref long idxc, ref long idxq, ref long coltyp, ref long info)
- public static void Dlasd3(ref long nl, ref long nr, ref long sqre, ref long k, ref double d, ref double q, ref long ldq, ref double dsigma, ref double u, ref long ldu, ref double u2, ref long ldu2, ref double vt, ref long ldvt, ref double vt2, ref long ldvt2, ref long idxc, ref long ctot, ref double z, ref long info)
- public static void Dlasd4(ref long n, ref long i, ref double d, ref double z, ref double delta, ref double rho, ref double sigma, ref double work, ref long info)
- public static void Dlasd5(ref long i, ref double d, ref double z, ref double delta, ref double rho, ref double dsigma, ref double work)
- public static void Dlasd6(ref long icompq, ref long nl, ref long nr, ref long sqre, ref double d, ref double vf, ref double vl, ref double alpha, ref double beta, ref long idxq, ref long perm, ref long givptr, ref long givcol, ref long ldgcol, ref double givnum, ref long ldgnum, ref double poles, ref double difl, ref double difr, ref double z, ref long k, ref double c, ref double s, ref double work, ref long iwork, ref long info)
- public static void Dlasd7(ref long icompq, ref long nl, ref long nr, ref long sqre, ref long k, ref double d, ref double z, ref double zw, ref double vf, ref double vfw, ref double vl, ref double vlw, ref double alpha, ref double beta, ref double dsigma, ref long idx, ref long idxp, ref long idxq, ref long perm, ref long givptr, ref long givcol, ref long ldgcol, ref double givnum, ref long ldgnum, ref double c, ref double s, ref long info)
- public static void Dlasd8(ref long icompq, ref long k, ref double d, ref double z, ref double vf, ref double vl, ref double difl, ref double difr, ref long lddifr, ref double dsigma, ref double work, ref long info)
- public static void Dlasda(ref long icompq, ref long smlsiz, ref long n, ref long sqre, ref double d, ref double e, ref double u, ref long ldu, ref double vt, ref long k, ref double difl, ref double difr, ref double z, ref double poles, ref long givptr, ref long givcol, ref long ldgcol, ref long perm, ref double givnum, ref double c, ref double s, ref double work, ref long iwork, ref long info)
- public static void Dlasdq(string uplo, ref long sqre, ref long n, ref long ncvt, ref long nru, ref long ncc, ref double d, ref double e, ref double vt, ref long ldvt, ref double u, ref long ldu, ref double c, ref long ldc, ref double work, ref long info)
- public static void Dlasdt(ref long n, ref long lvl, ref long nd, ref long inode, ref long ndiml, ref long ndimr, ref long msub)
- public static void Dlaset(string uplo, ref long m, ref long n, ref double alpha, ref double beta, ref double a, ref long lda)
- public static void Dlasq1(ref long n, ref double d, ref double e, ref double work, ref long info)
- public static void Dlasq2(ref long n, ref double z, ref long info)
- public static void Dlasq3(ref long i0, ref long n0, ref double z, ref long pp, ref double dmin, ref double sigma, ref double desig, ref double qmax, ref long nfail, ref long iter, ref long ndiv, ref long ieee, ref long ttype, ref double dmin1, ref double dmin2, ref double dn, ref double dn1, ref double dn2, ref double g, ref double tau)
- public static void Dlasq4(ref long i0, ref long n0, ref double z, ref long pp, ref long n0in, ref double dmin, ref double dmin1, ref double dmin2, ref double dn, ref double dn1, ref double dn2, ref double tau, ref long ttype, ref double g)
- public static void Dlasq5(ref long i0, ref long n0, ref double z, ref long pp, ref double tau, ref double sigma, ref double dmin, ref double dmin1, ref double dmin2, ref double dn, ref double dnm1, ref double dnm2, ref long ieee, ref double eps)
- public static void Dlasq6(ref long i0, ref long n0, ref double z, ref long pp, ref double dmin, ref double dmin1, ref double dmin2, ref double dn, ref double dnm1, ref double dnm2)
- public static void Dlasr(string side, string pivot, string direct, ref long m, ref long n, ref double c, ref double s, ref double a, ref long lda)
- public static void Dlasrt(string id, ref long n, ref double d, ref long info)
- public static void Dlassq(ref long n, ref double x, ref long incx, ref double scale, ref double sumsq)
- public static void Dlasv2(ref double f, ref double g, ref double h, ref double ssmin, ref double ssmax, ref double snr, ref double csr, ref double snl, ref double csl)
- public static void Dlaswlq(ref long m, ref long n, ref long mb, ref long nb, ref double a, ref long lda, ref double t, ref long ldt, ref double work, ref long lwork, ref long info)
- public static void Dlaswp(ref long n, ref double a, ref long lda, ref long k1, ref long k2, ref long ipiv, ref long incx)
- public static void Dlasy2(ref long ltranl, ref long ltranr, ref long isgn, ref long n1, ref long n2, ref double tl, ref long ldtl, ref double tr, ref long ldtr, ref double b, ref long ldb, ref double scale, ref double x, ref long ldx, ref double xnorm, ref long info)
- public static void DlaSyamv(ref long uplo, ref long n, ref double alpha, ref double a, ref long lda, ref double x, ref long incx, ref double beta, ref double y, ref long incy)
- public static void Dlasyf(string uplo, ref long n, ref long nb, ref long kb, ref double a, ref long lda, ref long ipiv, ref double w, ref long ldw, ref long info)
- public static void DlasyfAa(string uplo, ref long j1, ref long m, ref long nb, ref double a, ref long lda, ref long ipiv, ref double h, ref long ldh, ref double work, ref long info)
- public static void DlasyfRk(string uplo, ref long n, ref long nb, ref long kb, ref double a, ref long lda, ref double e, ref long ipiv, ref double w, ref long ldw, ref long info)
- public static void DlasyfRook(string uplo, ref long n, ref long nb, ref long kb, ref double a, ref long lda, ref long ipiv, ref double w, ref long ldw, ref long info)
- public static double DlaSyrcond(string uplo, ref long n, ref double a, ref long lda, ref double af, ref long ldaf, ref long ipiv, ref long cmode, ref double c, ref long info, ref double work, ref long iwork)
- public static void DlaSyrfsxExtended(ref long prec_type, string uplo, ref long n, ref long nrhs, ref double a, ref long lda, ref double af, ref long ldaf, ref long ipiv, ref long colequ, ref double c, ref double b, ref long ldb, ref double y, ref long ldy, ref double berr_out, ref long n_norms, ref double err_bnds_norm, ref double err_bnds_comp, ref double res, ref double ayb, ref double dy, ref double y_tail, ref double rcond, ref long ithresh, ref double rthresh, ref double dz_ub, ref long ignore_cwise, ref long info)
- public static double DlaSyrpvgrw(string uplo, ref long n, ref long info, ref double a, ref long lda, ref double af, ref long ldaf, ref long ipiv, ref double work)
- public static void Dlat2s(string uplo, ref long n, ref double a, ref long lda, ref float sa, ref long ldsa, ref long info)
- public static void Dlatbs(string uplo, string trans, string diag, string normin, ref long n, ref long kd, ref double ab, ref long ldab, ref double x, ref double scale, ref double cnorm, ref long info)
- public static void Dlatdf(ref long ijob, ref long n, ref double z, ref long ldz, ref double rhs, ref double rdsum, ref double rdscal, ref long ipiv, ref long jpiv)
- public static void Dlatm1(ref long mode, ref double cond, ref long irsign, ref long idist, ref long iseed, ref double d, ref long n, ref long info)
- public static double Dlatm2(ref long m, ref long n, ref long ii, ref long j, ref long kl, ref long ku, ref long idist, ref long iseed, ref double d, ref long igrade, ref double dl, ref double dr, ref long ipvtng, ref long iwork, ref double sparse)
- public static double Dlatm3(ref long m, ref long n, ref long ii, ref long j, ref long isub, ref long jsub, ref long kl, ref long ku, ref long idist, ref long iseed, ref double d, ref long igrade, ref double dl, ref double dr, ref long ipvtng, ref long iwork, ref double sparse)
- public static void Dlatm5(ref long prtype, ref long m, ref long n, ref double a, ref long lda, ref double b, ref long ldb, ref double c, ref long ldc, ref double d, ref long ldd, ref double e, ref long lde, ref double f, ref long ldf, ref double r, ref long ldr, ref double l, ref long ldl,