Home
last modified time | relevance | path

Searched refs:mat_inv (Results 1 – 25 of 55) sorted by relevance

123

/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/fq_mat_templates/test/
H A Dt-inv.c52 result = TEMPLATE(T, mat_inv)(B, A, ctx); in main()
71 TEMPLATE(T, mat_inv)(A, A, ctx); in main()
106 result = TEMPLATE(T, mat_inv)(B, A, ctx); in main()
116 result = TEMPLATE(T, mat_inv)(A, A, ctx); in main()
/dports/math/e-antic/flint2-ae7ec89/fq_mat_templates/test/
H A Dt-inv.c52 result = TEMPLATE(T, mat_inv)(B, A, ctx); in main()
71 TEMPLATE(T, mat_inv)(A, A, ctx); in main()
106 result = TEMPLATE(T, mat_inv)(B, A, ctx); in main()
116 result = TEMPLATE(T, mat_inv)(A, A, ctx); in main()
/dports/math/flint2/flint-2.8.4/fq_mat_templates/test/
H A Dt-inv.c52 result = TEMPLATE(T, mat_inv)(B, A, ctx); in main()
71 TEMPLATE(T, mat_inv)(A, A, ctx); in main()
106 result = TEMPLATE(T, mat_inv)(B, A, ctx); in main()
116 result = TEMPLATE(T, mat_inv)(A, A, ctx); in main()
/dports/finance/py-quantecon/quantecon-0.5.2/quantecon/tests/
H A Dtest_kalman.py43 mat_inv = np.linalg.inv(G.dot(sig_inf).dot(G.T) + R)
47 kal_recursion = np.dot(A, sig_inf).dot(G.T).dot(mat_inv)
80 mat_inv = np.linalg.inv(G.dot(curr_sigma).dot(G.T) + R)
81 curr_k = np.dot(A, curr_sigma).dot(G.T).dot(mat_inv)
/dports/math/eigen3/eigen-3.3.9/test/
H A Dprec_inverse_4x4.cpp64 MatrixType mat_inv = mat.template block<4,4>(i,j).inverse(); in inverse_general_4x4() local
65 VERIFY_IS_APPROX(mat_inv, submat.inverse()); in inverse_general_4x4()
67 VERIFY_IS_APPROX(mat_inv, (mat.template block<4,4>(i,j))); in inverse_general_4x4()
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/test/
H A Dprec_inverse_4x4.cpp64 MatrixType mat_inv = mat.template block<4,4>(i,j).inverse(); in inverse_general_4x4() local
65 VERIFY_IS_APPROX(mat_inv, submat.inverse()); in inverse_general_4x4()
67 VERIFY_IS_APPROX(mat_inv, (mat.template block<4,4>(i,j))); in inverse_general_4x4()
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/eigen-3.3.7/test/
H A Dprec_inverse_4x4.cpp64 MatrixType mat_inv = mat.template block<4,4>(i,j).inverse(); in inverse_general_4x4() local
65 VERIFY_IS_APPROX(mat_inv, submat.inverse()); in inverse_general_4x4()
67 VERIFY_IS_APPROX(mat_inv, (mat.template block<4,4>(i,j))); in inverse_general_4x4()
/dports/misc/opennn/opennn-5.0.5/eigen/test/
H A Dprec_inverse_4x4.cpp64 MatrixType mat_inv = mat.template block<4,4>(i,j).inverse(); in inverse_general_4x4() local
65 VERIFY_IS_APPROX(mat_inv, submat.inverse()); in inverse_general_4x4()
67 VERIFY_IS_APPROX(mat_inv, (mat.template block<4,4>(i,j))); in inverse_general_4x4()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/eigen-3.3.7/test/
H A Dprec_inverse_4x4.cpp64 MatrixType mat_inv = mat.template block<4,4>(i,j).inverse(); in inverse_general_4x4() local
65 VERIFY_IS_APPROX(mat_inv, submat.inverse()); in inverse_general_4x4()
67 VERIFY_IS_APPROX(mat_inv, (mat.template block<4,4>(i,j))); in inverse_general_4x4()
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/base/
H A D_penalties.py536 def func(self, mat, mat_inv): argument
551 def deriv(self, mat, mat_inv): argument
576 def func(self, mat, mat_inv): argument
583 def deriv(self, mat, mat_inv): argument
584 cy = mat_inv.copy()
/dports/math/scilab/scilab-6.1.1/scilab/modules/scicos_blocks/macros/MatrixOp/
H A DMATINV.sci44 function_name="mat_inv";
71 function_name="mat_inv";
/dports/graphics/blender/blender-2.91.0/source/blender/editors/sculpt_paint/
H A Dsculpt_multiplane_scrape.c379 float mat_inv[4][4]; in SCULPT_do_multiplane_scrape_brush() local
380 invert_m4_m4(mat_inv, mat); in SCULPT_do_multiplane_scrape_brush()
385 mul_v3_mat3_m4v3(plane_no, mat_inv, plane_no_rot); in SCULPT_do_multiplane_scrape_brush()
392 mul_v3_mat3_m4v3(plane_no, mat_inv, plane_no_rot); in SCULPT_do_multiplane_scrape_brush()
/dports/math/cppad/CppAD-20210000.8/example/atomic_two/
H A Deigen_mat_inv.cpp76 atomic_eigen_mat_inv<scalar> mat_inv; in eigen_mat_inv() local
101 ad_matrix ad_left_inv = mat_inv.op(ad_left); in eigen_mat_inv()
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/mesh_snap_utilities_line/
H A Dop_line.py332 mat_inv = self.main_snap_obj.mat.inverted_safe()
333 point = mat_inv @ self.location
418 mat_inv = self.obj.matrix_world.inverted_safe()
419 point = mat_inv @ self.location
/dports/math/cppad/CppAD-20210000.8/test_more/general/
H A Deigen_mat_inv.cpp44 atomic_eigen_mat_inv<scalar> mat_inv; in non_symmetric() local
63 ad_matrix ad_result = mat_inv.op(ad_arg); in non_symmetric()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/fq_mat_templates/
H A Dinv.c16 TEMPLATE(T, mat_inv)(TEMPLATE(T, mat_t) B, TEMPLATE(T, mat_t) A, in TEMPLATE() argument
/dports/math/e-antic/flint2-ae7ec89/fq_mat_templates/
H A Dinv.c16 TEMPLATE(T, mat_inv)(TEMPLATE(T, mat_t) B, TEMPLATE(T, mat_t) A, in TEMPLATE() argument
/dports/math/flint2/flint-2.8.4/fq_mat_templates/
H A Dinv.c16 TEMPLATE(T, mat_inv)(TEMPLATE(T, mat_t) B, TEMPLATE(T, mat_t) A, in TEMPLATE() argument
/dports/math/scilab/scilab-6.1.1/scilab/modules/scicos_blocks/src/c/
H A Dmat_inv.c47 SCICOS_BLOCKS_IMPEXP void mat_inv(scicos_block * block, int flag) in mat_inv() function
/dports/science/clipper/clipper-2.1/clipper/core/
H A Dspacegroup.cpp58 Mat33<> mat_inv (-1.0, 0.0, 0.0, 0.0,-1.0, 0.0, 0.0, 0.0,-1.0 ); variable
188 if ( inv == '-' ) ops.push_back(Symop_code(Symop(RTop<>(mat_inv)))); in init_hall()
204 if ( invop[i] == '-' ) mat = mat_inv * mat; in init_hall()
310 Symop_code invop = Symop_code( Symop( RTop<>( data::mat_inv ) ) ); in inversion_ops()
346 lops.push_back( Symop_code( Symop( RTop<>( data::mat_inv ) ) ) ); in laue_ops()
365 lops.push_back( Symop_code( Symop( RTop<>( data::mat_inv ) ) ) ); in patterson_ops()
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/mesh_snap_utilities_line/snap_context_l/
H A D__init__.py536 mat_inv = snap_obj.mat.inverted_safe()
537 ray_orig_local = mat_inv @ ray_orig
538 ray_dir_local = mat_inv.to_3x3() @ ray_dir
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgzht.h57 gs_matrix mat_inv; /* the inversion of mat */ member
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgzht.h58 gs_matrix mat_inv; /* the inversion of mat */ member
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgzht.h56 gs_matrix mat_inv; /* the inversion of mat */ member
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgzht.h56 gs_matrix mat_inv; /* the inversion of mat */ member

123