public static class StackResampler.LinearTransformation extends Object
| Constructor and Description |
|---|
LinearTransformation() |
| Modifier and Type | Method and Description |
|---|---|
static double[][] |
invert(double[][] matrix) |
static double[] |
multiply(double[][] matrix,
double[] vector) |
static double[][] |
multiply(double[][] firstMatrix,
double[][] secondMatrix) |
Copyright © 2023. All rights reserved.