http://pinaclip.jp/
このデータが研究用途として使えないかどうか、交渉しようと思います。
gnuplotでeps
14 年前
IBM Research / University College Dublin / 東京工業大学情報理工学研究科計算工学専攻
Submission Deadline: December 14, 2009
Notification of Acceptance: January 15, 2010
Camera-Ready Copy Due: February 1, 2010
Workshop: April 23, 2010
typedef enum
{
culaNoError, // No error
culaNotInitialized, // CULA has not been initialized
culaNoHardware, // No hardware is available to run
culaFeatureNotImplemented, // The requested feature has not been implemented
culaInsufficientComputeCapability, // Available GPUs do not support the requested operation
culaInsufficientMemory, // There is insufficient memory to continue
culaArgumentError, // An invalid argument was passed to a function
culaDataError, // An operation could not complete because of singular data
culaBlasError, // A blas error was encountered
culaRuntimeError // A runtime error has occurred
}culaStatus;
と status が見えるので、NoError 以外のときはこれをデバッグで
まずは表示すべき