| Package | Description |
|---|---|
| com.intersult.ai.util |
| Modifier and Type | Method and Description |
|---|---|
BoolMatrix |
BoolMatrix.add(BoolMatrix matrix) |
BoolMatrix |
BoolMatrix.multiply(BoolMatrix matrix) |
BoolMatrix |
BoolMatrix.negate() |
BoolMatrix |
BoolMatrix.subtract(BoolMatrix matrix) |
BoolMatrix |
BoolMatrix.transpose() |
static BoolMatrix |
BoolMatrix.unity(int size) |
static BoolMatrix |
BoolMatrix.unity(int height,
int width) |
static BoolMatrix |
BoolMatrix.vector(boolean... values) |
| Modifier and Type | Method and Description |
|---|---|
BoolMatrix |
BoolMatrix.add(BoolMatrix matrix) |
BoolMatrix |
BoolMatrix.multiply(BoolMatrix matrix) |
boolean |
BoolMatrix.scalar(BoolMatrix matrix) |
BoolMatrix |
BoolMatrix.subtract(BoolMatrix matrix) |
Copyright © 2014 Intersult GmbH. All rights reserved.