Home
last modified time | relevance | path

Searched defs:CDense (Results 1 – 7 of 7) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/mat/
H A Dcdense.go21 type CDense struct { struct
22 mat cblas128.General
24 capRows, capCols int
28 func (m *CDense) Dims() (r, c int) {
37 func (m *CDense) H() CMatrix {
43 func (m *CDense) T() CMatrix {
50 func (m *CDense) Conj(a CMatrix) {
154 func (m *CDense) ReuseAs(r, c int) {
241 func (m *CDense) Reset() {
250 func (m *CDense) IsEmpty() bool {
[all …]
H A Dpool.go271 func putWorkspaceCmplx(w *CDense) {
/dports/www/carbonapi/carbonapi-0.14.1/vendor/gonum.org/v1/gonum/mat/
H A Dcdense.go17 type CDense struct { struct
18 mat cblas128.General
20 capRows, capCols int
24 func (m *CDense) Dims() (r, c int) {
30 func (m *CDense) H() CMatrix {
76 func (m *CDense) ReuseAs(r, c int) {
93 func (m *CDense) reuseAsNonZeroed(r, c int) {
117 func (m *CDense) reuseAsZeroed(r, c int) {
148 func (m *CDense) Reset() {
157 func (m *CDense) IsEmpty() bool {
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/gonum.org/v1/gonum/mat/
H A Dcdense.go17 type CDense struct { struct
18 mat cblas128.General
20 capRows, capCols int
24 func (m *CDense) Dims() (r, c int) {
30 func (m *CDense) H() CMatrix {
76 func (m *CDense) ReuseAs(r, c int) {
93 func (m *CDense) reuseAsNonZeroed(r, c int) {
117 func (m *CDense) reuseAsZeroed(r, c int) {
148 func (m *CDense) Reset() {
157 func (m *CDense) IsEmpty() bool {
[all …]
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/gonum.org/v1/gonum/mat/
H A Dcdense.go10 type CDense struct { struct
11 mat cblas128.General
13 capRows, capCols int
17 func (m *CDense) Dims() (r, c int) {
23 func (m *CDense) H() CMatrix {
65 func (m *CDense) reuseAs(r, c int) {
89 func (m *CDense) reuseAsZeroed(r, c int) {
119 func (m *CDense) Reset() {
128 func (m *CDense) IsZero() bool {
135 func (m *CDense) Zero() {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/mat/
H A Dcdense.go10 type CDense struct { struct
11 mat cblas128.General
13 capRows, capCols int
17 func (m *CDense) Dims() (r, c int) {
23 func (m *CDense) H() CMatrix {
65 func (m *CDense) reuseAs(r, c int) {
89 func (m *CDense) reuseAsZeroed(r, c int) {
119 func (m *CDense) Reset() {
128 func (m *CDense) IsZero() bool {
135 func (m *CDense) Zero() {
[all …]
/dports/science/colt/colt/src/cern/colt/matrix/impl/
H A DBenchmark.java91 DoubleMatrix2D CDense = dense.copy(); in benchmark() local