代码搜索:triangular
找到约 1,594 项符合「triangular」的源代码
代码结果 1,594
www.eeworm.com/read/378188/9242734
f dsyr2k.f
SUBROUTINE DSYR2K( UPLO, TRANS, N, K, ALPHA, A, LDA, B, LDB,
$ BETA, C, LDC )
! ----------------------------------------------------------------------
Use numer
www.eeworm.com/read/378188/9242736
f dtrmm.f
SUBROUTINE DTRMM ( SIDE, UPLO, TRANSA, DIAG, M, N, ALPHA, A, LDA,
$ B, LDB )
! ----------------------------------------------------------------------
Use numeri
www.eeworm.com/read/378188/9242757
f dtrmv.f
SUBROUTINE DTRMV ( UPLO, TRANS, DIAG, N, A, LDA, X, INCX )
! ----------------------------------------------------------------------
Use numerics
Implicit None
* .. Scalar Ar
www.eeworm.com/read/378186/9242933
f dtrsm.f
*
************************************************************************
*
SUBROUTINE DTRSM ( SIDE, UPLO, TRANSA, DIAG, M, N, ALPHA, A, LDA,
$ B, LDB )
Use numeric
www.eeworm.com/read/366144/9828845
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/161095/10453149
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/161095/10453169
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/161095/10453212
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/161095/10453316
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/161095/10453691
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) -