summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)Author
2013-10-29std::unique_ptr is C++11 specific. Let's use boost::shared_ptr for now.Kohei Yoshida
2013-10-29We don't need these headers.Kohei Yoshida
2013-10-29std::shared_ptr is C++11 specific. Use boost::shared_ptr instead.Kohei Yoshida
2013-10-29Properly split opbase.hxx into header and source files.Kohei Yoshida
2013-10-29Properly split header and source files.Kohei Yoshida
2013-10-29Lower-cased file names.Kohei Yoshida
2013-10-29Correct way to try to enable OpenCL in unit test.Kohei Yoshida
2013-10-29Add missing boilerplates.Kohei Yoshida
2013-10-29Fix compiler warnings for unused variables and non-const char* declaration.Kohei Yoshida
2013-10-29Fix compilation problems on AMD OCL of finaancial functionshaochen
2013-10-29Cache compiled kernels in GPU Calc dynamic kernel compilerI-Jui (Ray) Sung
2013-10-29Use MD5 in RTL instead of the one from OpenSSL.I-Jui (Ray) Sung
2013-10-29Throw exceptions for unhandled functions in GPU group interpreter.I-Jui (Ray) Sung
2013-10-29Rebase to calc-group-interpreter-4I-Jui (Ray) Sung
2013-10-29Fix NAN argumetn in ground_water, stock_history, sum_exhaochen
2013-10-29Fix bugs for SLN in GPU Calchaochen
2013-10-29Fix bugs for SLN not cal by GPUhaochen
2013-10-29Implement fix for bug of NAN argument in some finacial functionshaochen
2013-10-29Implement fix for CSC in GPU Calchaochen
2013-10-29Fix release of CSC-COTH in GPU Calchaochen
2013-10-29Implement fix for RSQ in GPU Calchaochen
2013-10-29Implement fix for PEARSON in GPU Calchaochen
2013-10-29Implement fix for NEGBINOMDIST in GPU Calchaochen
2013-10-29Fix release for NEGBINOMDIST in GPU Calchaochen
2013-10-29Implement fix for COS in GPU Calchaochen
2013-10-29Fix release of COS in GPU Calchaochen
2013-10-29Implement fix for INTRATE in GPU Calchaochen
2013-10-29Implement fix for DISC in GPU Calchaochen
2013-10-29Implement fix for COUPDAYSNC in GPU Calchaochen
2013-10-29Implement the fix for COUPDAYS in GPU Calchaochen
2013-10-29Implement fix for CORREL in GPU Calchaochen
2013-10-29Fix release control of CORREL in GPU Calchaochen
2013-10-29Implement fix for SYD in GPU Calchaochen
2013-10-29Fix release control of SYD GPU Calchaochen
2013-10-29Implement fix for DOLLARFR in GPU Calchaochen
2013-10-29Implement some inequality operatorsI-Jui (Ray) Sung
2013-10-29Implement string equality operatorI-Jui (Ray) Sung
2013-10-29Implement DOLLARDE in GPU Calchaochen
2013-10-29Implement COUPDAYBS in GPU Calchaochen
2013-10-29Implement GEOMEAN in GPU Calchaochen
2013-10-29Implement HarMean in GPU Calchaochen
2013-10-29Implement GAUSS in GPU Calchaochen
2013-10-29Implement GAMMALN in GPU Calchaochen
2013-10-29Implement ACCRINTM for GPU Calchaochen
2013-10-29Implement SLN in GPU Calchaochen
2013-10-29Append kernel signature in terms of operator namesI-Jui (Ray) Sung
2013-10-29Handle the case where single vector ref passed to MIRR contains nanhaochen
2013-10-29Add support for nested operators inside SUMPRODUCTI-Jui (Ray) Sung
2013-10-29Handle NANs correctly in MIRR, IRR, RATE, FVSCHEDULE in GPU Calchaochen
2013-10-29Implement GAMMA in GPU Calchaochen