public class FMatrixVisualization
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.
Constructor and Description |
---|
FMatrixVisualization() |
Modifier and Type | Method and Description |
---|---|
static void |
show(org.ejml.data.FMatrixD1 A,
java.lang.String title)
Creates a window visually showing the matrix's state.
|
public static void show(org.ejml.data.FMatrixD1 A, java.lang.String title)
A
- A matrix.title
- Name of the window.