Hello, thanks for putting forward the COMMOT method!
I have a question about the details of the algorithm and I'm not sure if I'd be honoured to have it answered.
In the function cot_combine_sparse(), the final 4-dimensional matrix P is obtained by weighting the results of four solutions, which are P_cot,P_row,P_col,P_blk. The corresbonding four functions are cot_sparse(),cot_row_sparse(),cot_col_sparse(),cot_blk_sparse().
I'm curious as to how these four are logically related, or what each of the four represent. What is the difference between these four functions?Why they have to be split into four functions to be solved?
Hello, thanks for putting forward the COMMOT method!
I have a question about the details of the algorithm and I'm not sure if I'd be honoured to have it answered.
In the function
cot_combine_sparse()
, the final 4-dimensional matrixP
is obtained by weighting the results of four solutions, which areP_cot
,P_row
,P_col
,P_blk
. The corresbonding four functions arecot_sparse()
,cot_row_sparse()
,cot_col_sparse()
,cot_blk_sparse()
.I'm curious as to how these four are logically related, or what each of the four represent. What is the difference between these four functions?Why they have to be split into four functions to be solved?
Looking forward to being addressed, thanks!