SHOGUN
4.2.0
|
kernel thread parameters
Definition at line 1002 of file Kernel.cpp.
Public Attributes | |
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)
Definition at line 1009 of file Kernel.cpp.
CKernel* kernel |
kernel
Definition at line 1005 of file Kernel.cpp.
int32_t m |
m
Definition at line 1015 of file Kernel.cpp.
int32_t n |
n
Definition at line 1017 of file Kernel.cpp.
T* result |
result
Definition at line 1019 of file Kernel.cpp.
int32_t start |
start (unit row)
Definition at line 1007 of file Kernel.cpp.
bool symmetric |
kernel matrix k(i,j)=k(j,i)
Definition at line 1021 of file Kernel.cpp.
int64_t total_end |
end (unit number of elements)
Definition at line 1013 of file Kernel.cpp.
int64_t total_start |
start (unit number of elements)
Definition at line 1011 of file Kernel.cpp.
bool verbose |
output progress
Definition at line 1023 of file Kernel.cpp.