local_state_space_iteration_2 MEX: more fixes to comments

pac-components
Sébastien Villemot 2021-10-21 16:34:57 +02:00
parent 2ab919ebf1
commit 0be7e0a0d7
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 2 additions and 2 deletions

View File

@ -213,8 +213,8 @@ mexFunction(int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[])
prhs[8 or 10] [double] num of threads
plhs[0] y [double] n×s array, time t+1 particles.
plhs[1] y_ [double] n×s array, time t+1 particles for the pruning latent variables.
plhs[0] y [double] m×s array, time t+1 particles.
plhs[1] y_ [double] m×s array, time t+1 particles for the pruning latent variables.
*/
// Check the number of input and output.