Home
last modified time | relevance | path

Searched refs:integer_2d_array (Results 1 – 17 of 17) sorted by relevance

/dports/math/alglib/alglib-cpp/src/
H A Dalglibmisc.h666 ae_int_t xdebugi2sum(const integer_2d_array &a, const xparams _xparams = alglib::xdefault);
679 void xdebugi2neg(const integer_2d_array &a, const xparams _xparams = alglib::xdefault);
692 void xdebugi2transpose(integer_2d_array &a, const xparams _xparams = alglib::xdefault);
705 void xdebugi2outsin(const ae_int_t m, const ae_int_t n, integer_2d_array &a, const xparams _xparams…
H A Dap.h1908 class integer_2d_array : public ae_matrix_wrapper
1911 integer_2d_array();
1912 integer_2d_array(const integer_2d_array &rhs);
1913 integer_2d_array(alglib_impl::ae_matrix *p);
1914 virtual ~integer_2d_array();
1916 const integer_2d_array& operator=(const integer_2d_array &rhs);
1933 integer_2d_array(const char *s);
H A Dap.cpp8474 alglib::integer_2d_array::integer_2d_array():ae_matrix_wrapper(alglib_impl::DT_INT) in integer_2d_array() function in alglib::integer_2d_array
8478 alglib::integer_2d_array::integer_2d_array(const alglib::integer_2d_array &rhs):ae_matrix_wrapper(r… in integer_2d_array() function in alglib::integer_2d_array
8482 alglib::integer_2d_array::integer_2d_array(alglib_impl::ae_matrix *p):ae_matrix_wrapper(p,alglib_im… in integer_2d_array() function in alglib::integer_2d_array
8486 alglib::integer_2d_array::~integer_2d_array() in ~integer_2d_array()
8490 const alglib::integer_2d_array& alglib::integer_2d_array::operator=(const alglib::integer_2d_array in operator =()
8492 return static_cast<const integer_2d_array&>(assign(rhs)); in operator =()
8500 alglib::ae_int_t& alglib::integer_2d_array::operator()(ae_int_t i, ae_int_t j) in operator ()()
8505 const alglib::ae_int_t* alglib::integer_2d_array::operator[](ae_int_t i) const in operator []()
8510 alglib::ae_int_t* alglib::integer_2d_array::operator[](ae_int_t i) in operator []()
8531 alglib::integer_2d_array::integer_2d_array(const char *s):ae_matrix_wrapper(s, alglib_impl::DT_INT) in integer_2d_array() function in alglib::integer_2d_array
[all …]
H A Dalglibmisc.cpp1397 ae_int_t xdebugi2sum(const integer_2d_array &a, const xparams _xparams) in xdebugi2sum()
1429 void xdebugi2neg(const integer_2d_array &a, const xparams _xparams) in xdebugi2neg()
1461 void xdebugi2transpose(integer_2d_array &a, const xparams _xparams) in xdebugi2transpose()
1493 void xdebugi2outsin(const ae_int_t m, const ae_int_t n, integer_2d_array &a, const xparams _xparams) in xdebugi2outsin()
H A Ddataanalysis.h825 integer_2d_array z;
826 integer_2d_array pz;
827 integer_2d_array pm;
/dports/astro/qmapshack/qmapshack-V_1.16.1/3rdparty/alglib/src/
H A Dalglibmisc.h1600 ae_int_t xdebugi2sum(const integer_2d_array &a, const xparams _xparams = alglib::xdefault);
1613 void xdebugi2neg(const integer_2d_array &a, const xparams _xparams = alglib::xdefault);
1626 void xdebugi2transpose(integer_2d_array &a, const xparams _xparams = alglib::xdefault);
1639 void xdebugi2outsin(const ae_int_t m, const ae_int_t n, integer_2d_array &a, const xparams _xparams…
H A Dap.h1708 class integer_2d_array : public ae_matrix_wrapper
1711 integer_2d_array();
1712 integer_2d_array(const integer_2d_array &rhs);
1713 integer_2d_array(alglib_impl::ae_matrix *p);
1714 virtual ~integer_2d_array();
1716 const integer_2d_array& operator=(const integer_2d_array &rhs);
1733 integer_2d_array(const char *s);
H A Dap.cpp7967 alglib::integer_2d_array::integer_2d_array():ae_matrix_wrapper(alglib_impl::DT_INT) in integer_2d_array() function in alglib::integer_2d_array
7971 alglib::integer_2d_array::integer_2d_array(const alglib::integer_2d_array &rhs):ae_matrix_wrapper(r… in integer_2d_array() function in alglib::integer_2d_array
7975 alglib::integer_2d_array::integer_2d_array(alglib_impl::ae_matrix *p):ae_matrix_wrapper(p,alglib_im… in integer_2d_array() function in alglib::integer_2d_array
7979 alglib::integer_2d_array::~integer_2d_array() in ~integer_2d_array()
7983 const alglib::integer_2d_array& alglib::integer_2d_array::operator=(const alglib::integer_2d_array in operator =()
7985 return static_cast<const integer_2d_array&>(assign(rhs)); in operator =()
7993 alglib::ae_int_t& alglib::integer_2d_array::operator()(ae_int_t i, ae_int_t j) in operator ()()
7998 const alglib::ae_int_t* alglib::integer_2d_array::operator[](ae_int_t i) const in operator []()
8003 alglib::ae_int_t* alglib::integer_2d_array::operator[](ae_int_t i) in operator []()
8024 alglib::integer_2d_array::integer_2d_array(const char *s):ae_matrix_wrapper(s, alglib_impl::DT_INT) in integer_2d_array() function in alglib::integer_2d_array
[all …]
H A Dalglibmisc.cpp3728 ae_int_t xdebugi2sum(const integer_2d_array &a, const xparams _xparams) in xdebugi2sum()
3760 void xdebugi2neg(const integer_2d_array &a, const xparams _xparams) in xdebugi2neg()
3792 void xdebugi2transpose(integer_2d_array &a, const xparams _xparams) in xdebugi2transpose()
3824 void xdebugi2outsin(const ae_int_t m, const ae_int_t n, integer_2d_array &a, const xparams _xparams) in xdebugi2outsin()
H A Ddataanalysis.h1152 integer_2d_array z;
1153 integer_2d_array pz;
1154 integer_2d_array pm;
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/ALGLIB/
H A Dap.h974 class integer_2d_array : public ae_matrix_wrapper
977 integer_2d_array();
978 integer_2d_array(alglib_impl::ae_matrix *p);
979 integer_2d_array(const char *s);
980 virtual ~integer_2d_array();
H A Dap.cpp5487 alglib::integer_2d_array::integer_2d_array() in integer_2d_array() function in alglib::integer_2d_array
5492 alglib::integer_2d_array::integer_2d_array(alglib_impl::ae_matrix *p) in integer_2d_array() function in alglib::integer_2d_array
5498 alglib::integer_2d_array::integer_2d_array(const char *s) in integer_2d_array() function in alglib::integer_2d_array
5524 alglib::integer_2d_array::~integer_2d_array() in ~integer_2d_array()
5528 const alglib::ae_int_t& alglib::integer_2d_array::operator()(ae_int_t i, ae_int_t j) const in operator ()()
5533 alglib::ae_int_t& alglib::integer_2d_array::operator()(ae_int_t i, ae_int_t j) in operator ()()
5538 const alglib::ae_int_t* alglib::integer_2d_array::operator[](ae_int_t i) const in operator []()
5543 alglib::ae_int_t* alglib::integer_2d_array::operator[](ae_int_t i) in operator []()
5548 void alglib::integer_2d_array::setcontent(ae_int_t irows, ae_int_t icols, const ae_int_t *pContent ) in setcontent()
5557 std::string alglib::integer_2d_array::tostring() const in tostring()
/dports/math/singular/Singular-Release-4-2-1/Singular/svd/libs/
H A Dap.h977 typedef template_2d_array<int> integer_2d_array; typedef
/dports/math/vtk6/VTK-6.2.0/ThirdParty/alglib/alglib/
H A Dap.h.in603 typedef template_2d_array<int> integer_2d_array; typedef
/dports/astro/qmapshack/qmapshack-V_1.16.1/3rdparty/alglib/tests/
H A Dtest_i.cpp75 bool doc_test_int_matrix(const integer_2d_array &v, const integer_2d_array &t) in doc_test_int_matrix()
/dports/math/alglib/alglib-cpp/tests/
H A Dtest_i.cpp75 bool doc_test_int_matrix(const integer_2d_array &v, const integer_2d_array &t) in doc_test_int_matrix()
/dports/math/singular/Singular-Release-4-2-1/Singular/
H A Dsvd_si.h986 typedef template_2d_array<int> integer_2d_array; typedef