Displaying 10 results from an estimated 10 matches for "jivan".
Did you mean:
ivan
2006 May 16
2
PLS
hello,
can u please give me the code written in matlab for partial least square
regression
I tried implimenting it but could not succesful,
will you pls provide me the code written in matlab and also the exlanatiion
to each step
Thnaking you.
Mr Jivan shrikrishna Parab
research scholar
Electronics department
Goa university
[[alternative HTML version deleted]]
2013 Apr 16
2
[LLVMdev] creating and inserting a function with variable arguments
I am working on a pass in which I need to define and insert a function with
variable arguments. Can I do it with the help of getOrInsertFunction()? If
not can someone tell me any other method?
It will be very helpful if anyone can help. Thanks in advance
--
*Akshay Jain
*
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2013 Apr 16
0
[LLVMdev] creating and inserting a function with variable arguments
Akshay Jain <jivan.molu at gmail.com> writes:
> I am working on a pass in which I need to define and insert a function with
> variable arguments. Can I do it with the help of getOrInsertFunction()?
Sure. There is an overload of getOrInsertFunction that takes a
FunctionType, and there are FunctionType::get...
2013 Apr 16
2
[LLVMdev] creating and inserting a function with variable arguments
...some kind of error. Can you
explain how can I get a function type for function which returns void
(nothing) and it's arguments are (int, int, int, void *, void *, ...) ??
Thanks in advance.
On Tue, Apr 16, 2013 at 7:22 AM, Óscar Fuentes <ofv at wanadoo.es> wrote:
> Akshay Jain <jivan.molu at gmail.com> writes:
>
> > I am working on a pass in which I need to define and insert a function
> with
> > variable arguments. Can I do it with the help of getOrInsertFunction()?
>
> Sure. There is an overload of getOrInsertFunction that takes a
> FunctionType,...
2013 Apr 16
0
[LLVMdev] creating and inserting a function with variable arguments
Akshay Jain <jivan.molu at gmail.com> writes:
> I have tried it, but I always end up with some kind of error. Can you
> explain how can I get a function type for function which returns void
> (nothing) and it's arguments are (int, int, int, void *, void *, ...) ??
Instead of getting something to cut...
2013 Apr 16
1
[LLVMdev] creating and inserting a function with variable arguments
...*>’ to
‘const std::vector<const llvm::Type*>&’
It may be a silly mistake, but I am quite new to c and c++ coding
especially in llvm. So I will be very grateful if you can help out.
On Tue, Apr 16, 2013 at 3:41 PM, Óscar Fuentes <ofv at wanadoo.es> wrote:
> Akshay Jain <jivan.molu at gmail.com> writes:
>
> > I have tried it, but I always end up with some kind of error. Can you
> > explain how can I get a function type for function which returns void
> > (nothing) and it's arguments are (int, int, int, void *, void *, ...) ??
>
> Instead...
2008 Mar 01
0
package name for mapstraction
Hi,
Can you consider adding a package name / namespace to the mapstraction
classes.
For example new mapstr.LatLonPoint(..)
This will help avoid potential conflicts with other JS libraries.
Thanks,
Sanjiv
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2008 Mar 01
0
event model
Hi,
The only event related method I see is Mapstraction.addListener(..) and
there is no documentation on the supported events. Can you provide a few
examples, ans also is there''s a place to get an complete list of supported
events.
The google maps API for example has a rich event model on not just the map,
but also the overlays, info widow and such.
2008 Mar 11
0
support passing dom element to Marker''s setInfoBubble
Hi,
The Marker class has the method setInfoBubble(String html/text).
Unfortunately I am unable to add a DOM element where I need all the event to
fire. If I add the string represtation of the DOM node to setInfoBubble(..),
it renders fine but all the controls no longer fire events. Is there a way
to have the elements in the infoBubble fire events using the current API? If
not would if be possible
2008 Mar 15
0
issues including multiple maps
I''m trying to include all the map types on the same page and I''m seeing some
pretty weird behavior.
1. When the map quest JS file is included, many other maps including
Microsft, Map24 stop working. The shell of the map is displayed with the map
type logo, but no map.
and occasionally an error
for (var i = 0; i < me.onload[api].length; i++) {
me.onload[api][i]();
}