| Modifier and Type | Method and Description |
|---|---|
DenseMatrix |
add(DenseMatrix m) |
DenseMatrix |
add(DiagonalMatrix m) |
Matrix |
add(Matrix m) |
static DenseMatrix |
generate(clojure.lang.IFn.D g,
int nr,
int nc)
g is a 'function' of no arguments, which is
expected to return a different value on each call, typically
wrapping some pseudo-random number generator. |
double |
get(int i,
int j) |
static DenseMatrix |
make(double[][] e) |
int |
ncols() |
int |
nrows() |
public final DenseMatrix add(DiagonalMatrix m)
public final DenseMatrix add(DenseMatrix m)
public static final DenseMatrix make(double[][] e)
public static final DenseMatrix generate(clojure.lang.IFn.D g, int nr, int nc)
g is a 'function' of no arguments, which is
expected to return a different value on each call, typically
wrapping some pseudo-random number generator.Copyright © 2017. All rights reserved.