Home
last modified time | relevance | path

Searched refs:SolveMatrix (Results 1 – 11 of 11) sorted by relevance

/dports/math/yacas/yacas-1.9.1/tests/
H A Dlinalg.yts111 /* SolveMatrix */
112 Testing("SolveMatrix");
113 Verify(ll*SolveMatrix(ll,{1,2,3}),{1,2,3});
/dports/math/yacas/yacas-1.9.1/scripts/solve.rep/
H A Dcode.ys.def5 SolveMatrix
H A Dcode.ys724 Function("SolveMatrix",{matrix,vector})
/dports/cad/jspice3/jspice3-2.5/src/include/
H A Dspmatrix.h450 extern void SolveMatrix();
/dports/science/fasthenry/fasthenry-3.0wr/src/fasthenry/sparse/
H A DspMatrix.h429 extern void SolveMatrix();
H A DspSpice3.h431 extern void SolveMatrix();
H A DspCompat.c641 SolveMatrix( eMatrix, RHS, Solution, iRHS, iSolution ) in SolveMatrix() function
/dports/math/yacas/yacas-1.9.1/docs/reference_manual/
H A Dlinear-algebra.rst448 .. function:: SolveMatrix(M,v)
455 {SolveMatrix} returns the vector :math:`x` that satisfies the equation
466 In> x := SolveMatrix(A, v);
/dports/math/yacas/yacas-1.9.1/docs/book_of_algorithms/
H A Dnumtheory.rst1232 N(SolveMatrix(matrix(a,x),-f(a,x)));]
1242 N(SolveMatrix(matrix(a,x),-f(a,x)));]
1247 N(SolveMatrix(matrix(a,x),-f(a,x)));]
/dports/science/fasthenry/fasthenry-3.0wr/src/fasthenry/sparse/doc/
H A DspDoc4598 SolveMatrix()
H A DspDoc.ms3800 SolveMatrix()