Documentation of 'org.la4j.matrix.functor.MatrixProcedure' Java class
MatrixProcedure
org.la4j.matrix.functor

Interface MatrixProcedure



  • public interface MatrixProcedure
    A matrix procedure that performs an action of every matrix element.
    • Method Detail

      • apply

        void apply(int i,
                   int j,
                   double value)
        Acts on a matrix element.
        Parameters:
        i - the row index
        j - the columns
        value - the element's value

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.