代码搜索:BLAS
找到约 2,047 项符合「BLAS」的源代码
代码结果 2,047
www.eeworm.com/read/262919/11384253
a blas_linux.a
www.eeworm.com/read/154700/11934206
inc blas.inc
interface
function IDENTITY(n)
integer n
real(8), dimension(n,n) ::identity
end function IDENTITY
end interface
interface
subroutine INVERSE(A,matrix_ill)
re
www.eeworm.com/read/151068/12237056
blas-makefile
OBJS = caxpy.o ccopy.o cdotc.o cdotu.o cgbmv.o cgemm.o cgemv.o cgerc.o \
cgeru.o chbmv.o chemm.o chemv.o cher.o cher2.o cher2k.o cherk.o \
chpmv.o chpr.o chpr2.o crotg.o cscal.o csrot.o
www.eeworm.com/read/151068/12237059
tgz blas.tgz
www.eeworm.com/read/150758/12266415
h blas.h
/* blas.h -- C header file for BLAS Ver 1.0 */
/* Jesse Bennett March 23, 2000 */
/** barf [ba:rf] 2. "He suggested using FORTRAN,
www.eeworm.com/read/148789/12425994
h blas.h
/* blas.h -- C header file for BLAS Ver 1.0 */
/* Jesse Bennett March 23, 2000 */
/** barf [ba:rf] 2. "He suggested using FORTRAN,
www.eeworm.com/read/124283/14579070
c blas.c
#include
#include
int
main (void)
{
double a[] = { 0.11, 0.12, 0.13,
0.21, 0.22, 0.23 };
double b[] = { 1011, 1012,
1021, 1022,
www.eeworm.com/read/124283/14579300
texi blas.texi
@cindex linear algebra, BLAS
@cindex matrix, operations
@cindex vector, operations
@cindex BLAS
@cindex CBLAS
@cindex Basic Linear Algebra Subroutines (BLAS)
The Basic Linear Algebra Subprograms (@sc
www.eeworm.com/read/124283/14579612
c blas.c
/* blas/blas.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001 Gerard Jungman & Brian
* Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the term