Displaying 7 results from an estimated 7 matches for "fiy".
Did you mean:
fi
2024 Jun 12
2
Integration of functions with a vector argument
...the variable and receive a vector of the same
length containing the corresponding values of the function.
If the problem is small enough to make performance considerations
irrelevant, you can use Vectorize to make a function compatible with
integrate() from your function F:
x <- x0
z <- z0
Fiy <- Vectorize(function(y) F(c(x, y, z)))
integrate(Fiy, ymin, ymax)
The resulting function Fiy will accept a vector of values for y and
translate it into multiple calls to F with a three-element vector
argument as it expects.
Achieving better performance will require rewriting the function F to...
2024 Jun 11
2
Integration of functions with a vector argument
Hello all,
I have a question concerning integration of a function of a multivariate argument with respect to one or more variables in r. Let us say we have a function
F <- function(x){ body of the function}
Where x is, in general, a d by 1 vector with d>1. Now I want to integrate out some of the coordinates of x, e.g. x[1] or x[2] or both of them etc. I'm well aware of how to
2018 Mar 26
0
[GSoC] Devirtualization v2
Hi folks,
I would like to work on the implementation of "Devirtualization v2"
proposal that I have shared a week ago.
This mail is more like a FIY, because naturally, I don't have any questions
about the project I propose myself :)
Here you can see my GSoC proposal:
https://docs.google.com/document/d/1QuxV4MVqP3Qa5RBgrC4SoWSPEj0dvAB6jFeSr8yA4LQ/edit?usp=sharing
and here the RFC:
https://docs.google.com/document/d/16GVtCpzK8sIHNc2qZz6RN8am...
2014 Dec 21
0
trouble building 6.03
On Sun, Dec 21, 2014 at 12:21:32PM -0800, Patrick Masotta wrote:
> sudo apt-get install build-essential
> sudo apt-get build-dep gcc-multilib
> sudo apt-get install gcc-multilib
>
> sudo apt-get install nasm
> sudo apt-get install uuid-dev
>
> I run
> #make spotless
> #make
>
> but it consistently fails at
>
> make[3]: Entering directory
2014 Dec 21
3
trouble building 6.03
sudo apt-get install build-essential
sudo apt-get build-dep gcc-multilib
sudo apt-get install gcc-multilib
sudo apt-get install nasm
sudo apt-get install uuid-dev
I run
#make spotless
#make
but it consistently fails at
make[3]: Entering directory `/syslinux-6.03/efi32/efi'
Building gnu-efi for ia32
/syslinux-6.03/efi/check-gnu-efi.sh ia32 /syslinux-6.03/efi32
Failed to build gnu-efi.
2014 Dec 22
2
trouble building 6.03
...it.
BTW, the official upstream gnu-efi git repo has changed its tree (since
the official release of Syslinux 6.03), so there is a chance the build
could fail anyway.
To build the gnu-efi submodule in Syslinux without git, you would need
some extra patch (e.g as in Mageia or similar).
FWIW and FIY, other possible (partially optional) dependencies (that
are probably not related to the particular error message in this case):
dosfstools, mtools, gptfdisk, perl, python2, upx, asciidoc.
Regards,
Ady.
2006 Mar 28
43
zfs and backup applications
Hi,
I was wondering if there have been any conversations with backup vendors like Veritas or EMC regarding better integration with ZFS. While I understand they can use the "native" mode of reading files from the filesystem, it would be great if there were agents that had options like making a snapshot and storing a "zfs backup" datastream that could be used for zfs restore.