代码搜索:triangular

找到约 1,594 项符合「triangular」的源代码

代码结果 1,594
www.eeworm.com/read/309167/13680536

c ctrsv.c

/* -- translated by f2c (version 19940927). You must link the resulting object file with the libraries: -lf2c -lm (in that order) */ #include "f2c.h" /* Subroutine */ int ctrsv_(char *uplo,
www.eeworm.com/read/309139/13680967

readme

-------------------------------------------------------------------------- *** For installation instructions, skip to Section 1. ----------------------------------------------------------------------
www.eeworm.com/read/483891/6597189

c dtrsv.c

#include "blas.h" int dtrsv_(char *uplo, char *trans, char *diag, long *n, double *a, long *lda, double *x, long *incx) { long info, i, j, ix, jx, kx; double temp; blasbool upper, no
www.eeworm.com/read/407093/11429989

c ztrsv.c

/* -- translated by f2c (version 19940927). You must link the resulting object file with the libraries: -lf2c -lm (in that order) */ #include "f2c.h" /* Subroutine */ int ztrsv_(char *uplo,
www.eeworm.com/read/407093/11429992

c strsv.c

/* -- translated by f2c (version 19940927). You must link the resulting object file with the libraries: -lf2c -lm (in that order) */ #include "f2c.h" /* Subroutine */ int strsv_(char *uplo,
www.eeworm.com/read/407093/11430001

c dtrsv.c

/* -- translated by f2c (version 19940927). You must link the resulting object file with the libraries: -lf2c -lm (in that order) */ #include "f2c.h" /* Subroutine */ int dtrsv_(char *uplo,
www.eeworm.com/read/407093/11430022

c ctrsv.c

/* -- translated by f2c (version 19940927). You must link the resulting object file with the libraries: -lf2c -lm (in that order) */ #include "f2c.h" /* Subroutine */ int ctrsv_(char *uplo,
www.eeworm.com/read/407093/11430094

c dlaset.c

#include "f2c.h" /* Subroutine */ int dlaset_(char *uplo, integer *m, integer *n, doublereal * alpha, doublereal *beta, doublereal *a, integer *lda) { /* -- LAPACK auxiliary routine (version 2.0) -
www.eeworm.com/read/407093/11430133

c slaset.c

#include "f2c.h" /* Subroutine */ int slaset_(char *uplo, integer *m, integer *n, real *alpha, real *beta, real *a, integer *lda) { /* -- LAPACK auxiliary routine (version 2.0) -- Univ.
www.eeworm.com/read/150758/12266393

c dtrsv.c

#include "blas.h" int dtrsv_(char *uplo, char *trans, char *diag, long *n, double *a, long *lda, double *x, long *incx) { long info, i, j, ix, jx, kx; double temp; blasbool upper, no