search for: funcp

Displaying 2 results from an estimated 2 matches for "funcp".

Did you mean: func
2009 Apr 21
1
n-dimensional vector operations
...#39;s start with a concrete case of n=3 dimensions. Along dimension x, I have a matrix of 5 vectors (each with ten rows) Along dimension y, I have a matrix of 3 vectors (each with ten rows) Along dimension z, I have a matrix of 2 vectors (each with ten rows) I am trying to write a: function(..., funcp) { } where funcp(...) is an operator which works on n vectors and returns a numeric. For example, averages n=3 columns (one from each dimension) and takes the standard-deviation of the resultant vector. So answer should be a matrix of dimension( 5, 3, 2 ) of numeric, in this case. At position...
2013 Nov 26
0
[LLVMdev] Help needed with a pass
..., False, True); builder.SetInsertPoint(True); builder.CreateCall3(strncpy_func,buf,new StringRef(pPath),29,temp); builder.SetInsertPoint(False); builder.CreateCall(printf_func,"Set <SOME_ENV_VAR>\n",temp); return mod; }} char funcP::ID = 0;static RegisterPass<funcP> X("funcp", "funcP", false, false); Any help would be appreciated. Thanks,Rohit -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131126...