Home
last modified time | relevance | path

Searched refs:LUsolve (Results 1 – 25 of 59) sorted by relevance

123

/dports/lang/yorick/yorick-y_2_2_04/i/
H A Dtestm.i121 LUcheck,a,b,LUsolve(a,b), "1D"; in testLU()
123 x= LUsolve(a,[b,b2]) in testLU()
126 x= LUsolve(transpose(a),[b,b2]) in testLU()
129 x= LUsolve(a,transpose([b,b2]), which=2) in testLU()
132 x= LUsolve(transpose(a),transpose([b,b2]), which=2) in testLU()
135 ai= LUsolve(a); in testLU()
H A Ddichromat.i149 lmsxyz = LUsolve(xylms); /* lms = lmsxyz(,+) * xyz(+) */
171 ab1 = LUsolve(transpose([lmsw(2:3),lmspri(2:3,1)]), [lmsw(1),lmspri(1,1)]);
172 ab2 = LUsolve(transpose([lmsw(2:3),lmspri(2:3,2)]), [lmsw(1),lmspri(1,2)]);
H A Dtestlp.i53 b= LUsolve(a,b); in testlp()
84 b= LUsolve(a,b); in testlp()
94 b= LUsolve(a,b); in testlp()
108 b= LUsolve(a,b); in testlp()
H A Dlab2rgb.i195 _rgb_xyz = LUsolve(_xyz_rgb);
554 r2x = (LUsolve(m)(+,) * r2x(,+))(,+) * d65_xyz_rgb(+,);
559 x2r = LUsolve(r2x);
H A Dlevmar.i135 solver = lu? LUsolve : SVsolve;
182 acovar(fit,fit) = lu? LUsolve(alpha) : SVsolve(alpha,unit(numberof(diag)));
H A Dcie.i146 _cie_rgb = LUsolve(_cie_xyz);
/dports/math/adol-c/ADOL-C-2.7.2/ADOL-C/examples/additional_examples/lufact/
H A DMakefile.am26 noinst_PROGRAMS = LUsolve LUdet
29 LUsolve_SOURCES = LUsolve.cpp LU.cpp
H A DREADME35 LUsolve --> Solution of a linear equation system
39 LUsolve.cpp LU.cpp LU.h
H A DLU.h30 void LUsolve(int n, adouble **A, adouble *bx);
H A DMakefile.in94 @ADDEXA_TRUE@noinst_PROGRAMS = LUsolve$(EXEEXT) LUdet$(EXEEXT)
125 am_LUsolve_OBJECTS = LUsolve.$(OBJEXT) LU.$(OBJEXT)
351 LUsolve_SOURCES = LUsolve.cpp LU.cpp
400 LUsolve$(EXEEXT): $(LUsolve_OBJECTS) $(LUsolve_DEPENDENCIES) $(EXTRA_LUsolve_DEPENDENCIES)
401 @rm -f LUsolve$(EXEEXT)
412 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LUsolve.Po@am__quote@
H A DLU.cpp50 void LUsolve(int n, adouble **A, adouble *bx) { in LUsolve() function
/dports/math/py-sympy/sympy-1.9/sympy/matrices/tests/
H A Dtest_solvers.py58 assert M.LUsolve(ones(4, 1)) == Matrix([
70 soln = A.LUsolve(b)
77 soln = A.LUsolve(b)
81 assert A.LUsolve(b) == Matrix([1, 1])
83 raises(ValueError, lambda: A.LUsolve(b))
92 soln = A.LUsolve(b)
97 raises(NotImplementedError, lambda: A.LUsolve(b))
101 raises(NonInvertibleMatrixError, lambda: A.LUsolve(b))
130 raises(ShapeError, lambda: Matrix([1]).LUsolve(Matrix([[1, 2], [3, 4]])))
/dports/math/py-sympy/sympy-1.9/sympy/physics/mechanics/
H A Dlinearize.py153 self._Pqd).LUsolve(f_c_jac_q)) * self._Pqi
164 self._C_1 = -self._Pud * temp.LUsolve(f_v_jac_q)
168 temp.LUsolve(f_v_jac_u)) * self._Pui
383 A_cont = self.perm_mat.T * M_eq.LUsolve(Amat_eq)
385 B_cont = self.perm_mat.T * M_eq.LUsolve(Bmat_eq)
H A Dsystem.py369 inter2 = self._dyn_implicit_mat.LUsolve(self._dyn_implicit_rhs)
372 out = self._comb_implicit_mat.LUsolve(self._comb_implicit_rhs)
H A Dkane.py231 self._Ars = -B_dep.LUsolve(B_ind)
259 f_k = k_kqdot.LUsolve(f_k)
260 k_ku = k_kqdot.LUsolve(k_ku)
592 rhs[len(self.q):, 0] = self.mass_matrix.LUsolve(self.forcing)
/dports/math/py-sympy/sympy-1.9/sympy/physics/mechanics/tests/
H A Dtest_kane.py36 KM.mass_matrix_full.LUsolve(KM.forcing_full)) == zeros(2, 1)
77 KM.mass_matrix_full.LUsolve(KM.forcing_full)) == zeros(4, 1)
101 KM.mass_matrix_full.LUsolve(KM.forcing_full)) == zeros(2, 1)
167 KM.mass_matrix_full.LUsolve(KM.forcing_full)) == zeros(6, 1)
/dports/japanese/w3m/w3m-2b59b9e/
H A Dmatrix.c122 LUsolve(Matrix A, int *indexarray, Vector b, Vector x) in LUsolve() function
162 if (LUsolve(A, indexarray, tmp, tmp2) == -1) in LUinverse()
H A Dmatrix.h62 extern int LUsolve(Matrix, int *, Vector, Vector);
/dports/japanese/w3m-img/w3m-2b59b9e/
H A Dmatrix.c122 LUsolve(Matrix A, int *indexarray, Vector b, Vector x) in LUsolve() function
162 if (LUsolve(A, indexarray, tmp, tmp2) == -1) in LUinverse()
H A Dmatrix.h62 extern int LUsolve(Matrix, int *, Vector, Vector);
/dports/www/w3m/w3m-2b59b9e/
H A Dmatrix.c122 LUsolve(Matrix A, int *indexarray, Vector b, Vector x) in LUsolve() function
162 if (LUsolve(A, indexarray, tmp, tmp2) == -1) in LUinverse()
H A Dmatrix.h62 extern int LUsolve(Matrix, int *, Vector, Vector);
/dports/www/w3m-img/w3m-2b59b9e/
H A Dmatrix.c122 LUsolve(Matrix A, int *indexarray, Vector b, Vector x) in LUsolve() function
162 if (LUsolve(A, indexarray, tmp, tmp2) == -1) in LUinverse()
H A Dmatrix.h62 extern int LUsolve(Matrix, int *, Vector, Vector);
/dports/science/qmcpack/qmcpack-3.11.0/src/spline2/tests/
H A Dgen_bspline_values.py61 res = mat.LUsolve(b)
149 res = mat.LUsolve(b)

123