代码搜索:LAPACK
找到约 3,517 项符合「LAPACK」的源代码
代码结果 3,517
www.eeworm.com/read/429279/8813564
h lapack++.h
#include "lapackpp.h"
/** @file lapack++.h
* @brief Deprecated; use lapackpp.h instead
*/
www.eeworm.com/read/429279/8813582
h lapack.h
// LAPACK++ (V. 1.1)
// (C) 1992-1996 All Rights Reserved.
#ifndef _LAPACK_H_
#define _LAPACK_H_
#include "arch.h"
#include "f2c.h"
#include "lapackd.h"
#include "lapackc.h"
#endif
// _L
www.eeworm.com/read/429279/8813639
diff lapack.diff
diff -u -r -N -w old/LAPACK/BLAS/SRC/Makefile.win32 new/LAPACK/BLAS/SRC/Makefile.win32
--- old/LAPACK/BLAS/SRC/Makefile.win32 1970-01-01 01:00:00.000000000 +0100
+++ new/LAPACK/BLAS/SRC/Makefile.win32
www.eeworm.com/read/429279/8813831
lapack++_test
#!/bin/sh
#
# LAPACK++ 1.1 Linear Algebra Package 1.1
# University of Tennessee, Knoxvilee, TN.
# Oak Ridge National Laboratory, Oak Ridge, TN.
# Authors
www.eeworm.com/read/283124/9041921
f lapack.f
* ======================================================================
* Changes for DYNAMO:
*
* There have been only a few changes all of which are preceded by CMJF
* comments.
*
* For the PG/Linux
www.eeworm.com/read/361765/10036905
h lapack.h
/*
* Scythe Statistical Library Copyright (C) 2000-2002 Andrew D. Martin
* and Kevin M. Quinn; 2002-present Andrew D. Martin, Kevin M. Quinn,
* and Daniel Pemstein. All Rights Reserved.
*
* Thi
www.eeworm.com/read/358640/10183003
csf lapack.csf
www.eeworm.com/read/358640/10183100
dll lapack.dll
www.eeworm.com/read/465837/7047447
jar lapack.jar
www.eeworm.com/read/446919/7562893
hh lapack.hh
#ifndef _LAPACK_HH
#define _LAPACK_HH
namespace Lapack{
void dgelsd(long* m, long* n, long* nrhs, double* a, long* lda, double* b, long* ldb,
double* s, double* rcond, long* rank, double* wor