Home
last modified time | relevance | path

Searched refs:Uplo (Results 1 – 25 of 1900) sorted by relevance

12345678910>>...76

/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/gonum.org/v1/gonum/blas/
H A Dblas.go43 type Uplo byte type
46 Upper Uplo = 'U'
47 Lower Uplo = 'L'
48 All Uplo = 'A'
98 Stpmv(ul Uplo, tA Transpose, d Diag, n int, ap []float32, x []float32, incX int) argument
101 Stpsv(ul Uplo, tA Transpose, d Diag, n int, ap []float32, x []float32, incX int) argument
106 Ssyr(ul Uplo, n int, alpha float32, x []float32, incX int, a []float32, lda int) argument
107 Sspr(ul Uplo, n int, alpha float32, x []float32, incX int, ap []float32) argument
160 Dspr(ul Uplo, n int, alpha float64, x []float64, incX int, ap []float64) argument
212 Chpr(ul Uplo, n int, alpha float32, x []complex64, incX int, a []complex64) argument
[all …]
/dports/www/carbonapi/carbonapi-0.14.1/vendor/gonum.org/v1/gonum/blas/
H A Dblas.go43 type Uplo byte type
46 Upper Uplo = 'U'
47 Lower Uplo = 'L'
48 All Uplo = 'A'
98 Stpmv(ul Uplo, tA Transpose, d Diag, n int, ap []float32, x []float32, incX int) argument
101 Stpsv(ul Uplo, tA Transpose, d Diag, n int, ap []float32, x []float32, incX int) argument
106 Ssyr(ul Uplo, n int, alpha float32, x []float32, incX int, a []float32, lda int) argument
107 Sspr(ul Uplo, n int, alpha float32, x []float32, incX int, ap []float32) argument
160 Dspr(ul Uplo, n int, alpha float64, x []float64, incX int, ap []float64) argument
212 Chpr(ul Uplo, n int, alpha float32, x []complex64, incX int, a []complex64) argument
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/gonum.org/v1/gonum/blas/
H A Dblas.go43 type Uplo byte type
46 Upper Uplo = 'U'
47 Lower Uplo = 'L'
48 All Uplo = 'A'
98 Stpmv(ul Uplo, tA Transpose, d Diag, n int, ap []float32, x []float32, incX int) argument
101 Stpsv(ul Uplo, tA Transpose, d Diag, n int, ap []float32, x []float32, incX int) argument
106 Ssyr(ul Uplo, n int, alpha float32, x []float32, incX int, a []float32, lda int) argument
107 Sspr(ul Uplo, n int, alpha float32, x []float32, incX int, ap []float32) argument
160 Dspr(ul Uplo, n int, alpha float64, x []float64, incX int, ap []float64) argument
212 Chpr(ul Uplo, n int, alpha float32, x []complex64, incX int, a []complex64) argument
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/blas/
H A Dblas.go43 type Uplo byte type
46 Upper Uplo = 'U'
47 Lower Uplo = 'L'
48 All Uplo = 'A'
98 Stpmv(ul Uplo, tA Transpose, d Diag, n int, ap []float32, x []float32, incX int) argument
101 Stpsv(ul Uplo, tA Transpose, d Diag, n int, ap []float32, x []float32, incX int) argument
106 Ssyr(ul Uplo, n int, alpha float32, x []float32, incX int, a []float32, lda int) argument
107 Sspr(ul Uplo, n int, alpha float32, x []float32, incX int, ap []float32) argument
160 Dspr(ul Uplo, n int, alpha float64, x []float64, incX int, ap []float64) argument
212 Chpr(ul Uplo, n int, alpha float32, x []complex64, incX int, a []complex64) argument
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/blas/
H A Dblas.go43 type Uplo byte type
46 Upper Uplo = 'U'
47 Lower Uplo = 'L'
48 All Uplo = 'A'
98 Stpmv(ul Uplo, tA Transpose, d Diag, n int, ap []float32, x []float32, incX int) argument
101 Stpsv(ul Uplo, tA Transpose, d Diag, n int, ap []float32, x []float32, incX int) argument
106 Ssyr(ul Uplo, n int, alpha float32, x []float32, incX int, a []float32, lda int) argument
107 Sspr(ul Uplo, n int, alpha float32, x []float32, incX int, ap []float32) argument
160 Dspr(ul Uplo, n int, alpha float64, x []float64, incX int, ap []float64) argument
212 Chpr(ul Uplo, n int, alpha float32, x []complex64, incX int, a []complex64) argument
[all …]
/dports/math/py-pygsl/pygsl-2.3.0/pygsl/
H A Dblas.py182 Uplo=CblasLower, argument
205 Uplo=CblasLower, argument
227 Uplo=CblasLower, argument
252 Uplo=CblasLower, argument
503 Uplo=CblasLower, argument
526 Uplo=CblasLower, argument
549 Uplo=CblasLower, argument
572 Uplo=CblasLower, argument
595 Uplo=CblasLower, argument
614 Uplo=CblasLower, argument
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/blas/cblas128/
H A Dconv_symmetric_test.go21 Uplo: a.Uplo,
37 func (m Symmetric) uplo() blas.Uplo { return m.Uplo }
44 Uplo: a.Uplo,
60 func (m SymmetricCols) uplo() blas.Uplo { return m.Uplo }
65 uplo() blas.Uplo
123 Uplo: a.Uplo,
139 switch m.Uplo {
156 func (m SymmetricBand) uplo() blas.Uplo { return m.Uplo }
164 Uplo: a.Uplo,
180 switch m.Uplo {
[all …]
H A Dconv_hermitian_test.go21 Uplo: a.Uplo,
37 func (m Hermitian) uplo() blas.Uplo { return m.Uplo }
44 Uplo: a.Uplo,
60 func (m HermitianCols) uplo() blas.Uplo { return m.Uplo }
65 uplo() blas.Uplo
123 Uplo: a.Uplo,
139 switch m.Uplo {
156 func (m HermitianBand) uplo() blas.Uplo { return m.Uplo }
164 Uplo: a.Uplo,
180 switch m.Uplo {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/blas/cblas64/
H A Dconv_hermitian_test.go21 Uplo: a.Uplo,
37 func (m Hermitian) uplo() blas.Uplo { return m.Uplo }
44 Uplo: a.Uplo,
60 func (m HermitianCols) uplo() blas.Uplo { return m.Uplo }
65 uplo() blas.Uplo
123 Uplo: a.Uplo,
139 switch m.Uplo {
156 func (m HermitianBand) uplo() blas.Uplo { return m.Uplo }
164 Uplo: a.Uplo,
180 switch m.Uplo {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/blas/blas32/
H A Dconv_symmetric_test.go21 Uplo: a.Uplo,
37 func (m Symmetric) uplo() blas.Uplo { return m.Uplo }
44 Uplo: a.Uplo,
60 func (m SymmetricCols) uplo() blas.Uplo { return m.Uplo }
65 uplo() blas.Uplo
123 Uplo: a.Uplo,
139 switch m.Uplo {
156 func (m SymmetricBand) uplo() blas.Uplo { return m.Uplo }
164 Uplo: a.Uplo,
180 switch m.Uplo {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/blas/blas64/
H A Dconv_symmetric_test.go19 Uplo: a.Uplo,
35 func (m Symmetric) uplo() blas.Uplo { return m.Uplo }
42 Uplo: a.Uplo,
58 func (m SymmetricCols) uplo() blas.Uplo { return m.Uplo }
63 uplo() blas.Uplo
121 Uplo: a.Uplo,
137 switch m.Uplo {
154 func (m SymmetricBand) uplo() blas.Uplo { return m.Uplo }
162 Uplo: a.Uplo,
178 switch m.Uplo {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/blas/cblas128/
H A Dconv_hermitian_test.go21 Uplo: a.Uplo,
37 func (m Hermitian) uplo() blas.Uplo { return m.Uplo }
44 Uplo: a.Uplo,
60 func (m HermitianCols) uplo() blas.Uplo { return m.Uplo }
65 uplo() blas.Uplo
123 Uplo: a.Uplo,
139 switch m.Uplo {
156 func (m HermitianBand) uplo() blas.Uplo { return m.Uplo }
164 Uplo: a.Uplo,
180 switch m.Uplo {
[all …]
H A Dconv_symmetric_test.go21 Uplo: a.Uplo,
37 func (m Symmetric) uplo() blas.Uplo { return m.Uplo }
44 Uplo: a.Uplo,
60 func (m SymmetricCols) uplo() blas.Uplo { return m.Uplo }
65 uplo() blas.Uplo
123 Uplo: a.Uplo,
139 switch m.Uplo {
156 func (m SymmetricBand) uplo() blas.Uplo { return m.Uplo }
164 Uplo: a.Uplo,
180 switch m.Uplo {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/blas/blas32/
H A Dconv_symmetric_test.go21 Uplo: a.Uplo,
37 func (m Symmetric) uplo() blas.Uplo { return m.Uplo }
44 Uplo: a.Uplo,
60 func (m SymmetricCols) uplo() blas.Uplo { return m.Uplo }
65 uplo() blas.Uplo
123 Uplo: a.Uplo,
139 switch m.Uplo {
156 func (m SymmetricBand) uplo() blas.Uplo { return m.Uplo }
164 Uplo: a.Uplo,
180 switch m.Uplo {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/blas/blas64/
H A Dconv_symmetric_test.go19 Uplo: a.Uplo,
35 func (m Symmetric) uplo() blas.Uplo { return m.Uplo }
42 Uplo: a.Uplo,
58 func (m SymmetricCols) uplo() blas.Uplo { return m.Uplo }
63 uplo() blas.Uplo
121 Uplo: a.Uplo,
137 switch m.Uplo {
154 func (m SymmetricBand) uplo() blas.Uplo { return m.Uplo }
162 Uplo: a.Uplo,
178 switch m.Uplo {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/blas/cblas64/
H A Dconv_hermitian_test.go21 Uplo: a.Uplo,
37 func (m Hermitian) uplo() blas.Uplo { return m.Uplo }
44 Uplo: a.Uplo,
60 func (m HermitianCols) uplo() blas.Uplo { return m.Uplo }
65 uplo() blas.Uplo
123 Uplo: a.Uplo,
139 switch m.Uplo {
156 func (m HermitianBand) uplo() blas.Uplo { return m.Uplo }
164 Uplo: a.Uplo,
180 switch m.Uplo {
[all …]
/dports/astro/astrometry/astrometry.net-0.85/gsl-an/cblas/
H A Derror_cblas_l2.h69 CHECK_UPLO(pos,2,Uplo); \
80 CHECK_UPLO(pos,2,Uplo); \
93 CHECK_UPLO(pos,2,Uplo); \
118 CHECK_UPLO(pos,2,Uplo); \
129 CHECK_UPLO(pos,2,Uplo); \
141 CHECK_UPLO(pos,2,Uplo); \
166 CHECK_UPLO(pos,2,Uplo); \
176 CHECK_UPLO(pos,2,Uplo); \
183 CHECK_UPLO(pos,2,Uplo); \
194 CHECK_UPLO(pos,2,Uplo); \
[all …]
/dports/math/gsl/gsl-2.7/cblas/
H A Derror_cblas_l2.h69 CHECK_UPLO(pos,2,Uplo); \
80 CHECK_UPLO(pos,2,Uplo); \
93 CHECK_UPLO(pos,2,Uplo); \
118 CHECK_UPLO(pos,2,Uplo); \
129 CHECK_UPLO(pos,2,Uplo); \
141 CHECK_UPLO(pos,2,Uplo); \
166 CHECK_UPLO(pos,2,Uplo); \
176 CHECK_UPLO(pos,2,Uplo); \
183 CHECK_UPLO(pos,2,Uplo); \
194 CHECK_UPLO(pos,2,Uplo); \
[all …]
/dports/math/iml/iml-1.0.5/
H A Dcblas.h152 void cblas_strmv(const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo,
156 void cblas_stbmv(const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo,
160 void cblas_stpmv(const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo,
163 void cblas_strsv(const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo,
167 void cblas_stbsv(const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo,
417 const enum CBLAS_UPLO Uplo, const int M, const int N,
447 const enum CBLAS_UPLO Uplo, const int M, const int N,
477 const enum CBLAS_UPLO Uplo, const int M, const int N,
507 const enum CBLAS_UPLO Uplo, const int M, const int N,
536 const enum CBLAS_UPLO Uplo, const int M, const int N,
[all …]
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/apps/linear_algebra/include/
H A Dcblas.h174 void cblas_strmv(const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo,
178 void cblas_stbmv(const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo,
182 void cblas_stpmv(const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo,
185 void cblas_strsv(const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo,
189 void cblas_stbsv(const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo,
437 const enum CBLAS_UPLO Uplo, const int M, const int N,
467 const enum CBLAS_UPLO Uplo, const int M, const int N,
497 const enum CBLAS_UPLO Uplo, const int M, const int N,
527 const enum CBLAS_UPLO Uplo, const int M, const int N,
555 const enum CBLAS_UPLO Uplo, const int M, const int N,
[all …]
/dports/audio/mixxx/mixxx-2.3.0/lib/qm-dsp/include/
H A Dcblas.h159 void cblas_strmv(const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo,
163 void cblas_stbmv(const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo,
167 void cblas_stpmv(const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo,
170 void cblas_strsv(const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo,
174 void cblas_stbsv(const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo,
424 const enum CBLAS_UPLO Uplo, const int M, const int N,
454 const enum CBLAS_UPLO Uplo, const int M, const int N,
484 const enum CBLAS_UPLO Uplo, const int M, const int N,
514 const enum CBLAS_UPLO Uplo, const int M, const int N,
543 const enum CBLAS_UPLO Uplo, const int M, const int N,
[all …]
/dports/math/libflame/libflame-5.2.0/src/base/flamec/blis/include/
H A Dblis_prototypes_cblas.h160 void cblas_strmv(const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo,
164 void cblas_stbmv(const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo,
168 void cblas_stpmv(const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo,
171 void cblas_strsv(const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo,
175 void cblas_stbsv(const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo,
425 const enum CBLAS_UPLO Uplo, const int M, const int N,
455 const enum CBLAS_UPLO Uplo, const int M, const int N,
485 const enum CBLAS_UPLO Uplo, const int M, const int N,
515 const enum CBLAS_UPLO Uplo, const int M, const int N,
544 const enum CBLAS_UPLO Uplo, const int M, const int N,
[all …]
/dports/science/siconos/siconos-4.4.0/externals/blas_lapack/cblas_header/
H A Dcblas.h157 void cblas_strmv(const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo,
161 void cblas_stbmv(const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo,
165 void cblas_stpmv(const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo,
168 void cblas_strsv(const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo,
172 void cblas_stbsv(const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo,
422 const enum CBLAS_UPLO Uplo, const int M, const int N,
452 const enum CBLAS_UPLO Uplo, const int M, const int N,
482 const enum CBLAS_UPLO Uplo, const int M, const int N,
512 const enum CBLAS_UPLO Uplo, const int M, const int N,
541 const enum CBLAS_UPLO Uplo, const int M, const int N,
[all …]
/dports/science/siconos/siconos-4.4.0/externals/lbl/include/
H A Dcblas.h159 void cblas_strmv(const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo,
163 void cblas_stbmv(const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo,
167 void cblas_stpmv(const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo,
170 void cblas_strsv(const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo,
174 void cblas_stbsv(const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo,
424 const enum CBLAS_UPLO Uplo, const int M, const int N,
454 const enum CBLAS_UPLO Uplo, const int M, const int N,
484 const enum CBLAS_UPLO Uplo, const int M, const int N,
514 const enum CBLAS_UPLO Uplo, const int M, const int N,
543 const enum CBLAS_UPLO Uplo, const int M, const int N,
[all …]
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/ext/qm-dsp/include/
H A Dcblas.h159 void cblas_strmv(const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo,
163 void cblas_stbmv(const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo,
167 void cblas_stpmv(const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo,
170 void cblas_strsv(const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo,
174 void cblas_stbsv(const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo,
424 const enum CBLAS_UPLO Uplo, const int M, const int N,
454 const enum CBLAS_UPLO Uplo, const int M, const int N,
484 const enum CBLAS_UPLO Uplo, const int M, const int N,
514 const enum CBLAS_UPLO Uplo, const int M, const int N,
543 const enum CBLAS_UPLO Uplo, const int M, const int N,
[all …]

12345678910>>...76