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