Uses of Class
org.decisiondeck.xmcda_oo.utils.matrix.FuzzyMatrix

Packages that use FuzzyMatrix
org.decisiondeck.xmcda_oo.utils.matrix Provides matrix interfaces and classes. 
 

Uses of FuzzyMatrix in org.decisiondeck.xmcda_oo.utils.matrix
 

Subclasses of FuzzyMatrix in org.decisiondeck.xmcda_oo.utils.matrix
 class AltFuzzyMatrix
           
 

Methods in org.decisiondeck.xmcda_oo.utils.matrix that return FuzzyMatrix
static
<RowT,ColumnT>
FuzzyMatrix<RowT,ColumnT>
FuzzyMatrix.copyAndConvert(IRdFloatMatrix<RowT,ColumnT> matrix)
          Creates a new matrix containing the same values as the one given, if it is possible.
 

Constructors in org.decisiondeck.xmcda_oo.utils.matrix with parameters of type FuzzyMatrix
FuzzyMatrix(FuzzyMatrix<RowType,ColumnType> matrix)
          Copy constructor, by reference.
 



Copyright © 2011. All Rights Reserved.