Uses of Class
jline.util.ComplexMatrix
Package
Description
Procedural algorithms for solving stochastic models
This package contains some fundamental data structures and utilities
-
Uses of ComplexMatrix in jline.api
Modifier and TypeMethodDescriptionstatic Ret.pfqnNcComplex
PFQN.pfqn_gld_complex
(ComplexMatrix L, Matrix N, Matrix mu, SolverOptions options) Compute the normalizing constant of a single-class load-dependent closed queueing network model with complex demands.static Ret.pfqnNcComplex
PFQN.pfqn_gldsingle_complex
(ComplexMatrix L, Matrix N, Matrix mu, SolverOptions options) Auxiliary function used by pfqn_gld to computer the normalizing constant in a single-class load-dependent model with complex demands. -
Uses of ComplexMatrix in jline.util
Modifier and TypeMethodDescriptionComplexMatrix.clone()
static ComplexMatrix
ComplexMatrix.concatRows
(ComplexMatrix top, ComplexMatrix bottom, ComplexMatrix out) static ComplexMatrix
ComplexMatrix.extractRows
(ComplexMatrix A, int row0, int row1, ComplexMatrix out) static ComplexMatrix
Maths.num_grad_h_complex
(Matrix x0, double h, SerializableFunction<Matrix, ComplexMatrix> hfun) static ComplexMatrix
Maths.num_hess_h_complex
(Matrix x0, double h, SerializableFunction<Matrix, ComplexMatrix> hfun) ComplexMatrix.sumRows()
Modifier and TypeMethodDescriptionstatic ComplexMatrix
ComplexMatrix.concatRows
(ComplexMatrix top, ComplexMatrix bottom, ComplexMatrix out) static ComplexMatrix
ComplexMatrix.extractRows
(ComplexMatrix A, int row0, int row1, ComplexMatrix out) Modifier and TypeMethodDescriptionMaths.laplaceapprox_h_complex
(Matrix x0, SerializableFunction<Matrix, ComplexMatrix> h) static ComplexMatrix
Maths.num_grad_h_complex
(Matrix x0, double h, SerializableFunction<Matrix, ComplexMatrix> hfun) static ComplexMatrix
Maths.num_hess_h_complex
(Matrix x0, double h, SerializableFunction<Matrix, ComplexMatrix> hfun) ModifierConstructorDescriptionlaplaceApproxComplexReturn
(ComplexMatrix H, org.apache.commons.math3.complex.Complex I, org.apache.commons.math3.complex.Complex logI)