kernel thread parameters
在文件 Kernel.cpp 第 1001 行定义.
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 第 1008 行定义.
| CKernel* kernel |
kernel
在文件 Kernel.cpp 第 1004 行定义.
| int32_t m |
m
在文件 Kernel.cpp 第 1014 行定义.
| int32_t n |
n
在文件 Kernel.cpp 第 1016 行定义.
| T* result |
result
在文件 Kernel.cpp 第 1018 行定义.
| int32_t start |
start (unit row)
在文件 Kernel.cpp 第 1006 行定义.
| bool symmetric |
kernel matrix k(i,j)=k(j,i)
在文件 Kernel.cpp 第 1020 行定义.
| int64_t total_end |
end (unit number of elements)
在文件 Kernel.cpp 第 1012 行定义.
| int64_t total_start |
start (unit number of elements)
在文件 Kernel.cpp 第 1010 行定义.
| bool verbose |
output progress
在文件 Kernel.cpp 第 1022 行定义.