public final class MatrixDimension extends Object
| Constructor and Description |
|---|
MatrixDimension(de.jungblut.math.DoubleMatrix a,
de.jungblut.math.DoubleMatrix b)
Creates matrix dimensions from two matrices.
|
MatrixDimension(de.jungblut.math.DoubleMatrix a,
de.jungblut.math.DoubleMatrix b,
boolean transposeA,
boolean transposeB)
Creates matrix dimensions from two matrices.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getK() |
int |
getLdA() |
int |
getLdB() |
int |
getLdC() |
int |
getM() |
int |
getN() |
boolean |
isTransposeA() |
boolean |
isTransposeB() |
String |
toString() |
public MatrixDimension(de.jungblut.math.DoubleMatrix a,
de.jungblut.math.DoubleMatrix b)
public MatrixDimension(de.jungblut.math.DoubleMatrix a,
de.jungblut.math.DoubleMatrix b,
boolean transposeA,
boolean transposeB)
a - matrix Ab - matrix BtransposeA - true if transpose AtransposeB - true if tranpose BCopyright © 2016. All rights reserved.