Home
last modified time | relevance | path

Searched refs:col_major (Results 1 – 25 of 170) sorted by relevance

1234567

/dports/math/cppad/CppAD-20210000.8/example/sparse/
H A Dsubgraph_sparsity.cpp73 SizeVector col_major = pattern_out.col_major(); in subgraph_sparsity() local
75 ok &= row[ col_major[0] ] == 0 && col[ col_major[0] ] == 0; in subgraph_sparsity()
76 ok &= row[ col_major[1] ] == 1 && col[ col_major[1] ] == 0; in subgraph_sparsity()
77 ok &= row[ col_major[2] ] == 1 && col[ col_major[2] ] == 1; in subgraph_sparsity()
78 ok &= row[ col_major[3] ] == 2 && col[ col_major[3] ] == 1; in subgraph_sparsity()
H A Drev_jac_sparsity.cpp82 SizeVector col_major = pattern_out.col_major(); in rev_jac_sparsity() local
84 ok &= row[ col_major[0] ] == 0 && col[ col_major[0] ] == 0; in rev_jac_sparsity()
85 ok &= row[ col_major[1] ] == 1 && col[ col_major[1] ] == 0; in rev_jac_sparsity()
86 ok &= row[ col_major[2] ] == 1 && col[ col_major[2] ] == 1; in rev_jac_sparsity()
87 ok &= row[ col_major[3] ] == 2 && col[ col_major[3] ] == 1; in rev_jac_sparsity()
H A Dfor_jac_sparsity.cpp83 SizeVector col_major = pattern_out.col_major(); in for_jac_sparsity() local
85 ok &= row[ col_major[0] ] == 0 && col[ col_major[0] ] == 0; in for_jac_sparsity()
86 ok &= row[ col_major[1] ] == 1 && col[ col_major[1] ] == 0; in for_jac_sparsity()
87 ok &= row[ col_major[2] ] == 1 && col[ col_major[2] ] == 1; in for_jac_sparsity()
88 ok &= row[ col_major[3] ] == 2 && col[ col_major[3] ] == 1; in for_jac_sparsity()
H A Dsparse_jac_for.cpp122 s_vector col_major = subset.col_major(); in sparse_jac_for() local
125 { ok &= row[ col_major[k] ] == check_row[k]; in sparse_jac_for()
126 ok &= col[ col_major[k] ] == check_col[k]; in sparse_jac_for()
127 ok &= val[ col_major[k] ] == check_val[k]; in sparse_jac_for()
/dports/math/cppad/CppAD-20210000.8/example/utility/
H A Dsparse_rcv.cpp59 SizeVector col_major = matrix.col_major(); in sparse_rcv() local
63 { ok &= row[ col_major[k] ] == k; in sparse_rcv()
64 ok &= col[ col_major[k] ] == k; in sparse_rcv()
65 ok &= val[ col_major[k] ] == double(k); in sparse_rcv()
90 { ok &= other.row()[ col_major[k] ] == k; in sparse_rcv()
91 ok &= other.col()[ col_major[k] ] == k; in sparse_rcv()
92 ok &= other.val()[ col_major[k] ] == double(k); in sparse_rcv()
/dports/math/stanmath/math-4.2.0/test/unit/math/opencl/
H A Dmatrix_cl_test.cpp32 Eigen::Matrix<double, -1, -1> col_major(3, 3); in TEST() local
33 col_major << 1, 2, 3, 4, 5, 6, 7, 8, 9; in TEST()
34 stan::math::matrix_cl<double> cl_from_col_major(col_major); in TEST()
36 EXPECT_MATRIX_EQ(col_major, res); in TEST()
38 Eigen::Map<Eigen::MatrixXd> map(col_major.data(), 3, 3); in TEST()
41 EXPECT_MATRIX_EQ(col_major, res); in TEST()
/dports/math/dbcsr/dbcsr-2.1.0/src/tensors/
H A Ddbcsr_tensor_index.F55 LOGICAL :: col_major component
60 SUBROUTINE create_nd_to_2d_mapping(map, dims, map1_2d, map2_2d, base, col_major) argument
71 LOGICAL, INTENT(IN), OPTIONAL :: col_major local
76 IF (PRESENT(col_major)) THEN
77 map%col_major = col_major
79 map%col_major = .TRUE.
139 map1_2d, map2_2d, map_nd, base, col_major) argument
171 LOGICAL, INTENT(OUT), OPTIONAL :: col_major local
200 IF (PRESENT(col_major)) THEN
201 col_major = map%col_major
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/exts/dbcsr/src/tensors/
H A Ddbcsr_tensor_index.F55 LOGICAL :: col_major component
60 SUBROUTINE create_nd_to_2d_mapping(map, dims, map1_2d, map2_2d, base, col_major) argument
71 LOGICAL, INTENT(IN), OPTIONAL :: col_major local
76 IF (PRESENT(col_major)) THEN
77 map%col_major = col_major
79 map%col_major = .TRUE.
139 map1_2d, map2_2d, map_nd, base, col_major) argument
171 LOGICAL, INTENT(OUT), OPTIONAL :: col_major local
200 IF (PRESENT(col_major)) THEN
201 col_major = map%col_major
/dports/math/SCIP/scip-7.0.3/src/cppad/utility/
H A Dsparse_rc.hpp322 SizeVector col_major(void) const in col_major() function in CppAD::sparse_rc
323 { SizeVector keys(nnz_), col_major(nnz_); in col_major() local
328 index_sort(keys, col_major); in col_major()
331 { size_t k = col_major[ ell ]; in col_major()
332 size_t kp = col_major[ ell + 1 ]; in col_major()
342 return col_major; in col_major()
/dports/science/highfive/HighFive-2.3.1/include/highfive/h5easy_bits/
H A DH5Easy_Eigen.hpp42 using col_major = Eigen::Map< typedef
110 using col_major = typename types<T>::col_major; in load() typedef
111 return col_major(data.data(), dims[0], dims[1]); in load()
142 using col_major = typename types<T>::col_major; in loadAttribute() typedef
143 return col_major(data.data(), dims[0], dims[1]); in loadAttribute()
/dports/math/cppad/CppAD-20210000.8/include/cppad/utility/
H A Dsparse_rc.hpp354 SizeVector col_major(void) const in col_major() function in CppAD::sparse_rc
355 { SizeVector keys(nnz_), col_major(nnz_); in col_major() local
360 index_sort(keys, col_major); in col_major()
363 { size_t k = col_major[ ell ]; in col_major()
364 size_t kp = col_major[ ell + 1 ]; in col_major()
374 return col_major; in col_major()
/dports/math/gmm++/gmm-5.4/include/gmm/
H A Dgmm_blas.h1061 void copy_mat(const L1& l1, L2& l2, col_major, col_major) in copy_mat() argument
1303 void add(const L1& l1, L2& l2, col_major, col_major) { in add() argument
1400 { add(l1, l2, col_major(), col_major()); } in add()
1404 { add(l1, l2, col_major(), col_major()); } in add()
1408 { add(l1, l2, col_major(), col_major()); } in add()
1412 { add(l1, l2, col_major(), col_major()); } in add()
1416 { add(l1, l2, col_major(), col_major()); } in add()
1890 DEFMU__<row_major , col_major , col_major > { typedef rcmult t; };
1906 DEFMU__<col_major , col_major , col_major > { typedef c_mult t; };
2208 col_major) { in is_symmetric() argument
[all …]
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/gmm/
H A Dgmm_blas.h1009 void copy_mat(const L1& l1, L2& l2, col_major, col_major) in copy_mat() argument
1261 void add(const L1& l1, L2& l2, col_major, col_major) { in add() argument
1366 { add(l1, l2, col_major(), col_major()); } in add()
1370 { add(l1, l2, col_major(), col_major()); } in add()
1374 { add(l1, l2, col_major(), col_major()); } in add()
1378 { add(l1, l2, col_major(), col_major()); } in add()
1382 { add(l1, l2, col_major(), col_major()); } in add()
1873 DEFMU__<row_major , col_major , col_major > { typedef rcmult t; };
1889 DEFMU__<col_major , col_major , col_major > { typedef c_mult t; };
2199 col_major) { in is_symmetric() argument
[all …]
/dports/math/eigen3/eigen-3.3.9/unsupported/test/
H A Dcxx11_tensor_assign.cpp28 int col_major[6]; in test_1d() local
30 memset(col_major, 0, 6*sizeof(int)); in test_1d()
32 TensorMap<Tensor<int, 1> > vec3(col_major, 6); in test_1d()
91 int col_major[6]; in test_2d() local
93 memset(col_major, 0, 6*sizeof(int)); in test_2d()
96 TensorMap<Tensor<int, 2, RowMajor> > mat4(col_major, 2, 3); in test_2d()
151 int col_major[2*3*7]; in test_3d() local
153 memset(col_major, 0, 2*3*7*sizeof(int)); in test_3d()
155 TensorMap<Tensor<int, 3> > mat3(col_major, 2, 3, 7); in test_3d()
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/unsupported/test/
H A Dcxx11_tensor_assign.cpp28 int col_major[6]; in test_1d() local
30 memset(col_major, 0, 6*sizeof(int)); in test_1d()
32 TensorMap<Tensor<int, 1> > vec3(col_major, 6); in test_1d()
91 int col_major[6]; in test_2d() local
93 memset(col_major, 0, 6*sizeof(int)); in test_2d()
96 TensorMap<Tensor<int, 2, RowMajor> > mat4(col_major, 2, 3); in test_2d()
151 int col_major[2*3*7]; in test_3d() local
153 memset(col_major, 0, 2*3*7*sizeof(int)); in test_3d()
155 TensorMap<Tensor<int, 3> > mat3(col_major, 2, 3, 7); in test_3d()
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/eigen-3.3.7/unsupported/test/
H A Dcxx11_tensor_assign.cpp28 int col_major[6]; in test_1d() local
30 memset(col_major, 0, 6*sizeof(int)); in test_1d()
32 TensorMap<Tensor<int, 1> > vec3(col_major, 6); in test_1d()
91 int col_major[6]; in test_2d() local
93 memset(col_major, 0, 6*sizeof(int)); in test_2d()
96 TensorMap<Tensor<int, 2, RowMajor> > mat4(col_major, 2, 3); in test_2d()
151 int col_major[2*3*7]; in test_3d() local
153 memset(col_major, 0, 2*3*7*sizeof(int)); in test_3d()
155 TensorMap<Tensor<int, 3> > mat3(col_major, 2, 3, 7); in test_3d()
/dports/misc/opennn/opennn-5.0.5/eigen/unsupported/test/
H A Dcxx11_tensor_assign.cpp28 int col_major[6]; in test_1d() local
30 memset(col_major, 0, 6*sizeof(int)); in test_1d()
32 TensorMap<Tensor<int, 1> > vec3(col_major, 6); in test_1d()
91 int col_major[6]; in test_2d() local
93 memset(col_major, 0, 6*sizeof(int)); in test_2d()
96 TensorMap<Tensor<int, 2, RowMajor> > mat4(col_major, 2, 3); in test_2d()
151 int col_major[2*3*7]; in test_3d() local
153 memset(col_major, 0, 2*3*7*sizeof(int)); in test_3d()
155 TensorMap<Tensor<int, 3> > mat3(col_major, 2, 3, 7); in test_3d()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/eigen-3.3.7/unsupported/test/
H A Dcxx11_tensor_assign.cpp28 int col_major[6]; in test_1d() local
30 memset(col_major, 0, 6*sizeof(int)); in test_1d()
32 TensorMap<Tensor<int, 1> > vec3(col_major, 6); in test_1d()
91 int col_major[6]; in test_2d() local
93 memset(col_major, 0, 6*sizeof(int)); in test_2d()
96 TensorMap<Tensor<int, 2, RowMajor> > mat4(col_major, 2, 3); in test_2d()
151 int col_major[2*3*7]; in test_3d() local
153 memset(col_major, 0, 2*3*7*sizeof(int)); in test_3d()
155 TensorMap<Tensor<int, 3> > mat3(col_major, 2, 3, 7); in test_3d()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/eigen_3.3.3/unsupported/test/
H A Dcxx11_tensor_assign.cpp28 int col_major[6]; in test_1d() local
30 memset(col_major, 0, 6*sizeof(int)); in test_1d()
32 TensorMap<Tensor<int, 1> > vec3(col_major, 6); in test_1d()
91 int col_major[6]; in test_2d() local
93 memset(col_major, 0, 6*sizeof(int)); in test_2d()
96 TensorMap<Tensor<int, 2, RowMajor> > mat4(col_major, 2, 3); in test_2d()
151 int col_major[2*3*7]; in test_3d() local
153 memset(col_major, 0, 2*3*7*sizeof(int)); in test_3d()
155 TensorMap<Tensor<int, 3> > mat3(col_major, 2, 3, 7); in test_3d()
/dports/math/blaze/blaze-3.8/blazemark/blazemark/mtl/init/
H A DCompressed2D.h69 void init( ::mtl::compressed2D< Type, ::mtl::mat::parameters< ::mtl::tag::col_major > >& m
139 void init( ::mtl::compressed2D< Type, ::mtl::mat::parameters< ::mtl::tag::col_major > >& m in init()
142 using col_major = ::mtl::tag::col_major; in init() local
143 using col_parameters = ::mtl::mat::parameters<col_major>; in init()
/dports/math/blaze/blaze-3.8/blazemark/src/mtl/
H A DDMatInv.cpp72 using col_major = ::mtl::tag::col_major; in dmatinv() typedef
73 using parameters = ::mtl::mat::parameters<col_major>; in dmatinv()
H A DTDMatDVecMult.cpp73 using col_major = ::mtl::tag::col_major; in tdmatdvecmult() typedef
74 using parameters = ::mtl::mat::parameters<col_major>; in tdmatdvecmult()
H A DTDMatTDMatMult.cpp72 using col_major = ::mtl::tag::col_major; in tdmattdmatmult() typedef
73 using parameters = ::mtl::mat::parameters<col_major>; in tdmattdmatmult()
H A DComplex8.cpp72 using col_major = ::mtl::tag::col_major; in complex8() typedef
73 using parameters = ::mtl::mat::parameters<col_major>; in complex8()
H A DTDMatTDMatAdd.cpp72 using col_major = ::mtl::tag::col_major; in tdmattdmatadd() typedef
73 using parameters = ::mtl::mat::parameters<col_major>; in tdmattdmatadd()

1234567