Package | Description |
---|---|
dev.nm.misc.datastructure | |
dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.lp.simplex |
Constructor and Description |
---|
FlexibleTable(FlexibleTable that)
Copy constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
SimplexTable
This is a simplex table used to solve a linear programming problem using a simplex method.
|
Modifier and Type | Method and Description |
---|---|
FlexibleTable |
JordanExchange.swap(FlexibleTable A,
int r,
int s)
Constructs a new table by exchanging the r-th row with the s-th column in
A using Jordan Exchange.
|
FlexibleTable |
JordanExchange.swap(MatrixTable A,
int r,
int s)
Constructs a new table by exchanging the r-th row with the s-th column in
A using Jordan Exchange.
|
FlexibleTable |
JordanExchange.swapInPlace(FlexibleTable A,
int r,
int s) |
Modifier and Type | Method and Description |
---|---|
FlexibleTable |
JordanExchange.swap(FlexibleTable A,
int r,
int s)
Constructs a new table by exchanging the r-th row with the s-th column in
A using Jordan Exchange.
|
FlexibleTable |
JordanExchange.swapInPlace(FlexibleTable A,
int r,
int s) |
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.