JifengJiang / beast-mcmc

Automatically exported from code.google.com/p/beast-mcmc
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Row vs. Column Major in MatrixParameter Class #735

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
When reading from an XML file the MatrixParameter class stores the data in 
column major form (each parameter is a column). However, the 
setRowDimension(int) and setColumnDimension(int) functions store the data in 
row major form (each parameter is a row).

Original issue reported on code.google.com by mtolk...@gmail.com on 5 Jun 2014 at 2:45