A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Z
K
- kahn(jline.util.matrix.Matrix) - function in jline.util.graph.DirectedGraph
- Performs topological sorting using Kahn's algorithm.
- KCHOICES - enum entry in jline.lang.constant.RoutingStrategy
Power of K choices - select best among K randomly chosen destinations
- keep(boolean) - function in jline.solvers.SolverOptions
- Sets whether to keep intermediate results and temporary files (builder pattern).
- keep(boolean) - function in jline.solvers.SolverOptions
- Sets whether to keep intermediate results and temporary files (builder pattern).
- keepCols(java.util.Collection) - function in jline.util.matrix.Matrix
- Keeps only the specified columns in the matrix.
- keepRows(java.util.Collection) - function in jline.util.matrix.Matrix
- Keeps only the specified rows in the matrix.
- keySet() - function in jline.solvers.AvgHandle
- Returns the set of all stations that have metrics stored.
- KLIMITED - enum entry in jline.lang.constant.PollingType
- KolmogorovSmirnovDistKt - class in jline.api.measures
- Kolmogorov Smirnov Dist algorithms
- kpcqbd_fit(jline.util.matrix.MatrixCell,java.lang.Integer,java.lang.Integer,kotlin.DoubleArray) - function in kroqbd.Kpcqbd_fitKt
- Fit a KPC-QBD model to simulation probabilities
- kpcqbd_fit_exact(jline.util.matrix.MatrixCell,java.lang.Integer,java.lang.Integer,kotlin.DoubleArray) - function in kroqbd.Kpcqbd_fit_exactKt
- Fit exact QBD model (without KPC decomposition)
- Kpcqbd_fit_exactKt - class in kroqbd
- Kpcqbd_fitKt - class in kroqbd
- kpcqbd_solve(jline.util.matrix.MatrixCell,jline.util.matrix.MatrixCell,java.lang.Integer) - function in kroqbd.Kpcqbd_solveKt
- Solve QBD using Woodbury identity for KPC service process
- kpcqbd_solve_exact(jline.util.matrix.MatrixCell,jline.util.matrix.MatrixCell,java.lang.Integer) - function in kroqbd.Kpcqbd_solveKt
- Solve QBD for exact (non-KPC) service process
- Kpcqbd_solveKt - class in kroqbd
- KpcqbdFitResult - class in kroqbd
- Data class to hold KPC-QBD fitting results
- KpcqbdQueuefittingRun - class in kroqbd
- Main runner for KPC-QBD queue fitting
- kron(jline.util.matrix.Matrix) - function in jline.util.matrix.Matrix
- Computes the Kronecker product of this matrix and another matrix.
- krons(jline.util.matrix.Matrix) - function in jline.util.matrix.Matrix
- Computes the Kronecker sum of two matrices: A ⊕ B = A ⊗ I + I ⊗ B, where ⊗ is the Kronecker product and I is the identity matrix of matching size.
- kronStatic(org.ejml.data.DMatrixRMaj,org.ejml.data.DMatrixRMaj,org.ejml.data.DMatrixRMaj) - function in jline.util.matrix.DenseMatrix
- Computes the Kronecker product of two dense matrices: A ⊗ B.
- kroqbd - package kroqbd
- KuiperDistKt - class in jline.api.measures
- Kuiper Dist algorithms