public static class StackResampler.LinearTransformation extends Object
| Constructor and Description |
|---|
LinearTransformation() |
| Modifier and Type | Method and Description |
|---|---|
static double[][] |
invert(double[][] matrix)
Inverts a matrix.
|
static double[] |
multiply(double[][] matrix,
double[] vector)
Multiples a matrix with a vector.
|
static double[][] |
multiply(double[][] firstMatrix,
double[][] secondMatrix)
Multiplies two matrices.
|
public static double[][] multiply(double[][] firstMatrix,
double[][] secondMatrix)
firstMatrix - input matrix one.secondMatrix - input matrix two.public static double[] multiply(double[][] matrix,
double[] vector)
matrix - Input matrix.vector - Input vector.public static double[][] invert(double[][] matrix)
matrix - Input matrix.Copyright © 2023. All rights reserved.