similar to: matrix name

Displaying 20 results from an estimated 4000 matches similar to: "matrix name"

2006 Aug 28
1
Modified Bessel function of third kind (fractional or real order)
Hello, I am searching for code in C++ or fortran for Modified Bessel function of third kind (fractional or real order). Can someone help me? Thank you --------------------------------- Découvrez un nouveau moyen de poser toutes vos questions quelque soit le sujet ! Yahoo! Questions/Réponses pour partager vos connaissances, vos opinions et vos expériences. Cliquez ici.
2007 May 24
2
object getConnection
Hi, I use the functions socketConnections() and getConnection() which are working fine. Thanks to the authors. After opening nicely some socketConnection, getConnection(3) returns something like : description class mode text opened can read can write "->127.0.0.1:7496" "socket" "wb" "binary" "opened" "yes"
2012 Jun 19
0
[LLVMdev] llvm/include/Support/FileSystem.h
This is a proposed patch to enhance FileSystem.h to add functionality (getting and setting permission bits and mapping an unmapping files). This implementation follows the N3365 proposal regarding permission bits. This functionality is needed for my next patch which will implement llvm/include/Support/FileOutputBuffer.h which is needed by lld. -------------- next part -------------- A
2012 May 18
2
[LLVMdev] [RFC] llvm/include/Support/FileOutputBuffer.h
On Fri, May 18, 2012 at 3:07 PM, Michael Spencer <bigcheesegs at gmail.com> wrote: > >> +  error_code ec = sys::fs::status(filePathTwine, stat); > > stat is undefined if ec isn't success. ec will be success even in the case of > file_not_found. Actually I was wrong. The Windows and UNIX implementation disagree on this point. I'm going to change it to match
2005 Nov 30
1
RTP profile draft!
Hi Jean-Marc and list, I'm trying to negotiate speex with SIP/SDP and get some trouble understanding the "mode" parameter: mode: Speex encoding mode. Can be {1,2,3,4,5,6,any} defaults to 3 in narrowband, 6 in wide and ultra-wide. Is mode equivalent to the "quality" parameter of speex? In this case, I don't understand why mode is not from 1 to 10... Just
2008 Nov 09
2
DomU partition resize problem
Hello everybody, I''m playing with Xen and trying to extend DomU disk space. My Configuration: Dom0: all Xen machine are HVM. They''re installed on LVM. I''ve one VG (XEN) on Dom0 and created a LV (here, xps.101.disk) per DomU. disk configuration in xen conf is as follow: disk = [ ''phy:/dev/XEN/xps.%d.disk,ioemu:hda,w'' % (vmid)
2009 Apr 27
1
Passing Bablok
Hi, is there any R-package providing a Passing Bablok regression procedure? This Question seems to have occurred once or twice before, but I never saw an answer to the previous inquiries. Best regards Benjamin Otto ====================================== Benjamin Otto University Hospital Hamburg-Eppendorf Institute For Clinical Chemistry Martinistr. 52 D-20246 Hamburg
2004 Aug 06
2
statically link icecast2.
On Mon, Feb 23, 2004 at 03:58:13PM +0000, Karl Heyes wrote: > On Mon, 2004-02-23 at 15:35, Jerome Alet wrote: > > > The only solution I can think of is to manually modify the > > automatically generated makefiles, which is IMHO completely stupid. > > Assuming gcc is used (the default many cases) and provided you have the > static libs installed, you should be able to
2010 Jan 20
2
Plot frame border to start at zero?
Hello, I am creating plots of hourly precipitation and accumulated precipitation (on different axis, see attached image). I was wondering how can I have the plot frame (black border) start at zero, it looks like it is plotted less than zero? The code I use to create the png files is below: CairoPNG(PNG_file,width=1000, height=600, pointsize=14, bg="white") opar <-
2008 May 13
3
R benchmarking program
Hi All, I've just rebuild the latest R with the Goto BLAS on our new Intel quad core machines. I did a few basic matrix calculations, and I was very impressed by the performance I saw. I wonder if anyone has a more rigorous benchmarking program for R. I downloaded a old R test/benchmarking program (see below), and this didn't work with the current R, and so I wondered if anyone could
2018 Sep 18
1
Centos7/Kde4 freeze
Hi I have a fresh install of centos 7.4 with KDE on a laptop (latitude 5590) connected to a DELL WD15 dockstation with an additionnal screen. It works quite well, I have 2 screens side by side (default config), but.... If I add a second menu bar for the screen connected to the dockstation (KDE allow for this) it is not possible anymore to start a kde session if the laptop is not connected to
2018 Nov 19
2
Samba4 multiple DCs replication
Hello I am actually trying to build a multi sites domain. Each additionnal DC has been setup and I would like to hava a custom replication setup. In other words,  how can i choose replication target on a fresh new DC? I would like to force my sites DCs to replicate from master DCs at our office. Is it possible? Thanks Julien
2009 Apr 08
1
OT iSCSI best practices
Hi, I have an HP MSA 2000i as SAN (iSCSI) and since I'm starting with SANs, I'm seeking for advice. We are currently using HP Proliant 380 G5 + MSA 70 (SAS, direct-attached storage) for our production servers. At first, I thought I'd be using the SAN only for non-critical operations, like temporary additional storage for disk-based backups and snapshots, so I planned on using
2024 Oct 04
1
Error while creating new reverse DNS zones.
Just for additionnal information, i ran during night? samba-tool domain tombstones expunge --tombstone-lifetime=0, many objects were cleaned, but nothing has change, reverse zone creation still fails. Le 03/10/2024 ? 21:09, denis bonnenfant--- via samba a ?crit?: > > Le 03/10/2024 ? 20:35, Rowland Penny via samba a ?crit?: >> On Thu, 3 Oct 2024 19:51:30 +0200 >> denis
1999 Apr 20
0
Pb: browsing list
Hello, I wanted to view a AIX box as a WinNT box, so I downloaded the file samba-1.9.17p3.aix-3.2.5.tar.gz to install samba on the unix machine (IBM RS6000). It runs AIX Version 3. My client machine runs WinNT 4.00.1381 (x86 Family 6 Model 1 Stepping6). Samba is now installed on /usr2/local/samba. There are some symbolic links on /usr/local/samba that point to the corresponding files in
2007 Jun 21
2
Overlaying lattice graphs (continued)
Dear R Users, I recently posted an email on this list about the use of data.frame and overlaying multiple plots. Deepayan kindly indicated to me the panel.superposition command which worked perfectly in the context of the example I gave. I'd like to go a little bit further on this topic using a more complex dataset structure (actually the one I want to work on). >mydata Plot
2008 Oct 23
1
[LLVMdev] Helping the optimizer along (__assume)
Kenneth Boyd a écrit : > Cédric Venet wrote: >> you never seen assert(0 && "Not yet implemented"); ? >> You may want to compile a program like this :) >> > As I see it, under the proposed extension a compile-time false constant > would error "if the code commits to executing it". > > Heuristically, something like > > void
2008 Jul 17
2
Making a VM directly accessible from a public IP
Hi, Currently my Xen server is working like a charm. I use Xen 3.2.1 with a Debian Etch Dom0 and Etch DomU. The VM have access to the network/internet using NAT. Each VM is given a virtual network interface and a private IP 10.0.0.x. What I would like to do know is that a VM can be directly accessible from another public IP. So my physical server is at 91.121.xx.xx. My VM is at 10.0.0.1 (on
2004 Jun 04
1
[Wish]: Add "..." argument to library function
Hello, I would find it very usefull to have the ability to load packages with options. Consider for example the SciViews package Philippe and me are working on. When loading on Windows, it automatically loads the associated GUI executable. It should be convenient to have an option not to load the exe but still have an access to the R functions of the package. For that, I think a simple change
2000 Dec 16
0
joint multichannel coding (long message)
I've got an idea for joint multichannel coding. Here is my idea: My idea is a process for coding 2,3,4 or 5 combined channels, in a compatible way for decoders unable to deal with combined channels. part1: All channels to be coded are summed, each one effected by a coefficient related to its sound power importance for the listener. The sum of all channels is devided by the square root of the