C F G L M P R S

C

CSparseWin0 - class CSparseWin0.
As we perform linear algebra operations on a sparse matrix, this window displays the changing sparsity pattern and other information.
CSparseWin0(String, int, int, int, int, int) - Constructor for class CSparseWin0
Constructor.

F

Format - class Format.
Formatting utilities.
Format() - Constructor for class Format
 

G

getMinimumSize() - Method in class LineChart
 
getPreferredSize() - Method in class LineChart
 

L

LineChart - class LineChart.
A simple chart showing one or more line graphs.
LineChart() - Constructor for class LineChart
 

M

main(String[]) - Static method in class LineChart
Takes arguments u0 v0 u1 v1 u2 v2, etc., all ≥ 0, and plots a chart with two line graphs, one for u and one for v.

P

paintComponent(Graphics) - Method in class LineChart
 

R

round(float, int) - Static method in class Format
Given the float x, rounds it off to the nearest dec_places decimal places, if any.
roundToSigFig(float, int) - Static method in class Format
Converts the number of significant figures (sig_figs) into the appropriate number of decimal places, then passes off the work to Format.round(float, int).

S

saveComponent(JComponent, Component, String) - Static method in class StatWin
Saves a JComponent's image to a file in a format like png or jpg.
setCorner(int) - Method in class CSparseWin0
Says the upper-left block 0 ≤ i, j < corner should be assumed to be diagonal.
setCounter(int[]) - Method in class CSparseWin0
Resets the data showing the sparsity pattern, and requests a repaint.
setData(float[][], String[], Color[]) - Method in class LineChart
Main method to set the chart's data.
setDataSetVisible(int, boolean) - Method in class LineChart
Set the visibility of the i-th data series (default true).
setMaxY(float) - Method in class LineChart
Sets the maximum y value.
setNote(String) - Method in class CSparseWin0
Sets a note at the top of the screen.
setSignificantFigures(int) - Method in class LineChart
Sets the number of significant figures (default 3) in the labels on the y-axis.
setTitles(String, String, String) - Method in class LineChart
Sets the titles.
setToolTip(MouseEvent) - Method in class LineChart
Sets a tooltip on this LineChart.
setYellow(int, int) - Method in class CSparseWin0
Sets columns a ≤ j < b to be solid yellow.
shh2.javasrc - package shh2.javasrc
 
show(double[], String, int) - Static method in class StatWin
Shows a line graph.
StatWin - class StatWin.
StatWin.show(double[], java.lang.String, int) displays a window with a line graph.
StatWin(double[], int) - Constructor for class StatWin
Constructor.

C F G L M P R S