Uses of Class
jline.util.matrix.SymMatrix
Packages that use SymMatrix
Package
Description
Load-dependent Product Form Queueing Network algorithms.
Matrix operations and linear algebra utilities for queueing analysis.
-
Uses of SymMatrix in jline.api.pfqn.ld
Methods in jline.api.pfqn.ld with parameters of type SymMatrixModifier and TypeMethodDescriptionstatic Ret.pfqnNcSymPfqn_gld_sym.pfqn_gld_sym(SymMatrix L, Matrix N, SymMatrix mu) Normalizing constant of a load-dependent closed network, symbolically.static Ret.pfqnNcSymPfqn_gldsingle_sym.pfqn_gldsingle_sym(SymMatrix L, Matrix N, SymMatrix mu) Normalizing constant of a single-class load-dependent model, symbolically. -
Uses of SymMatrix in jline.util.matrix
Methods in jline.util.matrix that return SymMatrixModifier and TypeMethodDescriptionSymMatrix.copy()SymMatrix.extractColumns(int col0, int col1) Columns[col0,col1)as a new matrix.SymMatrix.extractRows(int row0, int row1) Rows[row0,row1)as a new matrix.static SymMatrixSymMatrix.of(SymContext ctx, double[][] values) A matrix of the given numeric values, carried in exactly.