代码搜索:BLAS
找到约 2,047 项符合「BLAS」的源代码
代码结果 2,047
www.eeworm.com/read/429279/8813595
h blas3++.h
#include "blas3pp.h"
/** @file blas3++.h
* @brief Deprecated; use blas3pp.h instead
*/
www.eeworm.com/read/429279/8813599
h blas3.h
/* LAPACK++ (V. 1.1) */
/* (C) 1992-1996 All Rights Reserved. */
#ifndef _BLAS3_H
#define _BLAS3_H
#include "arch.h"
#include
www.eeworm.com/read/429279/8813616
h blas2++.h
#include "blas2pp.h"
/** @file blas2++.h
* @brief Deprecated; use blas2pp.h instead
*/
www.eeworm.com/read/379294/9201331
f blas1.f
www.eeworm.com/read/179705/9342504
h gsl_blas.h
/* blas/gsl_blas.h
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General
www.eeworm.com/read/373012/9478971
f blas1.f
www.eeworm.com/read/366144/9828856
blas2_targets
$(OBDIR)daxpy.$(OB): $(BLAS2SRC)daxpy.$(CI)
$(CCI) $(CCIFLAGS) $(LAPACK_OPTIMIZE) $(CLAPACKINCLUDE) $(BLAS2SRC)daxpy.$(CI)
$(OBDIR)ddot.$(OB): $(BLAS2SRC)ddot.$(CI)
$(CCI) $(CCIFLAGS) $(LAPACK_OPTIM
www.eeworm.com/read/366144/9828937
blas2_defs
BLAS2OB =\
$(OBDIR)daxpy.$(OB)\
$(OBDIR)ddot.$(OB)\
$(OBDIR)dscal.$(OB)\
$(OBDIR)dzasum.$(OB)\
$(OBDIR)dznrm2.$(OB)\
$(OBDIR)idamax.$(OB)\
$(OBDIR)izamax.$(OB)\
$(OBDIR)zcopy.$
www.eeworm.com/read/424281/10469115
h gsl_blas.h
/* blas/gsl_blas.h
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General
www.eeworm.com/read/418487/10944178