Skip to content
Snippets Groups Projects
Verified Commit 0be7e0a0 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

local_state_space_iteration_2 MEX: more fixes to comments

parent 2ab919eb
No related branches found
No related tags found
No related merge requests found
...@@ -213,8 +213,8 @@ mexFunction(int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[]) ...@@ -213,8 +213,8 @@ mexFunction(int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[])
prhs[8 or 10] [double] num of threads prhs[8 or 10] [double] num of threads
plhs[0] y [double] n×s array, time t+1 particles. plhs[0] y [double] m×s array, time t+1 particles.
plhs[1] y_ [double] n×s array, time t+1 particles for the pruning latent variables. plhs[1] y_ [double] m×s array, time t+1 particles for the pruning latent variables.
*/ */
// Check the number of input and output. // Check the number of input and output.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment