📄 memory_layout_note.h.svn-base
字号:
/*
Note: the assumed memory layout is point-wise contiguous,
i.e. the j-th coordinate of the i-th point is at location
(i*d + j) where d is the dimensionality. Thus, the MATLAB
mex-function expects an input matrix where each point is a
d-dimensional column vector as MATLAB is column-major while
the input array to the NumPy should place each point as a
d-dimensional row vector since NumPy is row-major.
*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -