Displaying 8 results from an estimated 8 matches for "cppm".
Did you mean:
cpp
2007 Mar 16
1
Probably simple function problem
...e length of the data.frame.
# Can anyone suggest what I am doing wrong or am I
just misunderstanding what
# a function is supposed to do?
#Example:
adjusts <- c(.50, .70, .29, .27 , .40 , .26 , 125)
coal <- 1:6
newdata <- 1:10
fuel.costing <- function(fuel, utr, mydata) {
cppf <- cppm <- fuel ;
cppf[2] <- fuel[2]*(1-utr[2])*length(mydata) + utr[7]*
utr[2]*utr[5] ;
cppf[4] <- fuel[2]*(1-utr[4])*length(mydata) + utr[7]*
utr[4]*utr[6] ;
cppm[2] <- fuel[2]*(1-utr[1])*length(mydata) ;
cppm[4] <- fuel[2]*(1-utr[3])*length(mydata)
}
fuel.costing(coal, adjusts, newdata)...
2020 Mar 10
2
GSoC: Improve parallelism-aware analyses and optimizations
...://github.com/jarro2783/cxxopts)
- fixed a bug (https://github.com/jarro2783/cxxopts/pull/205)
Inkscape(my graphics designing software)
- fixed several bugs and optimized API in the Pull request linked below
(https://gitlab.com/inkscape/inkscape/-/merge_requests/1446)
some of my own projects are
cppm (https://github.com/istenith/cppm)
CSC19 (https://github.com/istenith/CSC19)
I believe the reasons I am a fit for this project are:
- Ability to write generic code
- Knowledge of internal workings of *C++*, *compilers*, and the
*platforms(hardware
concepts)*
(ex.TMP, constexpr, RAII, RVO, cache l...
2013 Jan 09
1
Need an advise for bayesian estimate
...e as follows:
1. What is advantage using bayes estimate? Is it better for small samples?
2. How to resolve different estimates depending on the format of response
data, and the prior specs (Ex: prior.df)?
3.Should we use interval estimate rather than point estimate for BG?
Two-Column format:
cppm Tmin lnC lnT Death Number
1 1850 240 7.52294 5.48064 5 5
2 1637 240 7.40062 5.48064 4 5
3 1443 240 7.27448 5.48064 1 5
4 1021 240 6.92854 5.4...
1998 Oct 13
0
FW: CERT Advisory CA-98.12 - mountd
--------
Is this old? I couldn''t find it in the linux-security archives.
If so, please disregard.
Dan
------- Forwarded Message
Return-Path: cppm_reg_sysadmins-owner@fnal.gov
Received: from FNAL.FNAL.Gov (fnal.fnal.gov [131.225.9.8])
by sapphire.fnal.gov (8.8.7/8.8.7) with ESMTP id LAA27322
for <yocum@sapphire.fnal.gov>; Tue, 13 Oct 1998 11:12:23 -0500
Received: from raven ("port 1331"@d-cd-134.fnal.gov)
by FNAL.FNAL.GOV (...
2017 Nov 25
2
PSA: debuginfo-tests workflow changing slightly
...ENT_SOURCE_DIR}/debuginfo-tests/CMakeLists.txt")
+ add_subdirectory(debuginfo-tests)
+endif()
diff --git a/test/lit.cfg.py b/test/lit.cfg.py
index 39bdf36afd..5323cfe735 100644
--- a/test/lit.cfg.py
+++ b/test/lit.cfg.py
@@ -31,7 +31,7 @@ config.suffixes = ['.c', '.cpp', '.cppm', '.m', '.mm',
'.cu',
# excludes: A list of directories to exclude from the testsuite. The
'Inputs'
# subdirectories contain auxiliary inputs for various tests in their parent
# directories.
-config.excludes = ['Inputs', 'CMakeLists.txt', '...
2017 Dec 06
3
PSA: debuginfo-tests workflow changing slightly
...cfg.py/> b/test/lit.cfg.py <http://lit.cfg.py/>
>> index 39bdf36afd..5323cfe735 100644
>> --- a/test/lit.cfg.py <http://lit.cfg.py/>
>> +++ b/test/lit.cfg.py <http://lit.cfg.py/>
>> @@ -31,7 +31,7 @@ config.suffixes = ['.c', '.cpp', '.cppm', '.m', '.mm', '.cu',
>> # excludes: A list of directories to exclude from the testsuite. The 'Inputs'
>> # subdirectories contain auxiliary inputs for various tests in their parent
>> # directories.
>> -config.excludes = ['Inputs...
2017 Dec 06
2
PSA: debuginfo-tests workflow changing slightly
...<http://lit.cfg.py/> b/test/lit.cfg.py <http://lit.cfg.py/>
> index 39bdf36afd..5323cfe735 100644
> --- a/test/lit.cfg.py <http://lit.cfg.py/>
> +++ b/test/lit.cfg.py <http://lit.cfg.py/>
> @@ -31,7 +31,7 @@ config.suffixes = ['.c', '.cpp', '.cppm', '.m', '.mm', '.cu',
> # excludes: A list of directories to exclude from the testsuite. The 'Inputs'
> # subdirectories contain auxiliary inputs for various tests in their parent
> # directories.
> -config.excludes = ['Inputs', 'CMakeL...
2017 Nov 22
2
PSA: debuginfo-tests workflow changing slightly
I sorta enjoy debugging stuff like this, so if you don't mind, I'll dig
into it once I get a chance -- traveling so, my access is a bit sketchy
right now.
I'll see if I can grab the logs and let you know if I find anything
interesting.
On Tue, Nov 21, 2017 at 7:04 PM, Zachary Turner <zturner at google.com> wrote:
> That change was added specifically to workaround a failure