search for: hvad

Displaying 8 results from an estimated 8 matches for "hvad".

Did you mean: head
2006 Jan 02
1
R crash with complex matrix algebra when using EISPACK=TRUE
...or otherwise provide some help for me to investigate further. ## The code : source("http://www.daimi.au.dk/~olefc/TEST/fct.R") source("http://www.daimi.au.dk/~olefc/TEST/parm.crash.R") for(l.v in 1:4){ for(r.v in 1:4){ for(l.x in 1:4){ for(r.x in 1:4){ hvad <- inhomoWmat.complex(subst.ratematrix(parm.same.str.sym$Gamma[,,l.v,r.v]),subst.ratematrix(parm.same.str.sym$Gamma[,,l.x,r.x]), EISPACK=TRUE) print(c(l.v,r.v,l.x,r.x)) } } } } ## gives [1] 1 1 1 1 [1] 1 1 1 2 [1] 1 1 1 3 [1] 1 1 1 4 [1] 1 1 2 1 Segmentation fault ###...
2020 Sep 16
3
Newer versoin of tar 1.26 on Centos 7
...p. |< -- Med venlig hilsen Klaus Kolle Teknikumingeni?r, B.Sc.EE., e-mail : klaus at kolle.dk Master of IT www : www.kolle.dk Asger Jorns Vej 17 Telephone : +4522216044 DK-8600 Silkeborg, Denmark "Man skal ikke tilskrive til sammensv?rgelser hvad der tilstr?kkeligt kan forklares af inkompetence" Poul Henning Kamp Planl?gning er tanker om noget man agter at g?re en gang i fremtiden, hvis omst?ndighederne tillader det. Klaus Kolle 2006 Perfection is achieved not when nothing more to add, but when there is nothing more left to take away...
2019 Oct 01
1
VirtualBox extensions and the new kernel
...8 |< -- Med venlig hilsen Klaus Kolle Teknikumingeni?r, B.Sc.EE., e-mail : klaus at kolle.dk Master of IT www : www.kolle.dk Asger Jorns Vej 17 Telephone : +4522216044 DK-8600 Silkeborg, Denmark "Man skal ikke tilskrive til sammensv?rgelser hvad der tilstr?kkeligt kan forklares af inkompetence" Poul Henning Kamp Planl?gning er tanker om noget man agter at g?re en gang i fremtiden, hvis omst?ndighederne tillader det. Klaus Kolle 2006 Perfection is achieved not when nothing more to add, but when there is nothing more left to take away...
2020 Sep 16
0
Newer versoin of tar 1.26 on Centos 7
...lp. |< -- Med venlig hilsen Klaus Kolle Teknikumingeni?r, B.Sc.EE., e-mail : klaus at kolle.dk Master of IT www : www.kolle.dk Asger Jorns Vej 17 Telephone : +4522216044 DK-8600 Silkeborg, Denmark "Man skal ikke tilskrive til sammensv?rgelser hvad der tilstr?kkeligt kan forklares af inkompetence" Poul Henning Kamp Planl?gning er tanker om noget man agter at g?re en gang i fremtiden, hvis omst?ndighederne tillader det. Klaus Kolle 2006 Perfection is achieved not when nothing more to add, but when there is nothing more left to take away...
2018 Dec 05
1
Problems compiling kernel module
...Med venlig hilsen Klaus Kolle Teknikumingeni?r, B.Sc.EE., e-mail : klaus at kolle.dk Master of IT www : www.kolle.dk Kollundvej 5 Telephone : +4586829682 / +4522216044 DK-8600 Silkeborg, Denmark "Man skal ikke tilskrive til sammensv?rgelser hvad der tilstr?kkeligt kan forklares af inkompetence" Poul Henning Kamp Planl?gning er tanker om noget man agter at g?re en gang i fremtiden, hvis omst?ndighederne tillader det. Klaus Kolle 2006 Perfection is achieved not when nothing more to add, but when there is nothing more left to take away...
2019 Jan 04
3
CentOS 7.6 1810 vs. VirtualBox : bug with keyboard layout selection
Le 04/01/2019 ? 14:42, Jonathan Billings a ?crit?: > If I were running a VM on a linux system, I'd probably use > KVM/qemu/libvirt. I'm sure that was exhaustively tested. This is what I normally use. My only use for VirtualBox is making screenshots of the installer, and sometimes for a quick test, because it's easy to make a VM clone in a single click. Niki -- Microlinux -
2017 Dec 03
0
Rcpp, dyn.load and C++ problems
.Call("compute_values_cpp") Also, if you were passing arguments to the C++ function you would need to declare the function differently. Do a search on "Rcpp calling C++ functions from R" HTH, Eric On Sun, Dec 3, 2017 at 3:06 AM, Martin M?ller Skarbiniks Pedersen < traxplayer at gmail.com> wrote: > Hi, > > I have written a small C++ function and compile it.
2017 Dec 03
5
Rcpp, dyn.load and C++ problems
Hi, I have written a small C++ function and compile it. However in R I can't see the function I have defined in C++. I have read some web-pages about Rcpp and C++ but it is a bit confusion for me. Anyway, This is the C++-code: #include <Rcpp.h> using namespace Rcpp; // [[Rcpp::export]] List compute_values_cpp(int totalPoints = 1e5, double angle_increment = 0.01, int radius =