static void |
HouseholderHermitian.invoke(double[] data,
Householder.Primitive householder,
double[] worker) |
static void |
HouseholderLeft.invoke(double[] data,
int structure,
int first,
int limit,
Householder.Primitive householder) |
static boolean |
GenerateApplyAndCopyHouseholderColumn.invoke(double[] data,
int structure,
int row,
int col,
Householder.Primitive destination) |
static boolean |
GenerateApplyAndCopyHouseholderRow.invoke(double[] data,
int structure,
int row,
int col,
Householder.Primitive destination) |
static void |
HouseholderRight.invoke(double[] data,
int structure,
int firstRow,
int rowLimit,
int numberOfColumns,
Householder.Primitive householder,
double[] work) |