| Package | Description |
|---|---|
| de.jungblut.math.cuda |
| Modifier and Type | Method and Description |
|---|---|
static de.jungblut.math.dense.DenseDoubleMatrix |
JCUDAMatrixUtils.multiply(jcuda.Pointer a,
jcuda.Pointer b,
MatrixDimension dim)
Multiplies matrix A with matrix B (these are pointers, thus the dimension
must be passed and returns a new matrix.
|
Copyright © 2016. All rights reserved.