public class MatrixVisualization extends 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 |
|---|
MatrixVisualization() |
| Modifier and Type | Method and Description |
|---|---|
static void |
show(D1Matrix64F A,
String title)
Creates a window visually showing the matrix's state.
|
public static void show(D1Matrix64F A, String title)
A - A matrix.title - Name of the window.Copyright © 2013. All Rights Reserved.