Home
last modified time | relevance | path

Searched defs:Din (Results 1 – 25 of 88) sorted by relevance

1234

/dports/devel/grex/grex-1.3.0/cargo-crates/ndarray-0.15.3/src/
H A Dslice.rs419 fn check_dims_for_sliceinfo<Din, Dout>(indices: &[SliceInfoElem]) -> Result<(), ShapeError> in check_dims_for_sliceinfo()
455 in_dim: PhantomData<Din>, in new_unchecked()
479 pub unsafe fn new(indices: T) -> Result<SliceInfo<T, Din, Dout>, ShapeError> { in new() argument
527 ) -> Result<SliceInfo<&'a [SliceInfoElem], Din, Dout>, ShapeError> { in try_from() argument
545 ) -> Result<SliceInfo<Vec<SliceInfoElem>, Din, Dout>, ShapeError> { in try_from() argument
604 fn from(info: &'a SliceInfo<T, Din, Dout>) -> SliceInfo<&'a [SliceInfoElem], Din, Dout> { in from() argument
/dports/graphics/gmt/gmt-6.3.0/src/
H A Dtestapi_spectrum1d.c15 struct GMT_DATASET *Din = NULL; in main() local
/dports/math/suitesparse-graphblas/SuiteSparse-5.10.1/GraphBLAS/Test/
H A Dtest75b.m70 Din = 10 * sparse (rand (n, n)) ; variable
H A Dtest75.m66 Din = 10 * sparse (rand (n, n)) ; variable
/dports/math/suitesparse-ldl/SuiteSparse-5.10.1/GraphBLAS/Test/
H A Dtest75b.m70 Din = 10 * sparse (rand (n, n)) ; variable
/dports/math/suitesparse-amd/SuiteSparse-5.10.1/GraphBLAS/Test/
H A Dtest75b.m70 Din = 10 * sparse (rand (n, n)) ; variable
/dports/math/suitesparse-rbio/SuiteSparse-5.10.1/GraphBLAS/Test/
H A Dtest75b.m70 Din = 10 * sparse (rand (n, n)) ; variable
/dports/math/suitesparse-mongoose/SuiteSparse-5.10.1/GraphBLAS/Test/
H A Dtest75b.m70 Din = 10 * sparse (rand (n, n)) ; variable
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/GraphBLAS/Test/
H A Dtest75b.m70 Din = 10 * sparse (rand (n, n)) ; variable
/dports/math/suitesparse-cholmod/SuiteSparse-5.10.1/GraphBLAS/Test/
H A Dtest75b.m70 Din = 10 * sparse (rand (n, n)) ; variable
/dports/math/suitesparse-colamd/SuiteSparse-5.10.1/GraphBLAS/Test/
H A Dtest75b.m70 Din = 10 * sparse (rand (n, n)) ; variable
/dports/math/suitesparse-ccolamd/SuiteSparse-5.10.1/GraphBLAS/Test/
H A Dtest75b.m70 Din = 10 * sparse (rand (n, n)) ; variable
/dports/math/suitesparse-camd/SuiteSparse-5.10.1/GraphBLAS/Test/
H A Dtest75b.m70 Din = 10 * sparse (rand (n, n)) ; variable
/dports/math/suitesparse-slip_lu/SuiteSparse-5.10.1/GraphBLAS/Test/
H A Dtest75b.m70 Din = 10 * sparse (rand (n, n)) ; variable
/dports/math/suitesparse-btf/SuiteSparse-5.10.1/GraphBLAS/Test/
H A Dtest75b.m70 Din = 10 * sparse (rand (n, n)) ; variable
/dports/math/suitesparse-spqr/SuiteSparse-5.10.1/GraphBLAS/Test/
H A Dtest75b.m70 Din = 10 * sparse (rand (n, n)) ; variable
/dports/math/suitesparse-umfpack/SuiteSparse-5.10.1/GraphBLAS/Test/
H A Dtest75b.m70 Din = 10 * sparse (rand (n, n)) ; variable
/dports/math/suitesparse-config/SuiteSparse-5.10.1/GraphBLAS/Test/
H A Dtest75b.m70 Din = 10 * sparse (rand (n, n)) ; variable
H A Dtest75.m66 Din = 10 * sparse (rand (n, n)) ; variable
/dports/math/suitesparse-csparse/SuiteSparse-5.10.1/GraphBLAS/Test/
H A Dtest75b.m70 Din = 10 * sparse (rand (n, n)) ; variable
/dports/math/suitesparse-cxsparse/SuiteSparse-5.10.1/GraphBLAS/Test/
H A Dtest75b.m70 Din = 10 * sparse (rand (n, n)) ; variable
/dports/misc/quantum++/qpp-3.0/include/
H A Drandom.hpp290 inline cmat randV(idx Din, idx Dout) { in randV()
315 inline std::vector<cmat> randkraus(idx N, idx Din, idx Dout) { in randkraus()
H A Doperations.hpp755 idx Din = static_cast<idx>(Ks[0].cols()); in kraus2choi() local
806 inline std::vector<cmat> choi2kraus(const cmat& A, idx Din, idx Dout) { in choi2kraus()
873 inline cmat choi2super(const cmat& A, idx Din, idx Dout) { in choi2super()
942 idx Din = internal::get_dim_subsys(static_cast<idx>(A.cols()), 2); in super2choi() local
994 idx Din = static_cast<idx>(Ks[0].cols()); in kraus2super() local
1057 idx Din = internal::get_dim_subsys(static_cast<idx>(A.cols()), 2); in super2kraus() local
2242 idx Din = static_cast<idx>(rpsi.rows()); in qRAM() local
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/agrum/tools/external/lrslib/
H A Dlrslong.c275 string prat (char name[], lrs_mp Nin, lrs_mp Din) /*reduce and print Nin/Din */ in prat()
297 char *cprat (char name[], lrs_mp Nin, lrs_mp Din) in cprat()
352 prat (char name[], lrs_mp Nin, lrs_mp Din) in prat()
/dports/math/polymake/polymake-4.5/apps/graph/include/
H A Dmatchings.h102 CycleVisitor(const Graph<Directed>& Din) in CycleVisitor()

1234