Package org.nuiton.math.matrix
Interface MatrixProvider
-
public interface MatrixProvider
Matrix provider used byMatrixProxy
to fill matrix value after dimensions reductions.- Version:
- $Revision$ Last update : $Date$ By : $Author$
- Author:
- chatellier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
fillValues(MatrixND matrix)
Fill a matrix after dimensions reductions.
-
-
-
Method Detail
-
fillValues
void fillValues(MatrixND matrix)
Fill a matrix after dimensions reductions.- Parameters:
matrix
- matrix to fill
-
-