代码搜索:BLAS
找到约 2,047 项符合「BLAS」的源代码
代码结果 2,047
www.eeworm.com/read/377584/2698846
cpp blas.cpp
/***************************************************************************
* Copyright (C) 2008 by Yann LeCun *
* yann@cs.nyu.edu *
*
* Redistribution and use in source and binary forms,
www.eeworm.com/read/377584/2698941
h blas.h
/***************************************************************************
* Copyright (C) 2008 by Yann LeCun *
* yann@cs.nyu.edu *
*
* Redistribution and use in source and binary forms,
www.eeworm.com/read/377584/2698948
hpp blas.hpp
#include
using namespace std;
namespace ebl {
#if USING_STL_ITERS == 0
template void idx_clear(Idx &inp) {
IdxIter pinp;
idx_aloop1_on(pinp,inp) { *pinp = 0; }
}
te
www.eeworm.com/read/377584/2698956
cpp blas.cpp
/***************************************************************************
* Copyright (C) 2008 by Yann LeCun *
* yann@cs.nyu.edu *
*
* Redistribution and use in source and binary forms,
www.eeworm.com/read/375190/2731602
hpp blas.hpp
//
// Copyright (c) 2000-2002
// Joerg Walter, Mathias Koch
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
// http://www.boo
www.eeworm.com/read/368337/9701113
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, 1
www.eeworm.com/read/368337/9701298
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 Subprogra
www.eeworm.com/read/413912/11137653
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
www.eeworm.com/read/146577/12638502
h blas.h
//Copyright (c) 2004-2005, Baris Sumengen
//All rights reserved.
//
// CIMPL Matrix Performance Library
//
//Redistribution and use in source and binary
//forms, with or without modification, ar