代码搜索:BLAS
找到约 2,047 项符合「BLAS」的源代码
代码结果 2,047
www.eeworm.com/read/134479/5892717
h blas.h
#ifndef __BLAS_H__
#define __BLAS_H__
extern void Blas_Time(int length);
#endif
www.eeworm.com/read/134479/5892720
br blas.br
#include
#include
#include "main.h"
#include "blas.h"
#define MAX_DIM 2048
#define DO_VERIFY 1
#define EPS 1e-3f
#define MAX_NZ_PER_ROW 7
// SDO
www.eeworm.com/read/121297/6068860
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/492931/6414323
cpp blas.cpp
/*************************************************************************
Copyright (c) 2005-2007, Sergey Bochkanov (ALGLIB project).
Redistribution and use in source and binary forms, with or wi
www.eeworm.com/read/492931/6414338
h blas.h
/*************************************************************************
Copyright (c) 2005-2007, Sergey Bochkanov (ALGLIB project).
Redistribution and use in source and binary forms, with or wi
www.eeworm.com/read/483891/6597195
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/478033/6718368
pas blas.pas
www.eeworm.com/read/263454/11362357
h blas.h
#ifndef _BLAS_H
#define _BLAS_H
#include "namesblas.h"
#include "long_integer.h"
complex cdotc(integer *,complex *,integer *,complex *,integer *),
cdotu(integer *,c
www.eeworm.com/read/408814/11368724
spec blas.spec
GenuineIntel Family 5 Model * atlas_PPro.dll # Pentium
GenuineIntel Family 6 Model 1 atlas_PPro.dll # Pentium Pro
GenuineIntel Family 6 Model 3 atlas_PII.dll # Pentium II (Klamath)
Genuin