3 simple questions about the usage and future of the excellent eigen library:
- Does it have a reason why the access to Matrices is not possible via
matrix[i][j]
, but only via matrix(i,j)
?
- Are there plans to implement such a syntax?
- Will there be an implementation of multidimensional arrays
matrix[n][m]...[l]
?
I really like the eigen library, it is fast and easy to use. The only thing missing for me are really multidimensional arrays.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…