Package | Description |
---|---|
org.nd4j.linalg.util |
Modifier and Type | Method and Description |
---|---|
static ComplexNDArrayUtil.MatrixOp |
ComplexNDArrayUtil.MatrixOp.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComplexNDArrayUtil.MatrixOp[] |
ComplexNDArrayUtil.MatrixOp.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static IComplexNDArray |
ComplexNDArrayUtil.doSliceWise(ComplexNDArrayUtil.MatrixOp op,
IComplexNDArray arr)
Does slice wise ops on matrices and
returns the aggregate results in one matrix
|
Copyright © 2014. All Rights Reserved.