Home
last modified time | relevance | path

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

/dports/www/carbonapi/carbonapi-0.14.1/vendor/gonum.org/v1/gonum/mat/
H A Ddiagonal.go74 type DiagDense struct { struct
75 mat blas64.Vector
100 func (d *DiagDense) Diag() int {
105 func (d *DiagDense) Dims() (r, c int) {
110 func (d *DiagDense) T() Matrix {
122 func (d *DiagDense) TBand() Banded {
139 func (d *DiagDense) Symmetric() int {
166 func (d *DiagDense) Reset() {
175 func (d *DiagDense) Zero() {
311 func (d *DiagDense) IsEmpty() bool {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/mat/
H A Ddiagonal.go74 type DiagDense struct { struct
75 mat blas64.Vector
100 func (d *DiagDense) Diag() int {
105 func (d *DiagDense) Dims() (r, c int) {
110 func (d *DiagDense) T() Matrix {
122 func (d *DiagDense) TBand() Banded {
139 func (d *DiagDense) Symmetric() int {
166 func (d *DiagDense) Reset() {
175 func (d *DiagDense) Zero() {
311 func (d *DiagDense) IsEmpty() bool {
[all …]
H A Dbasictypes_test.go16 func asBasicDiagonal(d *DiagDense) *basicDiagonal { return (*basicDiagonal)(d) }
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/gonum.org/v1/gonum/mat/
H A Ddiagonal.go74 type DiagDense struct { struct
75 mat blas64.Vector
100 func (d *DiagDense) Diag() int {
105 func (d *DiagDense) Dims() (r, c int) {
110 func (d *DiagDense) T() Matrix {
122 func (d *DiagDense) TBand() Banded {
139 func (d *DiagDense) Symmetric() int {
166 func (d *DiagDense) Reset() {
175 func (d *DiagDense) Zero() {
311 func (d *DiagDense) IsEmpty() bool {
[all …]
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/gonum.org/v1/gonum/mat/
H A Ddiagonal.go72 type DiagDense struct { struct
73 mat blas64.Vector
98 func (d *DiagDense) Diag() int {
103 func (d *DiagDense) Dims() (r, c int) {
108 func (d *DiagDense) T() Matrix {
120 func (d *DiagDense) TBand() Banded {
137 func (d *DiagDense) Symmetric() int {
163 func (d *DiagDense) Reset() {
172 func (d *DiagDense) Zero() {
288 func (d *DiagDense) reuseAs(r int) {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/mat/
H A Ddiagonal.go72 type DiagDense struct { struct
73 mat blas64.Vector
98 func (d *DiagDense) Diag() int {
103 func (d *DiagDense) Dims() (r, c int) {
108 func (d *DiagDense) T() Matrix {
120 func (d *DiagDense) TBand() Banded {
137 func (d *DiagDense) Symmetric() int {
163 func (d *DiagDense) Reset() {
172 func (d *DiagDense) Zero() {
288 func (d *DiagDense) reuseAs(r int) {
[all …]
H A Ddense_test.go26 func asBasicDiagonal(d *DiagDense) Diagonal { return (*basicDiagonal)(d) }