Documentation of 'org.ejml.ops.MatrixVisualization' Java class
MatrixVisualization
org.ejml.ops

Class MatrixVisualization



  • public class MatrixVisualization
    extends java.lang.Object

    Functions for visualizing matrices in a GUI matrices.

    NOTE: In some embedded applications there is no GUI or AWT is not supported (like in Android) so excluding this class is necessary.

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static void show(D1Matrix64F A, java.lang.String title)
      Creates a window visually showing the matrix's state.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MatrixVisualization

        public MatrixVisualization()
    • Method Detail

      • show

        public static void show(D1Matrix64F A,
                                java.lang.String title)
        Creates a window visually showing the matrix's state. Block means an element is zero. Red positive and blue negative. More intense the color larger the element's absolute value is.
        Parameters:
        A - A matrix.
        title - Name of the window.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.