Displaying 20 results from an estimated 92 matches for "1,74".
Did you mean:
1,14
2013 Sep 17
2
eigenvalores y eigenvectores
...en esta ocasión les escribo para tratar de solucionar una duda
que puede resultar muy sencilla, pero de la que no encuentro solucion.
necesito hallar la descomposición en valores singulares; tengo la siguiente
matriz de datos:
DPTO PERSONAS HACINA INTERNET COMPU TV_SUCRIPC Antioquia 4962749,1 1,61
0,39 0,47 0,77 Atlántico 2191360,7 1,97 0,3 0,31 0,42 Bogotá D.C. 7499198
1,67 0,42 0,51 0,76 Bolívar 2051781,2 2,41 0,16 0,2 0,61 Boyacá 561366,42
1,74 0,14 0,26 0,3 Caldas 657222,6 1,52 0,35 0,38 0,82 Caquetá 353930,02
1,72 0,16 0,29 0,71 Cauca 443005,43 1,58 0,15 0,25 0,36 Cesar 354...
2009 Aug 10
3
Pregunta sencilla
Estimados me ha surgido una duda con un simple stem and leaf
el mismo es el siguiente:
> stem.leaf(Datos$ej1.21)
1 | 2: represents 0.12
leaf unit: 0.01
n: 40
LO: 0.72 0.85
3 10 | 9
11 |
4 12 | 4
5 13 | 7
7 14 | 710 (*)
9 15 | 18
16 16 | 3447899
(6) 17 | 045599 (***)
18 18 | 2568
14 19 | 23710 (**)
10 20 | 389
7 21 | 17
5...
2014 Sep 08
1
[PATCH] gpio: rename g92 class to g94
nv92 hardware has only 16 interrupt lines, while nv94 and later
has 32. Accessing 0xe0c{0,4} registers on nv92 can lead to incorrect
PDISP setup. This is a regression introduced with
commit 9d0f5ec9ee0fd5dc5fc1cc2cf559286431e406e3
Author: Ben Skeggs <bskeggs at redhat.com>
Date: Mon May 12 15:22:42 2014 +1000...
2020 May 01
0
Re: [PATCH] [v2] WIP: ddrescue mapfile filter
On 5/1/20 2:16 PM, Fran?ois Revol wrote:
> This allows to overlay bad sectors according to the mapfile generated by
> ddrescue, to then see where sectors are used using fsck and trying to
> copy files around.
>
> Signed-off-by: Fran?ois Revol <revol at free.fr>
> ---
Focusing on...
2020 May 27
0
[PATCH v2 5/5] vhost: add an RPMsg API
...; drivers/vhost/Kconfig | 7 +
> > drivers/vhost/Makefile | 3 +
> > drivers/vhost/rpmsg.c | 372 ++++++++++++++++++++++++++++++++++++++++++++
> > drivers/vhost/vhost_rpmsg.h | 74 +++++++++
> > 4 files changed, 456 insertions(+)
> > create mode 100644 drivers/vhost/rpmsg.c
> > create mode 100644 drivers/vhost/vhost_rpmsg.h
[snip]
> > +/* send namespace */
> > +int vhost_rpmsg_ns_announce(struct vhost_rpmsg *vr, const char *name,
> > + unsigned int src)
> > +{
> > + struct vhost_rpmsg_iter iter =...
2020 May 01
4
[PATCH] [v2] WIP: ddrescue mapfile filter
...to then see where sectors are used using fsck and trying to
copy files around.
Signed-off-by: Fran?ois Revol <revol at free.fr>
---
configure.ac | 2 +
filters/ddrescue/Makefile.am | 75 +++++++
filters/ddrescue/ddrescue.c | 211 ++++++++++++++++++++
filters/ddrescue/nbdkit-ddrescue-filter.pod | 74 +++++++
4 files changed, 362 insertions(+)
create mode 100644 filters/ddrescue/Makefile.am
create mode 100644 filters/ddrescue/ddrescue.c
create mode 100644 filters/ddrescue/nbdkit-ddrescue-filter.pod
diff --git a/configu...
2013 May 20
1
[PATCH] xfstests: btrfs 308: regression test for btrfs send
...in the future. Thanks,
Signed-off-by: Josef Bacik <jbacik@fusionio.com>
---
src/Makefile | 2 +-
src/hold-open.c | 29 ++++++++++++++++++++
tests/btrfs/308 | 74 +++++++++++++++++++++++++++++++++++++++++++++++++++
tests/btrfs/308.out | 2 +
tests/btrfs/group | 1 +
5 files changed, 107 insertions(+), 1 deletions(-)
create mode 100644 src/hold-open.c
create mode 100644 tests/btrfs/308
create mode 100644 tests/btrfs/308.out
diff --git a/src/Makefile b/src/Makefile
index c18ffc9..3ab9a21 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -18,7 +18,7 @@ LINUX...
2020 Feb 10
1
[nbdkit PATCH] split: Add support for .extents
...rts sparse files when
using nbdsh.
Signed-off-by: Eric Blake <eblake@redhat.com>
---
I'm going ahead and committing this, but am also posting this for
review in case we later find any problems with what I just pushed.
plugins/split/Makefile.am | 6 +-
plugins/split/split.c | 125 +++++++++++++++++++++++++++++++++++-
tests/Makefile.am | 3 +
tests/test-split-extents.sh | 74 +++++++++++++++++++++
4 files changed, 206 insertions(+), 2 deletions(-)
create mode 100755 tests/test-split-extents.sh
diff --git a/plugins/split/Makefile.am b/plugins/split/Makefile.a...
2020 Sep 11
0
[PATCH v5 4/4] vhost: add an RPMsg API
Hi Mathieu,
On Thu, Sep 10, 2020 at 11:22:11AM -0600, Mathieu Poirier wrote:
> Good morning Guennadi,
>
> On Thu, Sep 10, 2020 at 10:38:54AM +0200, Guennadi Liakhovetski wrote:
> > Hi Mathieu,
> >
> > On Wed, Sep 09, 2020 at 04:39:46PM -0600, Mathieu Poirier wrote:
> > > Good afternoon,...
2013 Oct 28
0
[PATCH] xfstests: add generic/320 to test fsync() on directories V2
Btrfs had some issues with fsync()''ing directories and fsync()''ing after
renames. These three new tests cover the 3 different issues we were seeing.
This breaks out the dmflakey stuff into a common helper to be shared between
generic/311 and generic/320. Thanks,
Signed-off-by: Josef Bacik <jbacik@fusionio.com>
---
V1->V2: moved this out into its own test instead of adding it to 311
common/dmflakey | 74 ++++++++++++++++++++++++++
tests/generic/311 | 56 +++-----------------
tests/generic/320 | 140 +++++...
2020 May 25
6
[PATCH v2 0/5] Add a vhost RPMsg API
...ost and the guests.
This patch set adds a wrapper API to facilitate writing vhost
drivers for such RPMsg-based solutions. The first use case is an
audio DSP virtualisation project, currently under development, ready
for review and submission, available at
https://github.com/thesofproject/linux/pull/1501/commits
A further patch for the ADSP vhost RPMsg driver will be sent
separately for review only since it cannot be merged without audio
patches being upstreamed first.
Thanks
Guennadi
Guennadi Liakhovetski (5):
vhost: convert VHOST_VSOCK_SET_RUNNING to a generic ioctl
vhost: (cosmetic) rem...
2014 Oct 24
1
[PATCH v3] daemon: Remove custom Augeas lenses.
v3:
- Don't remove the LVM transform.
2014 Oct 24
1
[PATCH v2] daemon: Remove custom Augeas lenses.
v2 of previous patch, which fixes some missing bits.
For now I'm going to go with Pino's RHEL 7.1 patch, since it
is at least smaller than this. So I'm sending this to the list
just to have it archived for later.
Rich.
2020 Sep 10
0
[PATCH v7 3/3] vhost: add an RPMsg API
...ovetski <guennadi.liakhovetski at linux.intel.com>
---
drivers/vhost/Kconfig | 7 +
drivers/vhost/Makefile | 3 +
drivers/vhost/rpmsg.c | 370 ++++++++++++++++++++++++++++++++++++
drivers/vhost/vhost_rpmsg.h | 74 ++++++++
4 files changed, 454 insertions(+)
create mode 100644 drivers/vhost/rpmsg.c
create mode 100644 drivers/vhost/vhost_rpmsg.h
diff --git a/drivers/vhost/Kconfig b/drivers/vhost/Kconfig
index 587fbae06182..ee1a19b7ab3d 100644
--- a/drivers/vhost/Kconfig
+++ b/drivers/vhost/Kconfig
@@ -38,6 +38,13 @@ config VHOST_NET
To compile this driver as a...
2020 May 27
0
[PATCH v3 5/5] vhost: add an RPMsg API
...lt;guennadi.liakhovetski at linux.intel.com>
---
drivers/vhost/Kconfig | 7 +
drivers/vhost/Makefile | 3 +
drivers/vhost/rpmsg.c | 382 ++++++++++++++++++++++++++++++++++++++++++++
drivers/vhost/vhost_rpmsg.h | 74 +++++++++
4 files changed, 466 insertions(+)
create mode 100644 drivers/vhost/rpmsg.c
create mode 100644 drivers/vhost/vhost_rpmsg.h
diff --git a/drivers/vhost/Kconfig b/drivers/vhost/Kconfig
index 2c75d16..8b91f3e 100644
--- a/drivers/vhost/Kconfig
+++ b/drivers/vhost/Kconfig
@@ -38,6 +38,13 @@ config VHOST_NET
To compile this driver as a module, ch...
2020 Jul 22
0
[PATCH v4 4/4] vhost: add an RPMsg API
...hovetski <guennadi.liakhovetski at linux.intel.com>
---
drivers/vhost/Kconfig | 7 +
drivers/vhost/Makefile | 3 +
drivers/vhost/rpmsg.c | 375 ++++++++++++++++++++++++++++++++++++
drivers/vhost/vhost_rpmsg.h | 74 +++++++
4 files changed, 459 insertions(+)
create mode 100644 drivers/vhost/rpmsg.c
create mode 100644 drivers/vhost/vhost_rpmsg.h
diff --git a/drivers/vhost/Kconfig b/drivers/vhost/Kconfig
index d3688c6afb87..602421bf1d03 100644
--- a/drivers/vhost/Kconfig
+++ b/drivers/vhost/Kconfig
@@ -38,6 +38,13 @@ config VHOST_NET
To compile this driver as a...
2020 Aug 26
12
[PATCH v5 0/4] Add a vhost RPMsg API
...ost and the guests.
This patch set adds a wrapper API to facilitate writing vhost
drivers for such RPMsg-based solutions. The first use case is an
audio DSP virtualisation project, currently under development, ready
for review and submission, available at
https://github.com/thesofproject/linux/pull/1501/commits
Thanks
Guennadi
Guennadi Liakhovetski (4):
vhost: convert VHOST_VSOCK_SET_RUNNING to a generic ioctl
rpmsg: move common structures and defines to headers
rpmsg: update documentation
vhost: add an RPMsg API
Documentation/rpmsg.txt | 6 +-
drivers/rpmsg/virtio_rpmsg_...
2020 Aug 26
12
[PATCH v5 0/4] Add a vhost RPMsg API
...ost and the guests.
This patch set adds a wrapper API to facilitate writing vhost
drivers for such RPMsg-based solutions. The first use case is an
audio DSP virtualisation project, currently under development, ready
for review and submission, available at
https://github.com/thesofproject/linux/pull/1501/commits
Thanks
Guennadi
Guennadi Liakhovetski (4):
vhost: convert VHOST_VSOCK_SET_RUNNING to a generic ioctl
rpmsg: move common structures and defines to headers
rpmsg: update documentation
vhost: add an RPMsg API
Documentation/rpmsg.txt | 6 +-
drivers/rpmsg/virtio_rpmsg_...
2020 Sep 15
0
[PATCH v5 4/4] vhost: add an RPMsg API
On Fri, Sep 11, 2020 at 11:33:13AM -0600, Mathieu Poirier wrote:
> On Fri, Sep 11, 2020 at 09:46:56AM +0200, Guennadi Liakhovetski wrote:
> > Hi Mathieu,
> >
> > On Thu, Sep 10, 2020 at 11:22:11AM -0600, Mathieu Poirier wrote:
> > > Good morning Guennadi,
> > >
> >...
2020 May 22
0
[PATCH] [v3] ddrescue mapfile filter
...ow be mature enough to be useful to someone else.
And we have a proper test also.
Signed-off-by: François Revol <revol@free.fr>
---
configure.ac | 2 +
filters/ddrescue/Makefile.am | 75 +++++++
filters/ddrescue/ddrescue.c | 212 ++++++++++++++++++++
filters/ddrescue/nbdkit-ddrescue-filter.pod | 74 +++++++
tests/Makefile.am | 2 +
tests/test-ddrescue-filter.sh | 83 ++++++++
6 files changed, 448 insertions(+)
create mode 100644 filters/ddrescue/Makefile.am
create mode 100644...