|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FloatMatrix | |
|---|---|
| org.decisiondeck.xmcda_oo.structure | |
| org.decisiondeck.xmcda_oo.utils.matrix | Provides matrix interfaces and classes. |
| Uses of FloatMatrix in org.decisiondeck.xmcda_oo.structure |
|---|
| Subclasses of FloatMatrix in org.decisiondeck.xmcda_oo.structure | |
|---|---|
class |
EvaluationMatrix
A matrix which is able to store, at specific positions given by an alternative (as the row) and a criterion (as the column), an evaluation of how the given alternative performs from the point of view of the given criterion. |
| Constructors in org.decisiondeck.xmcda_oo.structure with parameters of type FloatMatrix | |
|---|---|
EvaluationMatrix(FloatMatrix<Alternative,Criterion> matrix)
Copy constructor, by reference. |
|
| Uses of FloatMatrix in org.decisiondeck.xmcda_oo.utils.matrix |
|---|
| Methods in org.decisiondeck.xmcda_oo.utils.matrix that return FloatMatrix | ||
|---|---|---|
static
|
FloatMatrix.copy(IRdFloatMatrix<RowT,ColumnT> matrix)
Creates a new matrix containing the same values as the one given. |
|
| Constructors in org.decisiondeck.xmcda_oo.utils.matrix with parameters of type FloatMatrix | |
|---|---|
FloatMatrix(FloatMatrix<RowType,ColumnType> matrix)
Copy constructor, by reference. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||