Displaying 20 results from an estimated 130 matches similar to: "Raising a matrix to the (-1/2) power."
2004 May 14
1
help with memory greedy storage
Hello,
I've a problem with a self written routine taking a lot of memory (>1.2Gb). Maybe you can suggest some enhancements, I'm pretty sure that my implementation is not optimal ...
I'm creating many linear models and store coefficients, anova p-values ... all I need in different lists which are then finally returned in a list (list of lists).
The input is a matrix with 84 rows
2008 May 06
5
How do I write a sum of matrixes??
Hello best helpers,
I am a new user and I have been struggling for hours. So finally I decide to ask you:
If I have a matrix P, and P.2 = P%*%P, and P.3=P.2%*%P
is there a function to calculate the power of a matrix?? if not how can i do:
for (i in 1:10) {P.i=P^i}
after this I need to sum them up and my problem is to combine P and i to P.i can anyone help me please???
Thanks and have a nice
2001 Aug 16
3
user.dll problems
Hi, I'm having problems getting Half-Life to setup using Wine.
I have RedHat Linux Roswell, and no windows files. I used the autosetup
utility to install Wine and it seemed to work. After fixing my wine
config I went to run a windows app.
When I run the setup.exe file I get this message:
err:module:BUILTIN_LoadModule loaded .so but dll user.dll still not found
Could not load
2001 Apr 27
3
cant run wine at all dammit
i used to be able to run wine perfectly, before i reinstalled debian (long story)
now ive tried compiling the winehq.com CVS source, the transgaming CVS
source, and the latest official release, but whenever i run ANYTHING at
all, before it even gets a chance to start up, it kills X, and drops me
back to teh console.
this is the only output it gives:
Building font metrics. This may take some
2001 Apr 14
1
directx problems methinks
im trying to run worms world party with wine cvs 04/13/01
after manually instaling by installing on a windows machine then copying
acorss to my machine (it uses installshield which crashes under wine), the
game launches
it is really really horribly flickery, and quite slow. its a directdraw
game, but as far as i can tell its not making any attempt to change to the
resolution it wants. im
2004 Jan 12
0
nmbd eats near of 40% of cpu with Samba 3.01
My operating system is Solaris 8 SPARC and it runs Samba 3.0.1
Any suggestions?
I have included configuration/logs and traces.
This is the smb.conf file:
# Samba config file created using SWAT
# from 151.184.34.182 (151.184.34.182)
# Date: 2003/09/17 20:34:48
# Global parameters
[global]
netbios name = dali
workgroup = DALIUNIX
passdb backend = tdbsam
os level
2007 Nov 04
3
Specing raising error, handling, and then not raising error
Hey guys and gals,
I have a snippet of code:
Net::SMTP(@host, @port, @from_domain) do |smtp|
@emails.each do |email|
begin
smtp.send_message email.encoded, email.from, email.destinations
@emails_sent += 1
rescue Exception => e
# blah
end
end
end
What I want to do is:
Say there are 4 emails.
First email is sent OK
On the second email smtp raises a IOError
2007 Nov 07
0
Named routes raising nil.rewrite error
Hi all. I''m having a little problem with named routes. I have the
following named route:
map.with_options :controller => ''snippets'' do |map|
map.snippets
''faq/'', :action => ''index''
map.new_snippet ''faq/
new'', :action
2006 Jul 11
0
Named routes raising exception
Hi,
I''m trying to follow some of the Rails Recipies, in particular the
authentication one. In the logout action there is redirect_to home_url. I''ve
tried to set up a route using map.home_url '''' in the routes.rb file. That
seems to cause an error
> undefined local variable or method `home'' for #<AdminController:0x3ab97f0>
>
> I
2010 Oct 15
0
Raising VIRQ from hypervisor
Hi,
How can I raise VIRQ from hypervisor?
--
Srujan D. Kotikela
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2009 Mar 08
0
Raising DomainAdmin privileges
I have the following problem:
As DomainAdmin I want to be able to mount a Windows directory, do a
complete directory listing, read and possibly write all files in that
directory. And all that even if the user has not included the
DomainAdmin in the list of permitted users.
To do this properly, I need to raise the following DomainAdmin
privileges:
SE_CHANGE_NOTIFY_NAME
SE_BACKUP_NAME
2007 Aug 20
0
Raising errors in plugin-files or UploadColumn Validation
Hi all!
I have a problem with the validation of uploaded images, or, to be more
specific, with raising errors from plug-in files. I am using
UploadColumn to upload pictures. Problem is that it won''t raise errors
when upload e.g. txt-files. It will say "Upload succesfull", the
time-stamp is updated only the picture hasn''t changed.
I looked through the code of the
2013 Mar 15
0
Processed: raising to serious
Processing commands for control at bugs.debian.org:
> severity 702428 serious
Bug #702428 [xcp-xapi] HVM fails to start with VIF / qemu-dm error
Severity set to 'serious' from 'important'
> thanks
Stopping processing here.
Please contact me if you need assistance.
--
702428: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=702428
Debian Bug Tracking System
Contact owner at
2006 Jul 13
1
[Patch] Raising windows in scale plugin
Hello,
I have recently noticed a small bug in the scale plugin. This bug
only occurs when click_to_focus is disabled, and when using scale for
the current application only. If the current application is not the
topmost window, when the scale is carried out the windows of that
applitcation will remain behind the other windows (that we dont want).
Here's the patch to fix, I'm not sure if
2013 Jul 25
0
[PATCH v3 4/9] virtio: console: fix raising SIGIO after port unplug
SIGIO should be sent when a port gets unplugged. It should only be sent
to prcesses that have the port opened, and have asked for SIGIO to be
delivered. We were clearing out guest_connected before calling
send_sigio_to_port(), resulting in a sigio not getting sent to
processes.
Fix by setting guest_connected to false after invoking the sigio
function.
CC: <stable at vger.kernel.org>
2009 Aug 08
2
[LLVMdev] Initial cut at a instruction raising patch
Chris Lattner wrote:
> On Aug 8, 2009, at 8:37 AM, Richard Pennington wrote:
>
>> Hi,
>>
>> This patch raises selected instructions to function calls. I've dome
>> some preliminary testing and I works:
>
> Out of curiosity, why do you want this?
>
I do bitcode linking of a whole program, including the soft-float and
other support routines that a
2009 Aug 08
0
[LLVMdev] Initial cut at a instruction raising patch
On Aug 8, 2009, at 11:48 AM, Richard Pennington wrote:
> Chris Lattner wrote:
>> On Aug 8, 2009, at 8:37 AM, Richard Pennington wrote:
>>
>>> Hi,
>>>
>>> This patch raises selected instructions to function calls. I've dome
>>> some preliminary testing and I works:
>>
>> Out of curiosity, why do you want this?
>>
>
> I
2009 Aug 08
0
[LLVMdev] Initial cut at a instruction raising patch
On Aug 8, 2009, at 1:37 PM, Richard Pennington wrote:
> Chris Lattner wrote:
>> How do you plan to handle things like arbitrary precision integers,
>> etc? It seems like you'll end up duplicating a ton of codegen logic
>> to handle this.
>
> Maybe I'm not being very clear. I want this replacement to be done at
> the very last minute (before unreferenced
2013 Jun 14
1
[LLVMdev] Raising inline-asm blocks
Hello,
According to the notes in [1] there was a plan to raise inline assembly
blocks to the level of LLVM intrinsics or 'actual' LLVM IR. Is anyone aware
of progress in this area?
I'm aware that a complete solution in general is unlikely but a partial
solution (that handles a subset of instructions directly mappable to the
LLVM IR AST) could be very relevant.
[1]
2016 May 25
0
[Attn: Bot Owners!] Raising CMake minimum version to 3.4.3
I am ready, regarding to, http://bb.pgr.jp/
On Wed, May 25, 2016 at 5:54 AM Chris Bieneman <beanz at apple.com> wrote:
> Meant to send this yesterday, but I want to remind everyone that we’re
> going to be raising the CMake minimum version to 3.4.3 next week.
>
> If you maintain bots please ensure that your bots are updated by end of
> day 5/29 so that we can move on 5/30