Documentation of 'org.apache.commons.math3.linear.RealVectorPreservingVisitor' Java class
RealVectorPreservingVisitor
org.apache.commons.math3.linear

Interface RealVectorPreservingVisitor



  • public interface RealVectorPreservingVisitor
    This interface defines a visitor for the entries of a vector. Visitors implementing this interface do not alter the entries of the vector being visited.
    Since:
    3.1
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      double end()
      End visiting a vector.
      void start(int dimension, int start, int end)
      Start visiting a vector.
      void visit(int index, double value)
      Visit one entry of the vector.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.