代码搜索:SuperLU

找到约 1,064 项符合「SuperLU」的源代码

代码结果 1,064
www.eeworm.com/read/161095/10452176

m superlu.m

function [L,U,prow,pcol] = superlu(A,psparse) % SUPERLU : Supernodal LU factorization % % Executive summary: % % [L,U,p] = superlu(A) is like [L,U,P] = lu(A), but faster. % [L,U,prow,pcol
www.eeworm.com/read/161095/10453123

c superlu.c

/* * -- SuperLU routine (version 2.0) -- * Univ. of California Berkeley, Xerox Palo Alto Research Center, * and Lawrence Berkeley National Lab. * November 15, 1997 * */ #include "slu_ddefs.h" m
www.eeworm.com/read/455033/7379376

reame_superlu

To compile superlu.cpp 1) download the SuperLu 3.0 package form curl http://crd.lbl.gov/~xiaoye/SuperLU/superlu_3.0.tar.gz -o superlu_3.0.tar.gz tar xvfz superlu_3.0.tar.gz go SuperLU_3.0 direct
www.eeworm.com/read/455033/7379401

edp superlu.edp

load "SuperLU" verbosity=0; for(int i=0;i
www.eeworm.com/read/455033/7379444

cpp superlu.cpp

#include using namespace std; #include "rgraph.hpp" #include "error.hpp" #include "AFunction.hpp" //#include "lex.hpp" #include "MatriceCreuse_tpl.hpp" #include "slu_ddefs.h" #define Gl
www.eeworm.com/read/407093/11429510

m superlu.m

function [L,U,prow,pcol] = superlu(A,psparse) % SUPERLU : Supernodal LU factorization % % Executive summary: % % [L,U,p] = superlu(A) is like [L,U,P] = lu(A), but faster. % [L,U,prow,pcol
www.eeworm.com/read/407093/11429984

c superlu.c

/*! @file superlu.c * \brief a small 5x5 example * * * * -- SuperLU routine (version 2.0) -- * Univ. of California Berkeley, Xerox Palo Alto Research Center, * and Lawrence Berkeley Natio
www.eeworm.com/read/407519/2262843

py superlu.py

#!/usr/bin/env python import os,sys import string import os.path import commands from commonPkgConfigUtils import * class unableToCompileException(Exception): def __init__(self, superlu_dir=""):
www.eeworm.com/read/161095/10452525

c superlu_timer.c

/* * Purpose * ======= * Returns the time in seconds used by the process. * * Note: the timer function call is machine dependent. Use conditional * compilation to choose the appropriate
www.eeworm.com/read/161095/10452947

c superlu_timer.c

/* * Purpose * ======= * Returns the time in seconds used by the process. * * Note: the timer function call is machine dependent. Use conditional * compilation to choose the appropriate