memory_layout_note.h.svn-base

来自「使用混合高斯函数」· SVN-BASE 代码 · 共 10 行

SVN-BASE
10
字号
/*
 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 + =
减小字号Ctrl + -
显示快捷键?