Home
last modified time | relevance | path

Searched refs:triangular (Results 1 – 25 of 4025) sorted by relevance

12345678910>>...161

/dports/lang/pocl/pocl-1.8/examples/ViennaCL/
H A Dmatrix_vector-test-opencl.stdout369 Upper triangular solver
371 Lower triangular solver
379 Upper triangular solver
381 Lower triangular solver
389 Upper triangular solver
391 Lower triangular solver
399 Upper triangular solver
401 Lower triangular solver
409 Upper triangular solver
411 Lower triangular solver
[all …]
/dports/finance/R-cran-fBasics/fBasics/man/
H A Dmatrix-triang.Rd36 square matrix to a lower or upper triangular form.
37 A triangular matrix is either an upper triangular matrix or lower
38 triangular matrix. For the first case all matrix elements \code{a[i,j]}
40 we have just the opposite situation. A lower triangular matrix is
41 sometimes also called left triangular. In fact, triangular matrices
43 factoring or decomposing a general matrix or matrices into triangular
48 inverse of a triangular matrix is a triangular matrix, the product of
49 two triangular matrices is a triangular matrix, the determinant of a
50 triangular matrix is the product of the diagonal elements, the
51 eigenvalues of a triangular matrix are the diagonal elements.
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/methods/fastmks/
H A Dfastmks_model.cpp25 triangular(NULL), in FastMKSModel()
43 triangular(other.triangular == NULL ? NULL : in FastMKSModel()
58 triangular(other.triangular), in FastMKSModel()
68 other.triangular = NULL; in FastMKSModel()
80 delete triangular; in operator =()
89 triangular = NULL; in operator =()
103 if (other.triangular) in operator =()
104 triangular = new FastMKS<TriangularKernel>(*other.triangular); in operator =()
124 if (triangular) in ~FastMKSModel()
125 delete triangular; in ~FastMKSModel()
[all …]
H A Dfastmks_model_impl.hpp81 if (triangular) in BuildModel()
82 delete triangular; in BuildModel()
91 triangular = NULL; in BuildModel()
123 triangular = new FastMKS<kernel::TriangularKernel>(singleMode, naive); in BuildModel()
124 BuildFastMKSModel(*triangular, kernel, std::move(referenceData), base); in BuildModel()
152 if (triangular) in serialize()
153 delete triangular; in serialize()
162 triangular = NULL; in serialize()
190 ar & BOOST_SERIALIZATION_NVP(triangular); in serialize()
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/src/lapack-like/HermitianTridiag/
H A DREADME.md6 - `L.hpp`: Lower-triangular storage
7 - `LSquare.hpp`: Lower-triangular storage specialized to
9 - `LPan.hpp`: Panel portion of a blocked algorithm for lower-triangular
11 - `LPanSquare.hpp`: Panel portion of a blocked algorithm for lower-triangular
13 - `U.hpp`: Upper-triangular storage
14 - `USquare.hpp`: Upper-triangular storage specialized to square process grids
15 - `UPan.hpp`: Panel portion of a blocked algorithm for upper-triangular
17 - `UPanSquare.hpp`: Panel portion of a blocked algorithm for upper-triangular
/dports/devel/boost-docs/boost_1_72_0/libs/geometry/test/robustness/overlay/areal_areal/
H A Drecursive_polygons.cpp24 inline void make_polygon(Polygon& polygon, Generator& generator, bool triangular) in make_polygon() argument
42 if (triangular) in make_polygon()
58 int level, bool triangular, p_q_settings const& settings) in test_recursive_boxes() argument
67 make_polygon(p.front(), generator, triangular); in test_recursive_boxes()
68 make_polygon(q.front(), generator, triangular); in test_recursive_boxes()
76 if (! test_recursive_boxes(p, index, generator, level - 1, triangular, settings) in test_recursive_boxes()
77 || ! test_recursive_boxes(q, index, generator, level - 1, triangular, settings)) in test_recursive_boxes()
134 test_recursive_boxes<mp>(p, index, coordinate_generator, level, triangular, settings); in test_all()
184 bool triangular = form != "box"; in main() local
193 test_all<double, false, true>(seed, count, field_size, level, triangular, settings); in main()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/geometry/test/robustness/overlay/areal_areal/
H A Drecursive_polygons.cpp24 inline void make_polygon(Polygon& polygon, Generator& generator, bool triangular) in make_polygon() argument
42 if (triangular) in make_polygon()
58 int level, bool triangular, p_q_settings const& settings) in test_recursive_boxes() argument
67 make_polygon(p.front(), generator, triangular); in test_recursive_boxes()
68 make_polygon(q.front(), generator, triangular); in test_recursive_boxes()
76 if (! test_recursive_boxes(p, index, generator, level - 1, triangular, settings) in test_recursive_boxes()
77 || ! test_recursive_boxes(q, index, generator, level - 1, triangular, settings)) in test_recursive_boxes()
134 test_recursive_boxes<mp>(p, index, coordinate_generator, level, triangular, settings); in test_all()
184 bool triangular = form != "box"; in main() local
193 test_all<double, false, true>(seed, count, field_size, level, triangular, settings); in main()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/geometry/test/robustness/overlay/areal_areal/
H A Drecursive_polygons.cpp24 inline void make_polygon(Polygon& polygon, Generator& generator, bool triangular) in make_polygon() argument
42 if (triangular) in make_polygon()
58 int level, bool triangular, p_q_settings const& settings) in test_recursive_boxes() argument
67 make_polygon(p.front(), generator, triangular); in test_recursive_boxes()
68 make_polygon(q.front(), generator, triangular); in test_recursive_boxes()
76 if (! test_recursive_boxes(p, index, generator, level - 1, triangular, settings) in test_recursive_boxes()
77 || ! test_recursive_boxes(q, index, generator, level - 1, triangular, settings)) in test_recursive_boxes()
134 test_recursive_boxes<mp>(p, index, coordinate_generator, level, triangular, settings); in test_all()
183 bool triangular = form != "box"; in main() local
192 test_all<double, false, true>(seed, count, field_size, level, triangular, settings); in main()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/geometry/test/robustness/overlay/areal_areal/
H A Drecursive_polygons.cpp24 inline void make_polygon(Polygon& polygon, Generator& generator, bool triangular) in make_polygon() argument
42 if (triangular) in make_polygon()
58 int level, bool triangular, p_q_settings const& settings) in test_recursive_boxes() argument
67 make_polygon(p.front(), generator, triangular); in test_recursive_boxes()
68 make_polygon(q.front(), generator, triangular); in test_recursive_boxes()
76 if (! test_recursive_boxes(p, index, generator, level - 1, triangular, settings) in test_recursive_boxes()
77 || ! test_recursive_boxes(q, index, generator, level - 1, triangular, settings)) in test_recursive_boxes()
134 test_recursive_boxes<mp>(p, index, coordinate_generator, level, triangular, settings); in test_all()
183 bool triangular = form != "box"; in main() local
192 test_all<double, false, true>(seed, count, field_size, level, triangular, settings); in main()
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/geometry/test/robustness/overlay/areal_areal/
H A Drecursive_polygons.cpp24 inline void make_polygon(Polygon& polygon, Generator& generator, bool triangular) in make_polygon() argument
42 if (triangular) in make_polygon()
58 int level, bool triangular, p_q_settings const& settings) in test_recursive_boxes() argument
67 make_polygon(p.front(), generator, triangular); in test_recursive_boxes()
68 make_polygon(q.front(), generator, triangular); in test_recursive_boxes()
76 if (! test_recursive_boxes(p, index, generator, level - 1, triangular, settings) in test_recursive_boxes()
77 || ! test_recursive_boxes(q, index, generator, level - 1, triangular, settings)) in test_recursive_boxes()
134 test_recursive_boxes<mp>(p, index, coordinate_generator, level, triangular, settings); in test_all()
183 bool triangular = form != "box"; in main() local
192 test_all<double, false, true>(seed, count, field_size, level, triangular, settings); in main()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/geometry/test/robustness/overlay/areal_areal/
H A Drecursive_polygons.cpp24 inline void make_polygon(Polygon& polygon, Generator& generator, bool triangular) in make_polygon() argument
42 if (triangular) in make_polygon()
58 int level, bool triangular, p_q_settings const& settings) in test_recursive_boxes() argument
67 make_polygon(p.front(), generator, triangular); in test_recursive_boxes()
68 make_polygon(q.front(), generator, triangular); in test_recursive_boxes()
76 if (! test_recursive_boxes(p, index, generator, level - 1, triangular, settings) in test_recursive_boxes()
77 || ! test_recursive_boxes(q, index, generator, level - 1, triangular, settings)) in test_recursive_boxes()
134 test_recursive_boxes<mp>(p, index, coordinate_generator, level, triangular, settings); in test_all()
183 bool triangular = form != "box"; in main() local
192 test_all<double, false, true>(seed, count, field_size, level, triangular, settings); in main()
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/geometry/test/robustness/overlay/areal_areal/
H A Drecursive_polygons.cpp24 inline void make_polygon(Polygon& polygon, Generator& generator, bool triangular) in make_polygon() argument
42 if (triangular) in make_polygon()
58 int level, bool triangular, p_q_settings const& settings) in test_recursive_boxes() argument
67 make_polygon(p.front(), generator, triangular); in test_recursive_boxes()
68 make_polygon(q.front(), generator, triangular); in test_recursive_boxes()
76 if (! test_recursive_boxes(p, index, generator, level - 1, triangular, settings) in test_recursive_boxes()
77 || ! test_recursive_boxes(q, index, generator, level - 1, triangular, settings)) in test_recursive_boxes()
134 test_recursive_boxes<mp>(p, index, coordinate_generator, level, triangular, settings); in test_all()
183 bool triangular = form != "box"; in main() local
192 test_all<double, false, true>(seed, count, field_size, level, triangular, settings); in main()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/geometry/test/robustness/overlay/areal_areal/
H A Drecursive_polygons.cpp24 inline void make_polygon(Polygon& polygon, Generator& generator, bool triangular) in make_polygon() argument
42 if (triangular) in make_polygon()
58 int level, bool triangular, p_q_settings const& settings) in test_recursive_boxes() argument
67 make_polygon(p.front(), generator, triangular); in test_recursive_boxes()
68 make_polygon(q.front(), generator, triangular); in test_recursive_boxes()
76 if (! test_recursive_boxes(p, index, generator, level - 1, triangular, settings) in test_recursive_boxes()
77 || ! test_recursive_boxes(q, index, generator, level - 1, triangular, settings)) in test_recursive_boxes()
134 test_recursive_boxes<mp>(p, index, coordinate_generator, level, triangular, settings); in test_all()
184 bool triangular = form != "box"; in main() local
193 test_all<double, false, true>(seed, count, field_size, level, triangular, settings); in main()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/geometry/test/robustness/overlay/areal_areal/
H A Drecursive_polygons.cpp25 inline void make_polygon(Polygon& polygon, Generator& generator, bool triangular) in make_polygon() argument
43 if (triangular) in make_polygon()
59 int level, bool triangular, p_q_settings const& settings) in test_recursive_boxes() argument
68 make_polygon(p.front(), generator, triangular); in test_recursive_boxes()
69 make_polygon(q.front(), generator, triangular); in test_recursive_boxes()
77 if (! test_recursive_boxes(p, index, generator, level - 1, triangular, settings) in test_recursive_boxes()
78 || ! test_recursive_boxes(q, index, generator, level - 1, triangular, settings)) in test_recursive_boxes()
112 void test_all(int seed, int count, int field_size, int level, bool triangular, p_q_settings const& … in test_all() argument
136 if (! test_recursive_boxes<mp>(p, index, coordinate_generator, level, triangular, settings)) in test_all()
194 bool triangular = form != "box"; in main() local
[all …]
/dports/math/openturns/openturns-1.18/python/src/
H A DTriangularMatrix_doc.i.in12 The dimension of the triangular matrix (square matrix with *dim* rows and
15 Flag telling if the matrix is triangular lower (*True*) or upper (*False*).
24 The triangular matrix is filled with 0."
29 "Test whether the matrix is lower triangular or upper triangular.
34 Flag telling if the matrix is triangular lower (*True*) or upper (*False*)."
H A DTriangularComplexMatrix_doc.i.in12 The dimension of the triangular matrix (square matrix with *dim* rows and
15 Flag telling if the matrix is triangular lower (*True*) or upper (*False*).
24 The triangular complex matrix is filled with :math:`(0, 0)`. It is not possible to fill
30 "Test whether the matrix is lower triangular or upper triangular.
35 Flag telling if the matrix is triangular lower (*True*) or upper (*False*)."
/dports/devel/boost-python-libs/boost_1_72_0/libs/math/doc/distributions/
H A Dtriangular.qbk4 ``#include <boost/math/distributions/triangular.hpp>``
11 typedef triangular_distribution<> triangular;
30 The [@http://en.wikipedia.org/wiki/Triangular_distribution triangular distribution]
37 The triangular distribution is often used where the distribution is only vaguely known,
44 The [@http://en.wikipedia.org/wiki/Triangular_distribution triangular distribution]
57 The triangular distribution may be appropriate when an assumption of a normal distribution
148 (See [@../../../../boost/math/distributions/triangular.hpp /boost/math/distributions/triangular.hpp…
149 …antile (See [@../../../../boost/math/distributions/triangular.hpp /boost/math/distributions/triang…
153 …wness][(See [@../../../../boost/math/distributions/triangular.hpp /boost/math/distributions/triang…
162 * [@http://en.wikipedia.org/wiki/Triangular_distribution Wikpedia triangular distribution]
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/math/doc/distributions/
H A Dtriangular.qbk4 ``#include <boost/math/distributions/triangular.hpp>``
11 typedef triangular_distribution<> triangular;
30 The [@http://en.wikipedia.org/wiki/Triangular_distribution triangular distribution]
37 The triangular distribution is often used where the distribution is only vaguely known,
44 The [@http://en.wikipedia.org/wiki/Triangular_distribution triangular distribution]
57 The triangular distribution may be appropriate when an assumption of a normal distribution
148 (See [@../../../../boost/math/distributions/triangular.hpp /boost/math/distributions/triangular.hpp…
149 …antile (See [@../../../../boost/math/distributions/triangular.hpp /boost/math/distributions/triang…
153 …wness][(See [@../../../../boost/math/distributions/triangular.hpp /boost/math/distributions/triang…
162 * [@http://en.wikipedia.org/wiki/Triangular_distribution Wikpedia triangular distribution]
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/math/doc/distributions/
H A Dtriangular.qbk4 ``#include <boost/math/distributions/triangular.hpp>``
11 typedef triangular_distribution<> triangular;
30 The [@http://en.wikipedia.org/wiki/Triangular_distribution triangular distribution]
37 The triangular distribution is often used where the distribution is only vaguely known,
44 The [@http://en.wikipedia.org/wiki/Triangular_distribution triangular distribution]
57 The triangular distribution may be appropriate when an assumption of a normal distribution
148 (See [@../../../../boost/math/distributions/triangular.hpp /boost/math/distributions/triangular.hpp…
149 …antile (See [@../../../../boost/math/distributions/triangular.hpp /boost/math/distributions/triang…
153 …wness][(See [@../../../../boost/math/distributions/triangular.hpp /boost/math/distributions/triang…
162 * [@http://en.wikipedia.org/wiki/Triangular_distribution Wikpedia triangular distribution]
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/math/doc/distributions/
H A Dtriangular.qbk4 ``#include <boost/math/distributions/triangular.hpp>``
11 typedef triangular_distribution<> triangular;
30 The [@http://en.wikipedia.org/wiki/Triangular_distribution triangular distribution]
37 The triangular distribution is often used where the distribution is only vaguely known,
44 The [@http://en.wikipedia.org/wiki/Triangular_distribution triangular distribution]
57 The triangular distribution may be appropriate when an assumption of a normal distribution
82 Constructs a [@http://en.wikipedia.org/wiki/triangular_distribution triangular distribution]
148 (See [@../../../../boost/math/distributions/triangular.hpp /boost/math/distributions/triangular.hpp…
149 …antile (See [@../../../../boost/math/distributions/triangular.hpp /boost/math/distributions/triang…
153 …wness][(See [@../../../../boost/math/distributions/triangular.hpp /boost/math/distributions/triang…
[all …]
/dports/math/lapack95/LAPACK95/EXAMPLES2/Old000807/
H A Dsygvet.base68 WRITE(NOUT,*) ' A - the original matrix (upper triangular)'
69 WRITE(NOUT,*) ' B - the original matrix (upper triangular)'
88 WRITE(NOUT,*) ' A - the original matrix (upper triangular)'
89 WRITE(NOUT,*) ' B - the original matrix (upper triangular)'
113 WRITE(NOUT,*) ' A - the original matrix (lower triangular)'
114 WRITE(NOUT,*) ' B - the original matrix (lower triangular)'
138 WRITE(NOUT,*) ' A - the original matrix (lower triangular)'
139 WRITE(NOUT,*) ' B - the original matrix (lower triangular)'
163 WRITE(NOUT,*) ' A - the original matrix (upper triangular)'
164 WRITE(NOUT,*) ' B - the original matrix (upper triangular)'
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/math/doc/distributions/
H A Dtriangular.qbk4 ``#include <boost/math/distributions/triangular.hpp>``
11 typedef triangular_distribution<> triangular;
30 The [@http://en.wikipedia.org/wiki/Triangular_distribution triangular distribution]
37 The triangular distribution is often used where the distribution is only vaguely known,
44 The [@http://en.wikipedia.org/wiki/Triangular_distribution triangular distribution]
60 The triangular distribution may be appropriate when an assumption of a normal distribution
137 (See [@../../../../boost/math/distributions/triangular.hpp /boost/math/distributions/triangular.hpp…
138 …antile (See [@../../../../boost/math/distributions/triangular.hpp /boost/math/distributions/triang…
142 …wness][(See [@../../../../boost/math/distributions/triangular.hpp /boost/math/distributions/triang…
152 * [@http://en.wikipedia.org/wiki/Triangular_distribution Wikpedia triangular distribution]
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/math/doc/distributions/
H A Dtriangular.qbk4 ``#include <boost/math/distributions/triangular.hpp>``
11 typedef triangular_distribution<> triangular;
30 The [@http://en.wikipedia.org/wiki/Triangular_distribution triangular distribution]
37 The triangular distribution is often used where the distribution is only vaguely known,
44 The [@http://en.wikipedia.org/wiki/Triangular_distribution triangular distribution]
60 The triangular distribution may be appropriate when an assumption of a normal distribution
137 (See [@../../../../boost/math/distributions/triangular.hpp /boost/math/distributions/triangular.hpp…
138 …antile (See [@../../../../boost/math/distributions/triangular.hpp /boost/math/distributions/triang…
142 …wness][(See [@../../../../boost/math/distributions/triangular.hpp /boost/math/distributions/triang…
152 * [@http://en.wikipedia.org/wiki/Triangular_distribution Wikpedia triangular distribution]
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/math/doc/distributions/
H A Dtriangular.qbk4 ``#include <boost/math/distributions/triangular.hpp>``
11 typedef triangular_distribution<> triangular;
30 The [@http://en.wikipedia.org/wiki/Triangular_distribution triangular distribution]
37 The triangular distribution is often used where the distribution is only vaguely known,
44 The [@http://en.wikipedia.org/wiki/Triangular_distribution triangular distribution]
60 The triangular distribution may be appropriate when an assumption of a normal distribution
137 (See [@../../../../boost/math/distributions/triangular.hpp /boost/math/distributions/triangular.hpp…
138 …antile (See [@../../../../boost/math/distributions/triangular.hpp /boost/math/distributions/triang…
142 …wness][(See [@../../../../boost/math/distributions/triangular.hpp /boost/math/distributions/triang…
152 * [@http://en.wikipedia.org/wiki/Triangular_distribution Wikpedia triangular distribution]
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/math/doc/distributions/
H A Dtriangular.qbk4 ``#include <boost/math/distributions/triangular.hpp>``
11 typedef triangular_distribution<> triangular;
30 The [@http://en.wikipedia.org/wiki/Triangular_distribution triangular distribution]
37 The triangular distribution is often used where the distribution is only vaguely known,
44 The [@http://en.wikipedia.org/wiki/Triangular_distribution triangular distribution]
60 The triangular distribution may be appropriate when an assumption of a normal distribution
137 (See [@../../../../boost/math/distributions/triangular.hpp /boost/math/distributions/triangular.hpp…
138 …antile (See [@../../../../boost/math/distributions/triangular.hpp /boost/math/distributions/triang…
142 …wness][(See [@../../../../boost/math/distributions/triangular.hpp /boost/math/distributions/triang…
152 * [@http://en.wikipedia.org/wiki/Triangular_distribution Wikpedia triangular distribution]
[all …]

12345678910>>...161