Uses of Class
net.sourceforge.cilib.container.Matrix

Packages that use Matrix
net.sourceforge.cilib.container   
net.sourceforge.cilib.problem.dataset   
net.sourceforge.cilib.problem.mappingproblem   
 

Uses of Matrix in net.sourceforge.cilib.container
 

Methods in net.sourceforge.cilib.container that return Matrix
 Matrix<E> Matrix.getClone()
          Deprecated. Create a cloned copy of the current object and return it.
 

Constructors in net.sourceforge.cilib.container with parameters of type Matrix
Matrix(Matrix<E> copy)
          Deprecated. Copy constructor.
 

Uses of Matrix in net.sourceforge.cilib.problem.dataset
 

Methods in net.sourceforge.cilib.problem.dataset that return Matrix
 Matrix<Double> MatrixDataSetBuilder.getMatrix()
          Get the constructed Matrix.
 

Uses of Matrix in net.sourceforge.cilib.problem.mappingproblem
 

Methods in net.sourceforge.cilib.problem.mappingproblem with parameters of type Matrix
 Fitness CurvilinearDistEvaluator.evaluateMapping(Matrix<Double> d)
          Implements the evaluateMapping function as required by.
 Fitness CurvilinearCompEvaluator.evaluateMapping(Matrix<Double> dist)
          Implements the evaluateMapping function as required by.
 Fitness KruskalEvaluator.evaluateMapping(Matrix<Double> dist)
          Implements the evaluateMapping function as required by NonlinearMappingProblem.
 Fitness MappingEvaluator.evaluateMapping(Matrix<Double> dist)
          Get called in order to perform an evaluation.
protected abstract  void MappingProblem.performMapping(Matrix<Double> inputs, Vector distmatrix, Matrix<Double> outputs)
          This function is there to perform the mapping.
protected abstract  void MappingProblem.performMapping(Matrix<Double> inputs, Vector distmatrix, Matrix<Double> outputs)
          This function is there to perform the mapping.
protected  void LinearMappingProblem.performMapping(Matrix<Double> input, Vector matrix, Matrix<Double> output)
          This function performs the actual mapping.
protected  void LinearMappingProblem.performMapping(Matrix<Double> input, Vector matrix, Matrix<Double> output)
          This function performs the actual mapping.
 



Copyright © 2009 CIRG. All Rights Reserved.