Home
last modified time | relevance | path

Searched refs:Sparse (Results 1 – 25 of 3772) sorted by relevance

12345678910>>...151

/dports/math/scilab/scilab-6.1.1/scilab/modules/ast/includes/types/
H A Dsparse.hxx46 virtual ~Sparse();
65 Sparse(Sparse const& o);
148 Sparse* clone(void);
190 Sparse* append(int r, int c, types::Sparse SPARSE_CONST* src);
245 Sparse* add(Sparse const& o) const;
266 Sparse* substract(Sparse const& o) const;
285 Sparse* multiply(Sparse const& o) const;
303 Sparse* dotMultiply(Sparse SPARSE_CONST& o) const;
309 Sparse* dotDivide(Sparse SPARSE_CONST& o) const;
315 int newCholLLT(Sparse** permut, Sparse** factor) const;
[all …]
/dports/math/octave/octave-6.4.0/liboctave/array/
H A DSparse.h48 Sparse
168 Sparse (void) in Sparse() function
198 Sparse (const Sparse<U>& a) in Sparse() function
210 Sparse (const Sparse<T>& a) in Sparse() function
220 Sparse (const Sparse<T>& a, const dim_vector& dv);
231 Sparse<T>& operator = (const Sparse<T>& a);
545 static Sparse<T>
580 Sparse<U>
583 Sparse<U> result; in map()
636 Sparse<U>
[all …]
H A DboolSparse.h42 SparseBoolMatrix : public Sparse<bool>
49 SparseBoolMatrix (void) : Sparse<bool> () { } in SparseBoolMatrix()
52 : Sparse<bool> (r, c) { } in SparseBoolMatrix()
55 : Sparse<bool> (r, c, val) { } in SparseBoolMatrix()
58 : Sparse<bool> (dv, nz) { }
60 SparseBoolMatrix (const Sparse<bool>& a) : Sparse<bool> (a) { } in SparseBoolMatrix()
62 SparseBoolMatrix (const SparseBoolMatrix& a) : Sparse<bool> (a) { } in SparseBoolMatrix()
65 : Sparse<bool> (a, dv) { } in SparseBoolMatrix()
77 : Sparse<bool> (a, r, c, nr, nc, sum_terms, nzm) { }
84 Sparse<bool>::operator = (a);
[all …]
H A DMSparse.h41 MSparse : public Sparse<T>
45 MSparse (void) : Sparse<T> () { } in MSparse()
50 : Sparse<T> (dv, nz) { }
56 MSparse (const Sparse<T>& a) : Sparse<T> (a) { } in MSparse()
59 MSparse (const Sparse<U>& a) : Sparse<T> (a) { } in MSparse()
67 : Sparse<T> (r, c, val) { } in MSparse()
72 : Sparse<T> (r, c, num_nz) { } in MSparse()
78 Sparse<T>::operator = (a);
84 Sparse<T>::insert (a, r, c); in insert()
90 Sparse<T>::insert (a, indx); in insert()
[all …]
H A DSparse.cc222 Sparse<T>::Sparse (const PermMatrix& a) in Sparse() function in Sparse
240 Sparse<T>::Sparse (const dim_vector& dv) in Sparse() function in Sparse
251 Sparse<T>::Sparse (const Sparse<T>& a, const dim_vector& dv) in Sparse() function in Sparse
660 Sparse<T>::Sparse (const Array<T>& a) in Sparse() function in Sparse
694 Sparse<T>::~Sparse (void) in ~Sparse()
701 Sparse<T>&
702 Sparse<T>::operator = (const Sparse<T>& a) in operator =()
824 Sparse<T>
903 Sparse<T>
1104 Sparse<T>
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/ast/src/cpp/types/
H A Dsparse.cpp381 Sparse::~Sparse() in ~Sparse()
390 Sparse::Sparse(Sparse const& src) in Sparse() function in types::Sparse
823 Sparse* Sparse::clone(void) in clone()
1530 Sparse* Sparse::insert(typed_list* _pArgs, Sparse* _pSource) in insert()
2361 Sparse* Sparse::add(Sparse const& o) const in add()
2386 Sparse* Sparse::substract(Sparse const& o) const in substract()
2426 Sparse* Sparse::multiply(Sparse const& o) const in multiply()
2451 Sparse* Sparse::dotMultiply(Sparse SPARSE_CONST& o) const in dotMultiply()
2475 Sparse* Sparse::dotDivide(Sparse SPARSE_CONST& o) const in dotDivide()
2556 Sparse* Sparse::newOnes() const in newOnes()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/ast/includes/operations/
H A Dtypes_multiplication.hxx30 int MultiplySparseBySparse(types::Sparse* _pSparse1, types::Sparse* _pSparse2, types::Sparse** _pSp…
31 int MultiplyDoubleBySparse(types::Double* _pDouble, types::Sparse *_pSparse, types::GenericType** _…
32 int MultiplySparseByDouble(types::Sparse *_pSparse, types::Double*_pDouble, types::GenericType** _p…
34 int DotMultiplySparseBySparse(types::Sparse* _pSparse1, types::Sparse* _pSparse2, types::Sparse** _…
35 int DotMultiplyDoubleBySparse(types::Double* _pDouble1, types::Sparse* _pSparse2, types::GenericTyp…
36 int DotMultiplySparseByDouble(types::Sparse* _pSparse1, types::Double* _pDouble2, types::GenericTyp…
/dports/net/evans/evans-0.9.1/vendor/golang.org/x/tools/container/intsets/
H A Dsparse.go446 func (s *Sparse) Copy(x *Sparse) { argument
517 func (s *Sparse) IntersectionWith(x *Sparse) { argument
553 func (s *Sparse) Intersection(x, y *Sparse) { argument
604 func (s *Sparse) Intersects(x *Sparse) bool { argument
627 func (s *Sparse) UnionWith(x *Sparse) bool { argument
658 func (s *Sparse) Union(x, y *Sparse) { argument
704 func (s *Sparse) DifferenceWith(x *Sparse) { argument
738 func (s *Sparse) Difference(x, y *Sparse) { argument
852 func (s *Sparse) SymmetricDifference(x, y *Sparse) { argument
923 func (s *Sparse) SubsetOf(x *Sparse) bool { argument
[all …]
/dports/www/bugzilla2atom/bugzilla2atom-56126912bf314a80744827758d582e5e60e7178c/vendor/golang.org/x/tools/container/intsets/
H A Dsparse.go446 func (s *Sparse) Copy(x *Sparse) { argument
517 func (s *Sparse) IntersectionWith(x *Sparse) { argument
553 func (s *Sparse) Intersection(x, y *Sparse) { argument
604 func (s *Sparse) Intersects(x *Sparse) bool { argument
627 func (s *Sparse) UnionWith(x *Sparse) bool { argument
658 func (s *Sparse) Union(x, y *Sparse) { argument
704 func (s *Sparse) DifferenceWith(x *Sparse) { argument
738 func (s *Sparse) Difference(x, y *Sparse) { argument
852 func (s *Sparse) SymmetricDifference(x, y *Sparse) { argument
923 func (s *Sparse) SubsetOf(x *Sparse) bool { argument
[all …]
/dports/security/vault/vault-1.8.2/vendor/golang.org/x/tools/container/intsets/
H A Dsparse.go446 func (s *Sparse) Copy(x *Sparse) { argument
517 func (s *Sparse) IntersectionWith(x *Sparse) { argument
553 func (s *Sparse) Intersection(x, y *Sparse) { argument
604 func (s *Sparse) Intersects(x *Sparse) bool { argument
627 func (s *Sparse) UnionWith(x *Sparse) bool { argument
658 func (s *Sparse) Union(x, y *Sparse) { argument
704 func (s *Sparse) DifferenceWith(x *Sparse) { argument
738 func (s *Sparse) Difference(x, y *Sparse) { argument
852 func (s *Sparse) SymmetricDifference(x, y *Sparse) { argument
923 func (s *Sparse) SubsetOf(x *Sparse) bool { argument
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/golang.org/x/tools/container/intsets/
H A Dsparse.go446 func (s *Sparse) Copy(x *Sparse) { argument
517 func (s *Sparse) IntersectionWith(x *Sparse) { argument
553 func (s *Sparse) Intersection(x, y *Sparse) { argument
604 func (s *Sparse) Intersects(x *Sparse) bool { argument
627 func (s *Sparse) UnionWith(x *Sparse) bool { argument
658 func (s *Sparse) Union(x, y *Sparse) { argument
704 func (s *Sparse) DifferenceWith(x *Sparse) { argument
738 func (s *Sparse) Difference(x, y *Sparse) { argument
852 func (s *Sparse) SymmetricDifference(x, y *Sparse) { argument
923 func (s *Sparse) SubsetOf(x *Sparse) bool { argument
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/golang.org/x/tools/container/intsets/
H A Dsparse.go446 func (s *Sparse) Copy(x *Sparse) { argument
517 func (s *Sparse) IntersectionWith(x *Sparse) { argument
553 func (s *Sparse) Intersection(x, y *Sparse) { argument
604 func (s *Sparse) Intersects(x *Sparse) bool { argument
627 func (s *Sparse) UnionWith(x *Sparse) bool { argument
658 func (s *Sparse) Union(x, y *Sparse) { argument
704 func (s *Sparse) DifferenceWith(x *Sparse) { argument
738 func (s *Sparse) Difference(x, y *Sparse) { argument
852 func (s *Sparse) SymmetricDifference(x, y *Sparse) { argument
923 func (s *Sparse) SubsetOf(x *Sparse) bool { argument
[all …]
/dports/devel/liteide/liteide-x37.4/liteidex/vendor/golang.org/x/tools/container/intsets/
H A Dsparse.go446 func (s *Sparse) Copy(x *Sparse) { argument
517 func (s *Sparse) IntersectionWith(x *Sparse) { argument
553 func (s *Sparse) Intersection(x, y *Sparse) { argument
604 func (s *Sparse) Intersects(x *Sparse) bool { argument
627 func (s *Sparse) UnionWith(x *Sparse) bool { argument
658 func (s *Sparse) Union(x, y *Sparse) { argument
704 func (s *Sparse) DifferenceWith(x *Sparse) { argument
738 func (s *Sparse) Difference(x, y *Sparse) { argument
852 func (s *Sparse) SymmetricDifference(x, y *Sparse) { argument
923 func (s *Sparse) SubsetOf(x *Sparse) bool { argument
[all …]
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/golang.org/x/tools/container/intsets/
H A Dsparse.go446 func (s *Sparse) Copy(x *Sparse) { argument
517 func (s *Sparse) IntersectionWith(x *Sparse) { argument
553 func (s *Sparse) Intersection(x, y *Sparse) { argument
604 func (s *Sparse) Intersects(x *Sparse) bool { argument
627 func (s *Sparse) UnionWith(x *Sparse) bool { argument
658 func (s *Sparse) Union(x, y *Sparse) { argument
704 func (s *Sparse) DifferenceWith(x *Sparse) { argument
738 func (s *Sparse) Difference(x, y *Sparse) { argument
852 func (s *Sparse) SymmetricDifference(x, y *Sparse) { argument
923 func (s *Sparse) SubsetOf(x *Sparse) bool { argument
[all …]
/dports/devel/go-bindata/go-bindata-3.1.3/vendor/golang.org/x/tools/container/intsets/
H A Dsparse.go446 func (s *Sparse) Copy(x *Sparse) { argument
517 func (s *Sparse) IntersectionWith(x *Sparse) { argument
553 func (s *Sparse) Intersection(x, y *Sparse) { argument
604 func (s *Sparse) Intersects(x *Sparse) bool { argument
627 func (s *Sparse) UnionWith(x *Sparse) bool { argument
658 func (s *Sparse) Union(x, y *Sparse) { argument
704 func (s *Sparse) DifferenceWith(x *Sparse) { argument
738 func (s *Sparse) Difference(x, y *Sparse) { argument
852 func (s *Sparse) SymmetricDifference(x, y *Sparse) { argument
923 func (s *Sparse) SubsetOf(x *Sparse) bool { argument
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/golang.org/x/tools/container/intsets/
H A Dsparse.go446 func (s *Sparse) Copy(x *Sparse) { argument
517 func (s *Sparse) IntersectionWith(x *Sparse) { argument
553 func (s *Sparse) Intersection(x, y *Sparse) { argument
604 func (s *Sparse) Intersects(x *Sparse) bool { argument
627 func (s *Sparse) UnionWith(x *Sparse) bool { argument
658 func (s *Sparse) Union(x, y *Sparse) { argument
704 func (s *Sparse) DifferenceWith(x *Sparse) { argument
738 func (s *Sparse) Difference(x, y *Sparse) { argument
852 func (s *Sparse) SymmetricDifference(x, y *Sparse) { argument
923 func (s *Sparse) SubsetOf(x *Sparse) bool { argument
[all …]
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/golang.org/x/tools/tools-5eefd052ad72/container/intsets/
H A Dsparse.go446 func (s *Sparse) Copy(x *Sparse) { argument
517 func (s *Sparse) IntersectionWith(x *Sparse) { argument
553 func (s *Sparse) Intersection(x, y *Sparse) { argument
604 func (s *Sparse) Intersects(x *Sparse) bool { argument
627 func (s *Sparse) UnionWith(x *Sparse) bool { argument
658 func (s *Sparse) Union(x, y *Sparse) { argument
704 func (s *Sparse) DifferenceWith(x *Sparse) { argument
738 func (s *Sparse) Difference(x, y *Sparse) { argument
852 func (s *Sparse) SymmetricDifference(x, y *Sparse) { argument
923 func (s *Sparse) SubsetOf(x *Sparse) bool { argument
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/golang.org/x/tools/container/intsets/
H A Dsparse.go446 func (s *Sparse) Copy(x *Sparse) { argument
517 func (s *Sparse) IntersectionWith(x *Sparse) { argument
553 func (s *Sparse) Intersection(x, y *Sparse) { argument
604 func (s *Sparse) Intersects(x *Sparse) bool { argument
627 func (s *Sparse) UnionWith(x *Sparse) bool { argument
658 func (s *Sparse) Union(x, y *Sparse) { argument
704 func (s *Sparse) DifferenceWith(x *Sparse) { argument
738 func (s *Sparse) Difference(x, y *Sparse) { argument
852 func (s *Sparse) SymmetricDifference(x, y *Sparse) { argument
923 func (s *Sparse) SubsetOf(x *Sparse) bool { argument
[all …]
/dports/security/xray-core/Xray-core-1.5.0/vendor/golang.org/x/tools/container/intsets/
H A Dsparse.go446 func (s *Sparse) Copy(x *Sparse) { argument
517 func (s *Sparse) IntersectionWith(x *Sparse) { argument
553 func (s *Sparse) Intersection(x, y *Sparse) { argument
604 func (s *Sparse) Intersects(x *Sparse) bool { argument
627 func (s *Sparse) UnionWith(x *Sparse) bool { argument
658 func (s *Sparse) Union(x, y *Sparse) { argument
704 func (s *Sparse) DifferenceWith(x *Sparse) { argument
738 func (s *Sparse) Difference(x, y *Sparse) { argument
852 func (s *Sparse) SymmetricDifference(x, y *Sparse) { argument
923 func (s *Sparse) SubsetOf(x *Sparse) bool { argument
[all …]
/dports/security/vuls/vuls-0.13.7/vendor/golang.org/x/tools/container/intsets/
H A Dsparse.go446 func (s *Sparse) Copy(x *Sparse) { argument
517 func (s *Sparse) IntersectionWith(x *Sparse) { argument
553 func (s *Sparse) Intersection(x, y *Sparse) { argument
604 func (s *Sparse) Intersects(x *Sparse) bool { argument
627 func (s *Sparse) UnionWith(x *Sparse) bool { argument
658 func (s *Sparse) Union(x, y *Sparse) { argument
704 func (s *Sparse) DifferenceWith(x *Sparse) { argument
738 func (s *Sparse) Difference(x, y *Sparse) { argument
852 func (s *Sparse) SymmetricDifference(x, y *Sparse) { argument
923 func (s *Sparse) SubsetOf(x *Sparse) bool { argument
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/golang.org/x/tools/container/intsets/
H A Dsparse.go446 func (s *Sparse) Copy(x *Sparse) { argument
517 func (s *Sparse) IntersectionWith(x *Sparse) { argument
553 func (s *Sparse) Intersection(x, y *Sparse) { argument
604 func (s *Sparse) Intersects(x *Sparse) bool { argument
627 func (s *Sparse) UnionWith(x *Sparse) bool { argument
658 func (s *Sparse) Union(x, y *Sparse) { argument
704 func (s *Sparse) DifferenceWith(x *Sparse) { argument
738 func (s *Sparse) Difference(x, y *Sparse) { argument
852 func (s *Sparse) SymmetricDifference(x, y *Sparse) { argument
923 func (s *Sparse) SubsetOf(x *Sparse) bool { argument
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/golang.org/x/tools/container/intsets/
H A Dsparse.go446 func (s *Sparse) Copy(x *Sparse) { argument
517 func (s *Sparse) IntersectionWith(x *Sparse) { argument
553 func (s *Sparse) Intersection(x, y *Sparse) { argument
604 func (s *Sparse) Intersects(x *Sparse) bool { argument
627 func (s *Sparse) UnionWith(x *Sparse) bool { argument
658 func (s *Sparse) Union(x, y *Sparse) { argument
704 func (s *Sparse) DifferenceWith(x *Sparse) { argument
738 func (s *Sparse) Difference(x, y *Sparse) { argument
852 func (s *Sparse) SymmetricDifference(x, y *Sparse) { argument
923 func (s *Sparse) SubsetOf(x *Sparse) bool { argument
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/golang.org/x/tools/container/intsets/
H A Dsparse.go446 func (s *Sparse) Copy(x *Sparse) { argument
517 func (s *Sparse) IntersectionWith(x *Sparse) { argument
553 func (s *Sparse) Intersection(x, y *Sparse) { argument
604 func (s *Sparse) Intersects(x *Sparse) bool { argument
627 func (s *Sparse) UnionWith(x *Sparse) bool { argument
658 func (s *Sparse) Union(x, y *Sparse) { argument
704 func (s *Sparse) DifferenceWith(x *Sparse) { argument
738 func (s *Sparse) Difference(x, y *Sparse) { argument
852 func (s *Sparse) SymmetricDifference(x, y *Sparse) { argument
923 func (s *Sparse) SubsetOf(x *Sparse) bool { argument
[all …]
/dports/devel/golint/lint-959b441/vendor/golang.org/x/tools/container/intsets/
H A Dsparse.go446 func (s *Sparse) Copy(x *Sparse) { argument
517 func (s *Sparse) IntersectionWith(x *Sparse) { argument
553 func (s *Sparse) Intersection(x, y *Sparse) { argument
604 func (s *Sparse) Intersects(x *Sparse) bool { argument
627 func (s *Sparse) UnionWith(x *Sparse) bool { argument
658 func (s *Sparse) Union(x, y *Sparse) { argument
704 func (s *Sparse) DifferenceWith(x *Sparse) { argument
738 func (s *Sparse) Difference(x, y *Sparse) { argument
852 func (s *Sparse) SymmetricDifference(x, y *Sparse) { argument
923 func (s *Sparse) SubsetOf(x *Sparse) bool { argument
[all …]
/dports/dns/blocky/blocky-0.17/vendor/golang.org/x/tools/container/intsets/
H A Dsparse.go446 func (s *Sparse) Copy(x *Sparse) { argument
517 func (s *Sparse) IntersectionWith(x *Sparse) { argument
553 func (s *Sparse) Intersection(x, y *Sparse) { argument
604 func (s *Sparse) Intersects(x *Sparse) bool { argument
627 func (s *Sparse) UnionWith(x *Sparse) bool { argument
658 func (s *Sparse) Union(x, y *Sparse) { argument
704 func (s *Sparse) DifferenceWith(x *Sparse) { argument
738 func (s *Sparse) Difference(x, y *Sparse) { argument
852 func (s *Sparse) SymmetricDifference(x, y *Sparse) { argument
923 func (s *Sparse) SubsetOf(x *Sparse) bool { argument
[all …]

12345678910>>...151