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 Type Method Description
    void fillValues​(MatrixND matrix)
    Fill a matrix after dimensions reductions.
  • Method Details

    • fillValues

      void fillValues​(MatrixND matrix)
      Fill a matrix after dimensions reductions.
      Parameters:
      matrix - matrix to fill