Package org.nuiton.math.matrix
Interface MatrixProvider
public interface MatrixProvider
Matrix provider used by
MatrixProxy to fill matrix value after
dimensions reductions.- Version:
- $Revision$ Last update : $Date$ By : $Author$
- Author:
- chatellier
-
Method Summary
Modifier and TypeMethodDescriptionvoidfillValues(MatrixND matrix) Fill a matrix after dimensions reductions.
-
Method Details
-
fillValues
Fill a matrix after dimensions reductions.- Parameters:
matrix- matrix to fill
-