Home
last modified time | relevance | path

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

/dports/science/dynare/dynare-4.6.4/dynare++/src/
H A Dplanner_builder.hh42 class IntegerMatrix class
53 IntegerMatrix(int nrr, int ncc) in IntegerMatrix() function in ogdyn::IntegerMatrix
58 IntegerMatrix(const IntegerMatrix &im) in IntegerMatrix() function in ogdyn::IntegerMatrix
/dports/math/py-fpylll/fpylll-0.5.6/src/fpylll/fplll/
H A Dinteger_matrix.pxd7 cdef class IntegerMatrix: class
H A Dinteger_matrix.pyx293 cdef class IntegerMatrix: class
/dports/devel/R-cran-Rcpp/Rcpp/inst/include/Rcpp/vector/
H A Dinstantiation.h41 typedef Matrix<INTSXP> IntegerMatrix ; typedef
/dports/math/linbox/linbox-1.6.3/linbox/algorithms/matrix-blas3/
H A Dmul-cra.inl43 typedef BlasMatrix<Givaro::ZRing<Integer> > IntegerMatrix ; typedef
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/stress/numeric/
H A Dnumeric010.java417 private static class IntegerMatrix { class in numeric010
430 public IntegerMatrix(int size) { in IntegerMatrix() method in numeric010.IntegerMatrix
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/stress/numeric/
H A Dnumeric010.java417 private static class IntegerMatrix { class in numeric010
430 public IntegerMatrix(int size) { in IntegerMatrix() method in numeric010.IntegerMatrix
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/stress/numeric/
H A Dnumeric010.java417 private static class IntegerMatrix { class in numeric010
430 public IntegerMatrix(int size) { in IntegerMatrix() method in numeric010.IntegerMatrix
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/stress/numeric/
H A Dnumeric010.java421 private static class IntegerMatrix { class in numeric010
434 public IntegerMatrix(int size) { in IntegerMatrix() method in numeric010.IntegerMatrix
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/stress/numeric/
H A Dnumeric010.java421 private static class IntegerMatrix { class in numeric010
434 public IntegerMatrix(int size) { in IntegerMatrix() method in numeric010.IntegerMatrix
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/stress/numeric/
H A Dnumeric010.java421 private static class IntegerMatrix { class in numeric010
434 public IntegerMatrix(int size) { in IntegerMatrix() method in numeric010.IntegerMatrix
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/stress/numeric/
H A Dnumeric010.java417 private static class IntegerMatrix { class in numeric010
430 public IntegerMatrix(int size) { in IntegerMatrix() method in numeric010.IntegerMatrix
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/stress/numeric/
H A Dnumeric010.java417 private static class IntegerMatrix { class in numeric010
430 public IntegerMatrix(int size) { in IntegerMatrix() method in numeric010.IntegerMatrix
/dports/math/linbox/linbox-1.6.3/tests/
H A Dtest-toom-cook.C60 typedef SparseMatrix<Givaro::ZRing<Integer>,spfmt> IntegerMatrix ; typedef
/dports/math/gfan/gfan0.6.2/src/
H A Dmatrix.h467 typedef Matrix<int> IntegerMatrix; typedef
/dports/math/gfanlib/gfan0.6.2/src/
H A Dmatrix.h467 typedef Matrix<int> IntegerMatrix; typedef
/dports/science/qmcpack/qmcpack-3.11.0/src/AFQMC/
H A Dconfig.h280 using IntegerMatrix = boost::multi::array<int, 2, Alloc>; variable