|
SHOGUN
v3.2.0
|
kernel thread parameters
在文件 Kernel.cpp 第 497 行定义.
Public 属性 | |
| CKernel * | kernel |
| int32_t | start |
| int32_t | end |
| int64_t | total_start |
| int64_t | total_end |
| int32_t | m |
| int32_t | n |
| T * | result |
| bool | symmetric |
| bool | verbose |
| int32_t end |
end (unit row)
在文件 Kernel.cpp 第 504 行定义.
| CKernel* kernel |
kernel
在文件 Kernel.cpp 第 500 行定义.
| int32_t m |
m
在文件 Kernel.cpp 第 510 行定义.
| int32_t n |
n
在文件 Kernel.cpp 第 512 行定义.
| T* result |
result
在文件 Kernel.cpp 第 514 行定义.
| int32_t start |
start (unit row)
在文件 Kernel.cpp 第 502 行定义.
| bool symmetric |
kernel matrix k(i,j)=k(j,i)
在文件 Kernel.cpp 第 516 行定义.
| int64_t total_end |
end (unit number of elements)
在文件 Kernel.cpp 第 508 行定义.
| int64_t total_start |
start (unit number of elements)
在文件 Kernel.cpp 第 506 行定义.
| bool verbose |
output progress
在文件 Kernel.cpp 第 518 行定义.