Serialized Form


Package org.jmat.data

Class org.jmat.data.Matrix implements Serializable

Serialized Fields

A

double[][] A
Array for internal storage of elements.

internal array storage.

m

int m
Row and column dimensions.

row dimension.

n

int n
Row and column dimensions.

row dimension.

Class org.jmat.data.RandomMatrix implements Serializable

Serialized Fields

isSample

boolean isSample
Is the RandomMatrix a sample or an overal population?


Package org.jmat.data.matrixDecompositions

Class org.jmat.data.matrixDecompositions.CholeskyDecomposition implements Serializable

Serialized Fields

L

double[][] L
Array for internal storage of decomposition.

internal array storage.

n

int n
Row and column dimension (square matrix).

matrix dimension.

isspd

boolean isspd
Symmetric and positive definite flag.

is symmetric and positive definite flag.

Class org.jmat.data.matrixDecompositions.EigenvalueDecomposition implements Serializable

Serialized Fields

n

int n
Row and column dimension (square matrix).

matrix dimension.

issymmetric

boolean issymmetric
Symmetry flag.

internal symmetry flag.

d

double[] d
Arrays for internal storage of eigenvalues.

internal storage of eigenvalues.

e

double[] e
Arrays for internal storage of eigenvalues.

internal storage of eigenvalues.

V

double[][] V
Array for internal storage of eigenvectors.

internal storage of eigenvectors.

H

double[][] H
Array for internal storage of nonsymmetric Hessenberg form.

internal storage of nonsymmetric Hessenberg form.

ort

double[] ort
Working storage for nonsymmetric algorithm.

working storage for nonsymmetric algorithm.

Class org.jmat.data.matrixDecompositions.LUDecomposition implements Serializable

Serialized Fields

LU

double[][] LU
Array for internal storage of decomposition.

internal array storage.

m

int m
Row and column dimensions, and pivot sign.

column dimension.

n

int n
Row and column dimensions, and pivot sign.

column dimension.

pivsign

int pivsign
Row and column dimensions, and pivot sign.

column dimension.

piv

int[] piv
Internal storage of pivot vector.

pivot vector.

Class org.jmat.data.matrixDecompositions.QRDecomposition implements Serializable

Serialized Fields

QR

double[][] QR
Array for internal storage of decomposition.

internal array storage.

m

int m
Row and column dimensions.

column dimension.

n

int n
Row and column dimensions.

column dimension.

Rdiag

double[] Rdiag
Array for internal storage of diagonal of R.

diagonal of R.

Class org.jmat.data.matrixDecompositions.SingularValueDecomposition implements Serializable

Serialized Fields

U

double[][] U
Arrays for internal storage of U and V.

internal storage of U.

V

double[][] V
Arrays for internal storage of U and V.

internal storage of U.

s

double[] s
Array for internal storage of singular values.

internal storage of singular values.

m

int m
Row and column dimensions.

row dimension.

n

int n
Row and column dimensions.

row dimension.


Package org.jmat.io.gui

Class org.jmat.io.gui.DataPanel implements Serializable

Serialized Fields

toolBar

DataToolBar toolBar

scrollPane

javax.swing.JScrollPane scrollPane

Class org.jmat.io.gui.FrameView implements Serializable

Class org.jmat.io.gui.MatrixTablePanel implements Serializable

Serialized Fields

table

javax.swing.JTable table

model

javax.swing.table.TableModel model

M

Matrix M

viewHeaders

boolean viewHeaders

headers

java.lang.String[] headers

Class org.jmat.io.gui.ParametersPanel implements Serializable

Serialized Fields

defaultSize

java.awt.Dimension defaultSize

paramLabels

java.lang.String[] paramLabels

paramValues

java.lang.String[] paramValues

isList

boolean[] isList

paramValuesIndex

int[] paramValuesIndex

paramChoices

java.lang.String[][] paramChoices

labels

javax.swing.JLabel[] labels

fields

javax.swing.JComboBox[] fields

action

java.lang.Runnable action

Class org.jmat.io.gui.Plot2DPanel implements Serializable

Class org.jmat.io.gui.Plot3DPanel implements Serializable

Class org.jmat.io.gui.PlotPanel implements Serializable

Serialized Fields

base

Base base

grid

Grid grid

plots

java.util.Vector plots

objects

java.util.Vector objects

ActionMode

int ActionMode

mouseCurent

int[] mouseCurent

mouseClick

int[] mouseClick

toolBar

PlotToolBar toolBar

Class org.jmat.io.gui.TextPanel implements Serializable

Serialized Fields

text

java.lang.StringBuffer text

textArea

javax.swing.JTextArea textArea


Package org.jmat.io.gui.components

Class org.jmat.io.gui.components.DatasFrame implements Serializable

Serialized Fields

plotPanel

PlotPanel plotPanel

panel

javax.swing.JPanel panel

Class org.jmat.io.gui.components.DataToolBar implements Serializable

Serialized Fields

buttonPasteToClipboard

javax.swing.JButton buttonPasteToClipboard

buttonSaveFile

javax.swing.JButton buttonSaveFile

denySaveSecurity

boolean denySaveSecurity

fileChooser

javax.swing.JFileChooser fileChooser

dataPanel

DataPanel dataPanel

Class org.jmat.io.gui.components.PlotToolBar implements Serializable

Serialized Fields

buttonGroup

javax.swing.ButtonGroup buttonGroup

buttonCenter

javax.swing.JToggleButton buttonCenter

buttonZoom

javax.swing.JToggleButton buttonZoom

buttonRotate

javax.swing.JToggleButton buttonRotate

buttonViewCoords

javax.swing.JToggleButton buttonViewCoords

buttonSetScales

javax.swing.JButton buttonSetScales

buttonDatas

javax.swing.JButton buttonDatas

buttonSaveGraphic

javax.swing.JButton buttonSaveGraphic

buttonReset

javax.swing.JButton buttonReset

denySaveSecurity

boolean denySaveSecurity

fileChooser

javax.swing.JFileChooser fileChooser

plotPanel

PlotPanel plotPanel
the currently selected PlotPanel

Class org.jmat.io.gui.components.SetScalesFrame implements Serializable

Serialized Fields

plotPanel

PlotPanel plotPanel

panel

javax.swing.JPanel panel

Class org.jmat.io.gui.components.SetScalesFrame.ScalePanel implements Serializable

Serialized Fields

plotPanel

PlotPanel plotPanel

numAxe

int numAxe

title

java.lang.String title

scaleType

int scaleType

min

double min

max

double max

title_label

javax.swing.JLabel title_label

title_field

javax.swing.JTextField title_field

scale_label

javax.swing.JLabel scale_label

scale_group

javax.swing.ButtonGroup scale_group

linear_check

javax.swing.JRadioButton linear_check

log_check

javax.swing.JRadioButton log_check

bounds_label

javax.swing.JLabel bounds_label

min_label

javax.swing.JLabel min_label

max_label

javax.swing.JLabel max_label

min_field

javax.swing.JTextField min_field

max_field

javax.swing.JTextField max_field

bounds_auto

javax.swing.JButton bounds_auto