public final class GenerateApplyAndCopyHouseholderRow extends MatrixOperation
Modifier and Type | Field and Description |
---|---|
static GenerateApplyAndCopyHouseholderRow |
SETUP |
static int |
THRESHOLD |
Modifier and Type | Method and Description |
---|---|
static boolean |
invoke(double[] data,
int structure,
int row,
int col,
Householder.Primitive destination) |
static <N extends Number & Scalar<N>> |
invoke(N[] data,
int structure,
int row,
int col,
Householder.Generic<N> destination,
Scalar.Factory<N> scalar) |
int |
threshold() |
setAllOperationThresholds, setThresholdsMaxValue, setThresholdsMinValue, workers
public static final GenerateApplyAndCopyHouseholderRow SETUP
public static int THRESHOLD
public static boolean invoke(double[] data, int structure, int row, int col, Householder.Primitive destination)
public static <N extends Number & Scalar<N>> boolean invoke(N[] data, int structure, int row, int col, Householder.Generic<N> destination, Scalar.Factory<N> scalar)
public int threshold()
threshold
in class MatrixOperation
Copyright © 2019 Optimatika. All rights reserved.