Searched refs:error_prob_matrix (Results 1 – 2 of 2) sorted by relevance
87 return ctx->error_prob_matrix[ctx->num_stas * src->index + dst->index]; in get_error_prob_from_matrix()92 return ctx->error_prob_matrix != NULL; in use_fixed_random_value()403 if (ctx->error_prob_matrix) { in mirror_link()404 ctx->error_prob_matrix[ctx->num_stas * to + from] = in mirror_link()405 ctx->error_prob_matrix[ctx->num_stas * from + to]; in mirror_link()566 ctx->error_prob_matrix = NULL; in load_config()568 ctx->error_prob_matrix = calloc(sizeof(double), in load_config()570 if (!ctx->error_prob_matrix) { in load_config()624 ctx->error_prob_matrix[ctx->num_stas * in load_config()626 ctx->error_prob_matrix[ctx->num_stas * in load_config()[all …]
232 double *error_prob_matrix; member