Home
last modified time | relevance | path

Searched refs:Sylvester (Results 1 – 25 of 1026) sorted by relevance

12345678910>>...42

/dports/math/linbox/linbox-1.6.3/linbox/blackbox/
H A Dntl-sylvester.inl40 inline Sylvester<Field>::~Sylvester()
44 std::cout << "Sylvester::~Sylvester():\tDestroyed a "
48 }// End, ~Sylvester()
56 Sylvester<Field>::Sylvester( const Field & F) : function in LinBox::Sylvester
64 std::cout << "Sylvester::Sylvester():\tCreated a " << rowDim << "x"<< colDim<<
78 Sylvester<Field>::Sylvester( function in LinBox::Sylvester
103 std::cout << "Sylvester::Sylvester(F,v,w):\tCreated a " << rowDim <<
118 }// Sylvester()
121 Sylvester<Field>::Sylvester( function in LinBox::Sylvester
147 std::cout << "Sylvester::Sylvester(F,v,w):\tCreated a " << rowDim <<
[all …]
H A Dntl-sylvester.h45 class Sylvester : public BlackboxInterface {
49 ~Sylvester(); // Destructor
50 Sylvester( const Field &F ); // Default Constructor
51 Sylvester( const Field F,
54 Sylvester(
70 typedef Sylvester<_Tp1> other;
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/include/elemental/control/
H A DSylvester.hpp35 Sylvester in Sylvester() function
65 Sylvester in Sylvester() function
97 Sylvester in Sylvester() function
121 Sylvester( m, W, X, signCtrl ); in Sylvester()
126 Sylvester in Sylvester() function
153 Sylvester( m, W, X, signCtrl ); in Sylvester()
H A DREADME.md12 - `Sylvester.hpp`: Solves A X + X B = C for X when A and B both have all of
18 "Solving Stable Sylvester Equations via Rational Iterative Schemes".
H A DLyapunov.hpp47 Sylvester( m, W, X, signCtrl ); in Lyapunov()
76 Sylvester( m, W, X, signCtrl ); in Lyapunov()
/dports/math/octave/octave-6.4.0/libinterp/corefcn/
H A Dsylvester.cc116 retval = Sylvester (ca, cb, cc);
126 retval = Sylvester (ca, cb, cc);
141 retval = Sylvester (ca, cb, cc);
151 retval = Sylvester (ca, cb, cc);
/dports/math/scilab/scilab-6.1.1/scilab/modules/cacsd/tests/unit_tests/
H A Dsylv.tst16 // Solve continuous-time Sylvester equation: A*X+X*B = C
23 // Solve modified discrete-time Sylvester equation: A*X*B+X = C
28 // Solve real discrete-time Sylvester equation: A*X*B+X = C
/dports/science/dynare/dynare-4.6.4/matlab/
H A Dfastgensylv.m7 %! Solves the Sylvester equation A * X + B * X * C + D = 0 for X.
84 …error(['fastgensylv:: Convergence not achieved in fixed point solution of Sylvester equation after…
91 % Solve the Sylvester equation:
106 % Sylvester equations", Computational & Applied Mathematics, Vol 27, n°1,
109 % - to get a unique solution for the Sylvester equation
H A Dgensylv_fp.m3 % Solve the Sylvester equation:
18 % Sylvester equations", Computational & Applied Mathematics, Vol 27, n°1,
21 % - to get a unique solution for the Sylvester equation
72 …error(['convergence not achieved in fixed point solution of Sylvester equation after ' int2str(it_…
/dports/math/pari/pari-2.13.3/src/functions/polynomials/
H A Dpolresultant8 uses either the subresultant algorithm, a modular algorithm or Sylvester's
9 matrix, depending on the inputs; 1 uses Sylvester's matrix (should always be
20 a modular algorithm (inputs in $\Q[X]$) or Sylvester's matrix (inexact
23 If $\fl=1$, uses the determinant of Sylvester's matrix instead; this should
H A Dpolsylvestermatrix8 Doc: forms the Sylvester matrix
/dports/math/R-cran-numbers/numbers/man/
H A Degyptian_methods.Rd24 \item{Fibonacci-Sylvester}
40 # 8/11 = 1/2 + 1/5 + 1/37 + 1/4070 (Fibonacci-Sylvester)
/dports/math/octave-forge-control/control-3.3.1/inst/
H A Ddlyap.m22 ## Solve discrete-time Lyapunov or Sylvester equations.
29 ## AXB' - X + C = 0 (Sylvester Equation)
69 case 3 # Sylvester equation
143 ## Sylvester
H A Dlyap.m22 ## Solve continuous-time Lyapunov or Sylvester equations.
29 ## AX + XB + C = 0 (Sylvester Equation)
70 case 3 # Sylvester equation
135 ## Sylvester
/dports/devel/spark/spark-2.1.1/sql/hive/src/test/resources/golden/
H A Dindex_serde-11-123301a057d4a46072d0431e00e20c4b1 7 Sylvester McCoy
/dports/math/fricas/fricas-1.3.7/src/algebra/
H A Dbezout.spad17 ++ Sylvester matrix and subresultant.
34 ++ sylvesterMatrix(p, q) returns the Sylvester matrix for the two
38 ++ subSylvesterMatrix(S, j) returns the jth sub-Sylvester matrix
42 ++ subSylvesterMatrix(S, j, i) returns sub-Sylvester matrix jSi.
124 -- of the standard Sylvester matrix for 'p' and 'q'
184 -- the Sylvester matrix m.
/dports/math/R-cran-survey/survey/man/
H A Dhadamard.Rd48 ## Sylvester-type
49 image(hadamard(63),main=quote("Sylvester: "*64==2^6))
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/include/elemental/
H A DREADME.md4 - `control/`: solvers for control theory (e.g., Sylvester equations)
/dports/math/p5-Math-Pari/pari-2.3.5/src/functions/polynomials/
H A Dpolresultant9 algorithm), 1 for arbitrary polynomials, using Sylvester's matrix, or 2:
/dports/math/R-cran-magic/magic/man/
H A Dhadamard.Rd14 \item{k}{Function \code{sylvester()} gives the \code{k}-th Sylvester
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/
H A DAUTHORS17 Sylvester Willis <sylvester.lee.willis@gmail.com>
/dports/science/dynare/dynare-4.6.4/matlab/discretionary_policy/
H A Ddiscretionary_policy_engine.m236 % DOUBLES Solves a Sylvester equation using doubling
239 % to solve the Sylvester equation v = d + g v h
281 % SYLVEST Solves a Sylvester equation
283 % solves the Sylvester equation
/dports/deskutils/plan/plan-1.10.1/holiday/
H A Dholiday_german30 small "Sylvester" on 31.12.
/dports/japanese/plan/plan-1.10.1/holiday/
H A Dholiday_german30 small "Sylvester" on 31.12.
/dports/net/turnserver/coturn-4.5.2/
H A DAUTHORS18 Lee Sylvester <lee@designrealm.co.uk> :

12345678910>>...42