Displaying 13 results from an estimated 13 matches for "representaion".
Did you mean:
representation
2014 Sep 13
2
VGA resume & thaw (wake up from S3 & S4) broken - kernel(nouveau) exclusively
...module with drm.debug=14 is
[drm:drm_helper_hpd_irq_event] [CONNECTOR:18:DVI-I-1] status updated from connected to connected
[drm:drm_helper_hpd_irq_event] [CONNECTOR:18:DVI-I-1] status updated from connected to connected
- git commit probably introduced breakage
drm/nouveau/disp: add internal representaion of output paths and connectors
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/drivers/gpu/drm?id=7a014a
https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/drivers/gpu/drm/nouveau?id=7a014a
2014-06-11
- Ref. fdbs
Video failed on resume from suspe...
2013 Apr 12
1
What is the meaning of the method to_param?
Hey!
Foe example i have next code:
test "should update user" do
put :update, id: @user.to_param, user: @input_attributes
assert_redirected_to users_path
end
What return id: @user.to_param?
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group
2004 Mar 30
12
Big question: Move to SWIG?
A few days ago, someone asked me why I am using wxpp instead of SWIG.
The question prompted me to revisit and re-evaluate SWIG, and I now
believe it would be best to convert wxRuby to SWIG.
SWIG has greatly improved its C++ support since the last time I looked
at it, and I think its Ruby support has improved quite a bit as well.
Also, now that I have written wxpp, I understand the nature of
2008 May 19
0
constrOptim converging not to the optimal values
...r kindness,
Carlo
The code is below.
#### SAMPLE SIZE
N <- 4
####
a<- 5
b<- -2
negdet<-function(xeta)
{
pi <- exp(a + b* xeta)/(1+exp(a + b* xeta))
-( sum(pi*(1-pi))*sum(pi*(1-pi)*xeta^2) - sum(pi*(1-pi)*xeta)^2 )
}
### BOUNDS
low <- 0
high <- 10
###
### MATRIX REPRESENTAION OF THE CONSTRAINTS
order<-c(rep(c(1,-1,rep(0,times=N-1)),N-2),1,-1)
u1 <- matrix(order,ncol=N, nrow=N-1, byrow=TRUE)
bounds <- c(rep(c(1,-1,rep(0,times=N*2)),N-1),1,-1)
u2 <- matrix(bounds, ncol=N,nrow=N*2)
u.s <-rbind(u1,u2)
c.s <-c(rep(0,N-1),rep(c(low,-high),N))
####
####...
2014 Sep 13
0
VGA resume & thaw (wake up from S3 & S4) broken - kernel(nouveau) exclusively
...is
> [drm:drm_helper_hpd_irq_event] [CONNECTOR:18:DVI-I-1] status updated from connected to connected
> [drm:drm_helper_hpd_irq_event] [CONNECTOR:18:DVI-I-1] status updated from connected to connected
>
> - git commit probably introduced breakage
> drm/nouveau/disp: add internal representaion of output paths and connectors
> https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/drivers/gpu/drm?id=7a014a
> https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/drivers/gpu/drm/nouveau?id=7a014a
> 2014-06-11
Do you have any special reason t...
2014 Sep 13
0
VGA resume & thaw (wake up from S3 & S4) broken - kernel(nouveau) exclusively
...q_event] [CONNECTOR:18:DVI-I-1] status updated from connected to connected
>>> [drm:drm_helper_hpd_irq_event] [CONNECTOR:18:DVI-I-1] status updated from connected to connected
>>>
>>> - git commit probably introduced breakage
>>> drm/nouveau/disp: add internal representaion of output paths and connectors
>>> https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/drivers/gpu/drm?id=7a014a
>>> https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/drivers/gpu/drm/nouveau?id=7a014a
>>> 2014-06-11
>>...
2014 Sep 13
0
VGA resume & thaw (wake up from S3 & S4) broken - kernel(nouveau) exclusively
...event] [CONNECTOR:18:DVI-I-1] status updated from connected to connected
>>> [drm:drm_helper_hpd_irq_event] [CONNECTOR:18:DVI-I-1] status updated from connected to connected
>>>
>>> - git commit probably introduced breakage
>>> drm/nouveau/disp: add internal representaion of output paths and connectors
>>> https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/drivers/gpu/drm?id=7a014a
>>> https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/drivers/gpu/drm/nouveau?id=7a014a
>>> 2014-06-11
>&g...
2014 Sep 13
4
VGA resume & thaw (wake up from S3 & S4) broken - kernel(nouveau) exclusively
...rm_helper_hpd_irq_event] [CONNECTOR:18:DVI-I-1] status updated from connected to connected
>> [drm:drm_helper_hpd_irq_event] [CONNECTOR:18:DVI-I-1] status updated from connected to connected
>>
>> - git commit probably introduced breakage
>> drm/nouveau/disp: add internal representaion of output paths and connectors
>> https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/drivers/gpu/drm?id=7a014a
>> https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/drivers/gpu/drm/nouveau?id=7a014a
>> 2014-06-11
>
> Do you hav...
2000 Mar 03
2
Re: [Omega-devel] StatDataML
...oking in several other applications we think that all the data
> types there can easily be represented using S constructs (i.e., arrays
> and lists together with attributes) ... so why make life complicated
> and invent something new.
>
> Of course this only applies to the low-level representaion ... the
> real thing will come next when one starts defining higher level
> classes, this step we have avoided so far because one needs the
> low-level things first to have something to play with.
>
> A short description of the DTD and an R package with import/export
> functions...
2000 Mar 03
5
StatDataML
...neral standard.
After looking in several other applications we think that all the data
types there can easily be represented using S constructs (i.e., arrays
and lists together with attributes) ... so why make life complicated
and invent something new.
Of course this only applies to the low-level representaion ... the
real thing will come next when one starts defining higher level
classes, this step we have avoided so far because one needs the
low-level things first to have something to play with.
A short description of the DTD and an R package with import/export
functions can be found at
http://www.c...
2015 May 01
28
[Bug 90276] New: [NVE6] nouveau E[ PFIFO][0000:01:00.0] read fault at 0x000a5c0000 [UNSUPPORTED_KIND] from CE2/GR_CE on channel 0x007f329000 [unknown]
https://bugs.freedesktop.org/show_bug.cgi?id=90276
Bug ID: 90276
Summary: [NVE6] nouveau E[ PFIFO][0000:01:00.0] read fault
at 0x000a5c0000 [UNSUPPORTED_KIND] from CE2/GR_CE on
channel 0x007f329000 [unknown]
Product: xorg
Version: git
Hardware: x86-64 (AMD64)
OS: Linux (All)
2014 Jun 13
2
REGRESSION: Kernel PANIC 8777c5c11764d8336d8270f96778158c34c92108 - drm/nouveau/dp: probe dpcd to determine connectedness
...65c00de
# good: [5330fb412948420be83d1d247b79d8108408efe6] Merge tag 'drm/panel/for-3.16-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-next
git bisect good 5330fb412948420be83d1d247b79d8108408efe6
# good: [7a014a872914a6bb5af8b67eba603f8546794ab9] drm/nouveau/disp: add internal representaion of output paths and connectors
git bisect good 7a014a872914a6bb5af8b67eba603f8546794ab9
# good: [c1a6e9fe82b46159af8cc4cf34fb51ee47862f05] Merge branch 'topic/ipu-destaging' of git://git.pengutronix.de/git/pza/linux into drm-next
git bisect good c1a6e9fe82b46159af8cc4cf34fb51ee47862f05
# go...
2014 Jun 15
0
REGRESSION: Kernel PANIC 8777c5c11764d8336d8270f96778158c34c92108 - drm/nouveau/dp: probe dpcd to determine connectedness
...good: [5330fb412948420be83d1d247b79d8108408efe6] Merge tag 'drm/panel/for-3.16-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-next
> git bisect good 5330fb412948420be83d1d247b79d8108408efe6
> # good: [7a014a872914a6bb5af8b67eba603f8546794ab9] drm/nouveau/disp: add internal representaion of output paths and connectors
> git bisect good 7a014a872914a6bb5af8b67eba603f8546794ab9
> # good: [c1a6e9fe82b46159af8cc4cf34fb51ee47862f05] Merge branch 'topic/ipu-destaging' of git://git.pengutronix.de/git/pza/linux into drm-next
> git bisect good c1a6e9fe82b46159af8cc4cf34fb51...