Uses of Class
jline.util.symbolic.SymContext
Packages that use SymContext
Package
Description
Matrix operations and linear algebra utilities for queueing analysis.
-
Uses of SymContext in jline.util.matrix
Methods in jline.util.matrix that return SymContextMethods in jline.util.matrix with parameters of type SymContextModifier and TypeMethodDescriptionstatic SymMatrixSymMatrix.of(SymContext ctx, double[][] values) A matrix of the given numeric values, carried in exactly.Constructors in jline.util.matrix with parameters of type SymContextModifierConstructorDescriptionSymMatrix(SymContext ctx, int rows, int cols) A zero-filled matrix. -
Uses of SymContext in jline.util.symbolic
Methods in jline.util.symbolic that return SymContextModifier and TypeMethodDescriptionSymExpr.context()static SymContextA context over the given variable names, in the order given.static SymContextA context over the given variable names, in the order given.