Home
last modified time | relevance | path

Searched refs:map21 (Results 1 – 25 of 121) sorted by relevance

12345

/dports/math/dbcsr/dbcsr-2.1.0/tests/
H A Ddbcsr_tensor_unittest.F314 map21(:) = [1]
343 DEALLOCATE (map11, map12, map21, map22, map31, map32)
359 map21(:) = [2]
403 map21(:) = [2]
455 map21(:) = [1]
510 map21(:) = [1, 2]
574 map21(:) = [1, 2]
618 map21(:) = [4, 3]
662 map21(:) = [4, 3]
706 map21(:) = [2, 3, 1]
[all …]
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/exts/dbcsr/tests/
H A Ddbcsr_tensor_unittest.F314 map21(:) = [1]
343 DEALLOCATE (map11, map12, map21, map22, map31, map32)
359 map21(:) = [2]
403 map21(:) = [2]
455 map21(:) = [1]
510 map21(:) = [1, 2]
574 map21(:) = [1, 2]
618 map21(:) = [4, 3]
662 map21(:) = [4, 3]
706 map21(:) = [2, 3, 1]
[all …]
/dports/biology/py-biopython/biopython-1.79/Bio/PDB/
H A DStructureAlignment.py39 map21 = {}
73 map21[r2] = r1
77 self.map21 = map21
92 return self.map12, self.map21
/dports/math/igraph/igraph-0.9.5/src/isomorphism/
H A Dvf2.c214 if (map21) { in igraph_isomorphic_function_vf2()
215 core_2 = map21; in igraph_isomorphic_function_vf2()
643 if (!map21) { in igraph_isomorphic_function_vf2()
763 map12, map21, in igraph_isomorphic_vf2()
771 if (map21) { in igraph_isomorphic_vf2()
780 const igraph_vector_t *map21, in igraph_i_count_isomorphisms_vf2() argument
1091 if (map21) { in igraph_subisomorphic_function_vf2()
1092 core_2 = map21; in igraph_subisomorphic_function_vf2()
1474 if (!map21) { in igraph_subisomorphic_function_vf2()
1559 map12, map21, in igraph_subisomorphic_vf2()
[all …]
H A Dbliss.cc433 igraph_vector_t *map21, igraph_bliss_sh_t sh, in igraph_isomorphic_bliss() argument
472 if (map21) { in igraph_isomorphic_bliss()
473 igraph_vector_clear(map21); in igraph_isomorphic_bliss()
573 if (map21) { in igraph_isomorphic_bliss()
574 IGRAPH_CHECK(igraph_vector_resize(map21, no_of_nodes)); in igraph_isomorphic_bliss()
576 VECTOR(*map21)[ (long int) VECTOR(*mymap12)[i] ] = i; in igraph_isomorphic_bliss() local
583 if (map21) { in igraph_isomorphic_bliss()
584 igraph_vector_clear(map21); in igraph_isomorphic_bliss()
/dports/math/igraph/igraph-0.9.5/include/
H A Digraph_topology.h84 const igraph_vector_t *map21, void *arg);
123 igraph_vector_t *map21,
132 igraph_vector_t *map12, igraph_vector_t *map21,
164 igraph_vector_t *map21,
175 igraph_vector_t *map21,
261 igraph_vector_t *map21,
/dports/math/R-cran-igraph/igraph/src/
H A Dtopology.c1222 if (map21) { in igraph_isomorphic_function_vf2()
1223 core_2 = map21; in igraph_isomorphic_function_vf2()
1643 if (!map21) { in igraph_isomorphic_function_vf2()
1771 if (map21) { in igraph_isomorphic_vf2()
2110 if (map21) { in igraph_subisomorphic_function_vf2()
2111 core_2 = map21; in igraph_subisomorphic_function_vf2()
2485 if (!map21) { in igraph_subisomorphic_function_vf2()
2578 if (map21) { in igraph_subisomorphic_vf2()
2943 if (map21) { in igraph_isomorphic_bliss()
3044 if (map21) { in igraph_isomorphic_bliss()
[all …]
/dports/math/R-cran-igraph/igraph/src/include/
H A Digraph_topology.h96 const igraph_vector_t *map21, void *arg);
135 igraph_vector_t *map21,
144 igraph_vector_t *map12, igraph_vector_t *map21,
176 igraph_vector_t *map21,
187 igraph_vector_t *map21,
268 igraph_vector_t *map21,
/dports/math/R-cran-igraph/igraph/tests/testthat/
H A Dtest_graph.subisomorphic.vf2.R18 expect_that(ig1$map21, equals(1:vcount(g1)))
22 expect_that(ig2$map21, equals(1:vcount(g2) + vcount(g1)))
/dports/biology/py-biopython/biopython-1.79/Tests/
H A Dtest_PDB_StructureAlignment.py35 self.assertNotEqual(al.map12, al.map21)
37 self.assertTrue(len(al.map21), 70)
/dports/biology/mafft/mafft-7.267-without-extensions/core/
H A DLalignmm.c1095 map21[j].pos = i;
1096 map21[j].score = tmpscore;
1104 if( map21[j].score <= WMMTX[map21[j].pos][k] )
1109 map21[j].pos = -1;
1110 map21[j].score = -1.0;
1112 …intf( stderr, "pair of %d = %d (%f) %c:%c\n", j, map21[j].pos, map21[j].score, seq2[0][j], seq1[0]…
1995 map21[j].pos = i;
2004 if( map21[j].score <= WMMTX[map21[j].pos][k] )
2009 map21[j].pos = -1;
2010 map21[j].score = -1.0;
[all …]
/dports/math/dbcsr/dbcsr-2.1.0/examples/
H A Ddbcsr_tensor_example_2.cpp263 std::vector<int> map11, map12, map21, map22, map31, map32; in main() local
267 map21 = {3, 2}; in main()
299 …c_dbcsr_t_create_new(&tensor2, "(54|21)", dist2, map21.data(), map21.size(), map22.data(), map22.s… in main()
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/exts/dbcsr/examples/
H A Ddbcsr_tensor_example_1.cpp263 std::vector<int> map11, map12, map21, map22, map31, map32; in main() local
267 map21 = {3, 2}; in main()
299 …c_dbcsr_t_create_new(&tensor2, "(54|21)", dist2, map21.data(), map21.size(), map22.data(), map22.s… in main()
/dports/devel/boost-docs/boost_1_72_0/boost/mpl/map/aux_/preprocessed/typeof_based/
H A Dmap30.hpp22 struct map21 struct
29 typedef map21 type; argument
43 , map21< P0,P1,P2,P3,P4,P5,P6,P7,P8,P9,P10,P11,P12,P13,P14,P15,P16,P17,P18,P19,P20 >
/dports/devel/hyperscan/boost_1_75_0/boost/mpl/map/aux_/preprocessed/typeof_based/
H A Dmap30.hpp22 struct map21 struct
29 typedef map21 type; argument
43 , map21< P0,P1,P2,P3,P4,P5,P6,P7,P8,P9,P10,P11,P12,P13,P14,P15,P16,P17,P18,P19,P20 >
/dports/devel/boost-python-libs/boost_1_72_0/boost/mpl/map/aux_/preprocessed/typeof_based/
H A Dmap30.hpp22 struct map21 struct
29 typedef map21 type; argument
43 , map21< P0,P1,P2,P3,P4,P5,P6,P7,P8,P9,P10,P11,P12,P13,P14,P15,P16,P17,P18,P19,P20 >
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/mpl/map/aux_/preprocessed/typeof_based/
H A Dmap30.hpp22 struct map21 struct
29 typedef map21 type; argument
43 , map21< P0,P1,P2,P3,P4,P5,P6,P7,P8,P9,P10,P11,P12,P13,P14,P15,P16,P17,P18,P19,P20 >
/dports/devel/R-cran-BH/BH/inst/include/boost/mpl/map/aux_/preprocessed/typeof_based/
H A Dmap30.hpp22 struct map21 struct
29 typedef map21 type; argument
43 , map21< P0,P1,P2,P3,P4,P5,P6,P7,P8,P9,P10,P11,P12,P13,P14,P15,P16,P17,P18,P19,P20 >
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/mpl/map/aux_/preprocessed/typeof_based/
H A Dmap30.hpp22 struct map21 struct
29 typedef map21 type; argument
43 , map21< P0,P1,P2,P3,P4,P5,P6,P7,P8,P9,P10,P11,P12,P13,P14,P15,P16,P17,P18,P19,P20 >
/dports/databases/p5-Tie-LevelDB/Tie-LevelDB-0.07/boost_1_47/boost/mpl/map/aux_/preprocessed/typeof_based/
H A Dmap30.hpp22 struct map21 struct
29 typedef map21 type; argument
43 , map21< P0,P1,P2,P3,P4,P5,P6,P7,P8,P9,P10,P11,P12,P13,P14,P15,P16,P17,P18,P19,P20 >
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/mpl/map/aux_/preprocessed/typeof_based/
H A Dmap30.hpp22 struct map21 struct
29 typedef map21 type; argument
43 , map21< P0,P1,P2,P3,P4,P5,P6,P7,P8,P9,P10,P11,P12,P13,P14,P15,P16,P17,P18,P19,P20 >
/dports/databases/percona57-server/boost_1_59_0/boost/mpl/map/aux_/preprocessed/typeof_based/
H A Dmap30.hpp22 struct map21 struct
29 typedef map21 type; argument
43 , map21< P0,P1,P2,P3,P4,P5,P6,P7,P8,P9,P10,P11,P12,P13,P14,P15,P16,P17,P18,P19,P20 >
/dports/databases/xtrabackup/boost_1_59_0/boost/mpl/map/aux_/preprocessed/typeof_based/
H A Dmap30.hpp22 struct map21 struct
29 typedef map21 type; argument
43 , map21< P0,P1,P2,P3,P4,P5,P6,P7,P8,P9,P10,P11,P12,P13,P14,P15,P16,P17,P18,P19,P20 >
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/mpl/map/aux_/preprocessed/typeof_based/
H A Dmap30.hpp22 struct map21 struct
29 typedef map21 type; argument
43 , map21< P0,P1,P2,P3,P4,P5,P6,P7,P8,P9,P10,P11,P12,P13,P14,P15,P16,P17,P18,P19,P20 >
/dports/databases/percona57-client/boost_1_59_0/boost/mpl/map/aux_/preprocessed/typeof_based/
H A Dmap30.hpp22 struct map21 struct
29 typedef map21 type; argument
43 , map21< P0,P1,P2,P3,P4,P5,P6,P7,P8,P9,P10,P11,P12,P13,P14,P15,P16,P17,P18,P19,P20 >

12345