Uses of Class
dev.nm.misc.datastructure.FlexibleTable
-
Packages that use FlexibleTable Package Description dev.nm.misc.datastructure dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.lp.simplex -
-
Uses of FlexibleTable in dev.nm.misc.datastructure
Constructors in dev.nm.misc.datastructure with parameters of type FlexibleTable Constructor Description FlexibleTable(FlexibleTable that)
Copy constructor. -
Uses of FlexibleTable in dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.lp.simplex
Subclasses of FlexibleTable in dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.lp.simplex Modifier and Type Class Description class
SimplexTable
This is a simplex table used to solve a linear programming problem using a simplex method.Methods in dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.lp.simplex that return FlexibleTable Modifier and Type Method Description 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. 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)
Methods in dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.lp.simplex with parameters of type FlexibleTable Modifier and Type Method 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)
-