Description
Matrix, DenseMatrix, SparseMatrix apply(i,j) should be public. Otherwise, these objects are basically useless. This is important since they are returned as results by algorithms such as LDA.
Matrix, DenseMatrix, SparseMatrix apply(i,j) should be public. Otherwise, these objects are basically useless. This is important since they are returned as results by algorithms such as LDA.