|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.croftsoft.apps.insight.Matrix
public class Matrix
| Constructor Summary | |
|---|---|
Matrix(int rows,
int columns)
|
|
Matrix(Matrix old)
|
|
| Method Summary | |
|---|---|
Matrix |
add(double addend)
|
Matrix |
add(Matrix addend)
|
double[] |
array_column(int column)
|
Matrix |
clip(double min,
double max)
|
static void |
demo()
|
void |
display()
|
Matrix |
divide(double factor)
|
static Matrix |
identity(Matrix old)
|
Point |
max_indices()
|
static Matrix |
multiply_elements(Matrix a,
Matrix b)
|
Matrix |
multiply(double factor)
|
Matrix |
multiply(Matrix right)
|
static Matrix |
multiply(Matrix left,
Matrix right)
|
Matrix |
randomize_uniform(double min,
double max)
|
Matrix |
sigmoid_derivative()
|
Matrix |
sigmoid()
|
Matrix |
square_elements()
|
Matrix |
sub_matrix(int row_start,
int row_end,
int col_start,
int col_end)
|
Matrix |
subtract(Matrix subtractor)
|
double |
sum()
|
Matrix |
transpose()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Matrix(int rows,
int columns)
public Matrix(Matrix old)
| Method Detail |
|---|
public Matrix add(double addend)
public Matrix add(Matrix addend)
public double[] array_column(int column)
public Matrix clip(double min,
double max)
public static void demo()
public void display()
public Matrix divide(double factor)
public static Matrix identity(Matrix old)
public Point max_indices()
public Matrix multiply(double factor)
public Matrix multiply(Matrix right)
public static Matrix multiply(Matrix left,
Matrix right)
public static Matrix multiply_elements(Matrix a,
Matrix b)
public Matrix randomize_uniform(double min,
double max)
public Matrix sigmoid()
public Matrix sigmoid_derivative()
public Matrix square_elements()
public Matrix sub_matrix(int row_start,
int row_end,
int col_start,
int col_end)
public Matrix subtract(Matrix subtractor)
public double sum()
public Matrix transpose()
|
CroftSoft Javadoc | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||