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