Home
last modified time | relevance | path

Searched defs:mat_in (Results 1 – 17 of 17) sorted by relevance

/dports/devel/py-qutip/qutip-4.6.2/qutip/
H A Dsubsystem_apply.py233 def _block_split(mat_in, n_v, n_h): argument
241 def _block_join(mat_in): argument
245 def _block_col(mat_in, n_v, n_h): argument
/dports/math/libmesh/libmesh-1.6.2/include/numerics/
H A Dcoupling_matrix.h138 const CouplingMatrix & mat_in) : in ConstCouplingAccessor()
194 CouplingMatrix & mat_in) : in CouplingAccessor()
339 const CouplingMatrix & mat_in) : in ConstCouplingRow()
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/hecmw1/src/solver/precond/33/
H A Dhecmw_ML_helper_33_c.c10 int hecmw_ML_getrow_33(ML_Operator *mat_in, int N_requested_rows, in hecmw_ML_getrow_33()
20 int hecmw_ML_matvec_33(ML_Operator *mat_in, int in_length, double p[], in hecmw_ML_matvec_33()
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/hecmw1/src/solver/precond/nn/
H A Dhecmw_ML_helper_nn_c.c10 int hecmw_ML_getrow_nn(ML_Operator *mat_in, int N_requested_rows, in hecmw_ML_getrow_nn()
20 int hecmw_ML_matvec_nn(ML_Operator *mat_in, int in_length, double p[], in hecmw_ML_matvec_nn()
/dports/math/stanmath/math-4.2.0/test/unit/math/fwd/
H A Deigen_plugins_test.cpp12 matrix_fd mat_in(100, 100); in TEST() local
41 matrix_ffd mat_in(100, 100); in TEST() local
/dports/math/stanmath/math-4.2.0/test/unit/math/mix/
H A Deigen_plugins_test.cpp12 matrix_fv mat_in = vals; in TEST() local
40 matrix_ffv mat_in = vals; in TEST() local
/dports/science/qmcpack/qmcpack-3.11.0/src/QMCWaveFunctions/detail/CUDA/
H A Ddelayed_update_helper.cu184 __global__ void copy_matrix_kernel(const int nrows, const int ncols, const T_IN* restrict mat_in, c… in copy_matrix_kernel()
194 void copy_matrix_cuda(const int nrows, const int ncols, const double* mat_in, const int lda, float*… in copy_matrix_cuda()
206 void copy_matrix_cuda(const int nrows, const int ncols, const float* mat_in, const int lda, double*… in copy_matrix_cuda()
218 void copy_matrix_cuda(const int nrows, const int ncols, const std::complex<double>* mat_in, const i… in copy_matrix_cuda()
230 void copy_matrix_cuda(const int nrows, const int ncols, const std::complex<float>* mat_in, const in… in copy_matrix_cuda()
/dports/math/libmesh/libmesh-1.6.2/src/numerics/
H A Deigen_sparse_vector.C201 const SparseMatrix<T> & mat_in) in add_vector()
217 const SparseMatrix<T> & mat_in) in add_vector_transpose()
H A Dlaspack_vector.C219 const SparseMatrix<T> & mat_in) in add_vector()
H A Dpetsc_matrix.C91 PetscMatrix<T>::PetscMatrix(Mat mat_in, in PetscMatrix()
/dports/math/stanmath/math-4.2.0/test/unit/math/rev/
H A Deigen_plugins_test.cpp13 matrix_v mat_in = vals; in TEST() local
/dports/biology/treekin/Treekin-0.5.1/src/
H A Dexp_matrix.h136 T *mat_in, *MD, *MN, *X2; in padexp() local
/dports/graphics/opencv/opencv-4.5.3/modules/gapi/test/
H A Dgapi_opaque_tests.cpp153 cv::Mat mat_in = cv::Mat::zeros(sz, CV_MAKETYPE(depth, chan)); in TEST() local
172 cv::Mat mat_in = cv::Mat::zeros(sz, CV_MAKETYPE(depth, chan)); in TEST() local
231 cv::Mat mat_in = cv::Mat::zeros(sz, CV_MAKETYPE(depth, chan)); in TEST() local
/dports/cad/horizon-eda/horizon-2.1.0/src/import_step/
H A Dstep_importer.cpp279 bool STEPImporter::processSolid(const TopoDS_Shape &shape, const glm::dmat4 &mat_in) in processSolid()
323 bool STEPImporter::processComp(const TopoDS_Shape &shape, const glm::dmat4 &mat_in) in processComp()
/dports/devel/taskflow/taskflow-3.2.0/unittests/cuda/
H A Dcuda_matrix.cu102 __global__ void k_transpose(int *mat_in, int *mat_out, int rows, int cols) { in k_transpose()
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dxas_tdp_kernel.F1063 SUBROUTINE change_dist(mat_in, mat_out, para_env) argument
1065 TYPE(dbcsr_type), INTENT(INOUT) :: mat_in, mat_out local
/dports/math/mfem/mfem-4.3/fem/
H A Dbilininteg.cpp2610 DenseMatrix mat_in(elfun.GetData(), dof, dim); in AssembleElementVector() local