Tag List Report

The following document contains the listing of user tags found in the code. Below is the summary of the occurences per tag.

TagTotal number of occurences
@deprecated2
@todo0
FIXME9
IMPL10
TODO3

Each tag is detailed below:

@deprecated

Number of occurences found in the code: 2

org.astrogrid.matrix.MatrixLine
too complex - use {@link #slicev(int, boolean)} or {@link #sliceCol(int, int)} instead.26
use sliceRow or SliceCol instead.51

@todo

Number of occurences found in the code: 0

FIXME

Number of occurences found in the code: 9

org.astrogrid.cluster.cluster.ClusterBoundLine
what does this do (1:datai)259
org.astrogrid.cluster.cluster.ClusterBoundFullLine
- put ndim_int instead of datai here possible mistake in original? double sum seems meaningless also374
org.astrogrid.cluster.cluster.ClusterEStepLine
was log(1:datai) what does that do?257
org.astrogrid.cluster.cluster.ClusterEStepFullLine
- put ndim_int instead of datai here possible mistake in original?493
org.astrogrid.cluster.cluster.ClusterMStepLine
these are probably not correct59
org.astrogrid.cluster.cluster.ClusterMStepFullLine
these are probably not correct70
org.astrogrid.cluster.cluster.ClusteringLine
still need lbestmu;lbestcv; C;295
org.astrogrid.matrix.AlgorithmsLine
what is eps42
org.astrogrid.matrix.MatrixUtilsLine
- this is not acutually returning dirichlet sampled random numbers.587

IMPL

Number of occurences found in the code: 10

no.uib.cipr.matrix.AGDenseMatrixLine
would have been nice to avoid the array creation155
assert better?157
could do more simply with - need to test speed to see which is better... DenseMatrix A = ... DenseMatrix I = Matrices.identity(n); DenseMatrix AI = I.copy(); A.solve(I, AI);413
dangerous cast if used outside this application.489
dangerous cast516
perhaps should copy into fresh array rather than reuse....628
org.astrogrid.cluster.cluster.ClusterMStepFullLine
note that lcv is cleared before being used, so is not really a parameter...58
latent not changing ---59
org.astrogrid.cluster.cluster.MixturesLine
deeper copy needed?207
need deep copy?412

TODO

Number of occurences found in the code: 3

no.uib.cipr.matrix.AGDenseMatrixLine
implement a generic slow version.82
Auto-generated method stub163
org.astrogrid.matrix.AlgorithmsLine
need to make this into some sort of exception.92