|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.metanotion.numerics.SparseMatrix
public class SparseMatrix
| Field Summary | |
|---|---|
protected double[] |
aa
|
protected int |
arraysize
|
protected int |
columns
|
protected int |
count
|
protected int[] |
ja
|
protected int |
rows
|
| Constructor Summary | |
|---|---|
SparseMatrix(int rows,
int columns)
|
|
| Method Summary | |
|---|---|
double |
get(int x,
int y)
|
void |
setElementAt(double val,
int x,
int y)
|
double[] |
times(double[] x)
|
void |
times(double[] x,
double[] out)
|
double[] |
timesWithTranpose(double[] x)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int rows
protected int columns
protected int count
protected int arraysize
protected double[] aa
protected int[] ja
| Constructor Detail |
|---|
public SparseMatrix(int rows,
int columns)
| Method Detail |
|---|
public void times(double[] x,
double[] out)
public double[] times(double[] x)
public double[] timesWithTranpose(double[] x)
public void setElementAt(double val,
int x,
int y)
public double get(int x,
int y)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||