org.nuiton.math.matrix
Interface MatrixIterator

All Superinterfaces:
BasicMatrixIterator
All Known Implementing Classes:
MatrixIteratorImpl, SubMatrix.SubMatrixIteratorImpl

public interface MatrixIterator
extends BasicMatrixIterator

MatrixIterator. Created: 28 oct. 2004

Version:
$Revision: 187 $ Mise a jour: $Date: 2009-10-16 19:17:29 +0200 (ven., 16 oct. 2009) $ par : $Author: tchemit $
Author:
Benjamin Poussin

Method Summary
 Object[] getSemanticsCoordinates()
          Retourne les coordonnés de l'élément, en sémantique.
 
Methods inherited from interface org.nuiton.math.matrix.BasicMatrixIterator
getCoordinates, getValue, hasNext, next, setValue
 

Method Detail

getSemanticsCoordinates

Object[] getSemanticsCoordinates()
Retourne les coordonnés de l'élément, en sémantique. Si la matrice n'a pas de sémantique alors retourne null.

Returns:
current element semantics


Copyright © 2004-2010 CodeLutin. All Rights Reserved.