代码搜索:lapack
找到约 3,517 项符合「lapack」的源代码
代码结果 3,517
www.eeworm.com/read/446919/7562900
cpp lapack.cpp
#include "Lapack.hh"
#define F77NAME(x) x##_
// Type dependend Lapack definitions:
namespace Lapack{
extern "C" {
void F77NAME(dgelsd)(long* m, long* n, long* nrhs, double* a, long* lda, doub
www.eeworm.com/read/446166/7584781
dll lapack.dll
www.eeworm.com/read/319180/13459241
h lapack.h
#ifndef _LAPACK_H
#define _LAPACK_H
/************ nameslapack.h einbinden, falls noch nicht geschehen *********/
#ifndef _NAMESLAPACK_H
#include
#endif
void cbdsqr(character *uplo,
www.eeworm.com/read/309287/13675236
h lapack++.h
#include "lapackpp.h"
/** @file lapack++.h
* @brief Deprecated; use lapackpp.h instead
*/
www.eeworm.com/read/309287/13675249
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/309287/13675287
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/309287/13675400
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/263454/11362352
h lapack.h
#ifndef _LAPACK_H
#define _LAPACK_H
/************ nameslapack.h einbinden, falls noch nicht geschehen *********/
#include
#include "long_integer.h"
void cbdsqr(character *uplo, inte
www.eeworm.com/read/408814/11368773
dll lapack.dll
www.eeworm.com/read/151068/12237043