MCPcopy Create free account

hub / github.com/DistributedML/Biscotti / types & classes

Types & classes796 in github.com/DistributedML/Biscotti

↓ 28 callersTypeAliasCirculant
Circulant is a generally non-symmetric matrix given by A[i,j] = 1 + (j-i+n)%n. For example, for n=5, [ 1 2 3 4 5 ] [ 5 1 2 3 4 ] A = [ 4 5 1 2 3 ] [ 3
lib/gonum/lapack/testlapack/test_matrices.go:99
↓ 22 callersTypeAliasfortran64
This file implements types for helping to convert to Fortran testing capabilities. fortran64 is a float64 type that prints as a double precision const
lib/gonum/lapack/testlapack/fortran.go:16
↓ 20 callersTypeAliasCreation
Creation is a singular non-symmetric matrix given by A[i,j] = i, if j == i-1, = 0, otherwise. For example, for n=5, [ . . . . . ] [ 1 . . . . ] A =
lib/gonum/lapack/testlapack/test_matrices.go:173
↓ 20 callersTypeAliasDownshift
Downshift is a non-singular upper Hessenberg matrix given by A[i,j] = 1, if (i-j+n)%n == 1, = 0, otherwise. For example, for n=5, [ . . . . 1 ] [ 1
lib/gonum/lapack/testlapack/test_matrices.go:228
↓ 20 callersTypeAliasFibonacci
Fibonacci is an upper Hessenberg matrix with 3 distinct real eigenvalues. For example, for n=5, [ . 1 . . . ] [ 1 1 . . . ] A = [ . 1 1 . . ] [ . . 1
lib/gonum/lapack/testlapack/test_matrices.go:251
↓ 20 callersTypeAliasGear
Gear is a singular non-symmetric matrix with real eigenvalues. For example, for n=5, [ . 1 . . 1 ] [ 1 . 1 . . ] A = [ . 1 . 1 . ] [ . . 1 . 1 ] [-1 .
lib/gonum/lapack/testlapack/test_matrices.go:288
↓ 20 callersTypeAliasLesp
Lesp is a tridiagonal, generally non-symmetric matrix given by A[i,j] = -2*i-5 if i == j, = 1/(i+1) if i == j-1, = j+1 if i == j+1. For exampl
lib/gonum/lapack/testlapack/test_matrices.go:424
↓ 19 callersTypeAliasSet
Set represents an explicit anonymity set as a list of public keys.
lib/dedis/kyber/sign/anon/anon.go:10
↓ 16 callersTypeAliasClement
Clement is a generally non-symmetric matrix given by A[i,j] = i+1, if j == i+1, = n-i, if j == i-1, = 0, otherwise. For example, for n=5, [ . 1 .
lib/gonum/lapack/testlapack/test_matrices.go:138
↓ 12 callersClassClient
ML/Pytorch/client.py:12
↓ 8 callersTypeAliasDiagonal
Diagonal is a diagonal matrix given by A[i,j] = i+1, if i == j, = 0, otherwise. For example, for n=5, [ 1 . . . . ] [ . 2 . . . ] A = [ . . 3 . .
lib/gonum/lapack/testlapack/test_matrices.go:198
↓ 8 callersTypeAliasZero
Zero is a matrix with all elements equal to zero.
lib/gonum/lapack/testlapack/test_matrices.go:605
↓ 7 callersClassSoftmaxModel
ML/Pytorch/softmax_model.py:7
↓ 4 callersTypeAliasWilk20
Wilk20 is a 20×20 lower Hessenberg matrix. If the parameter is 0, the matrix has 20 distinct real eigenvalues. If the parameter is 1e-10, the matrix h
lib/gonum/lapack/testlapack/test_matrices.go:579
↓ 2 callersTypeAliasCumulantKind
CumulantKind specifies the behavior for calculating the empirical CDF or Quantile
lib/gonum/stat/stat.go:16
↓ 2 callersTypeAliasSigShare
SigShare encodes a threshold BLS signature share Si = i || v where the 2-byte big-endian value i corresponds to the share's index and v represents the
lib/dedis/kyber/sign/tbls/tbls.go:25
↓ 2 callersTypeAliasresult
lib/gonum/matrix/mat64/product.go:190
↓ 1 callersTypeAliasEnum
Protobufs enums are transmitted as unsigned varints; using this type alias is optional but recommended to ensure they get the correct type.
lib/dedis/protobuf/encode.go:33
↓ 1 callersFuncTypeProtocol
Protocol represents the role of a participant in a clique protocol. A participant is represented as a higher-order function taking a StarContext, whic
lib/dedis/kyber/proof/clique.go:21
↓ 1 callersFuncTypeProver
Prover represents the prover role in an arbitrary Sigma-protocol. A prover is simply a higher-order function that takes a ProverContext, runs the prot
lib/dedis/kyber/proof/context.go:10
↓ 1 callersTypeAliasSfixed32
Message fields declared to have exactly this type will be transmitted as fixed-size 32-bit signed integers.
lib/dedis/protobuf/encode.go:24
↓ 1 callersTypeAliasSfixed64
Message fields declared to have exactly this type will be transmitted as fixed-size 64-bit signed integers.
lib/dedis/protobuf/encode.go:28
↓ 1 callersTypeAliasUfixed32
Message fields declared to have exactly this type will be transmitted as fixed-size 32-bit unsigned integers.
lib/dedis/protobuf/encode.go:16
↓ 1 callersTypeAliasUfixed64
Message fields declared to have exactly this type will be transmitted as fixed-size 64-bit unsigned integers.
lib/dedis/protobuf/encode.go:20
↓ 1 callersFuncTypeVerifier
Verifier represents the verifier role in an arbitrary Sigma-protocol. A verifier is a higher-order function that takes a VerifierContext, runs the pro
lib/dedis/kyber/proof/context.go:16
↓ 1 callersTypeAliasandPred
And predicate //////////
lib/dedis/kyber/proof/proof.go:332
↓ 1 callersTypeAliasbyPosition
lib/gonum/internal/binding/binding.go:397
↓ 1 callersTypeAliasmybool
test custom type-aliases
lib/dedis/protobuf/protobuf_test.go:19
↓ 1 callersTypeAliasmybytes
lib/dedis/protobuf/protobuf_test.go:27
↓ 1 callersTypeAliasmyfloat32
lib/dedis/protobuf/protobuf_test.go:25
↓ 1 callersTypeAliasmyfloat64
lib/dedis/protobuf/protobuf_test.go:26
↓ 1 callersTypeAliasmyint32
lib/dedis/protobuf/protobuf_test.go:21
↓ 1 callersTypeAliasmyint64
lib/dedis/protobuf/protobuf_test.go:22
↓ 1 callersTypeAliasmystring
lib/dedis/protobuf/protobuf_test.go:28
↓ 1 callersTypeAliasmyuint32
lib/dedis/protobuf/protobuf_test.go:23
↓ 1 callersTypeAliasmyuint64
lib/dedis/protobuf/protobuf_test.go:24
↓ 1 callersTypeAliasorPred
Or predicate //////////
lib/dedis/kyber/proof/proof.go:442
↓ 1 callersTypeAliastheFactory
lib/dedis/fixbuf/fuzz.go:19
↓ 1 callersTypeAliasuniformWidth
lib/gonum/matrix/mat64/format.go:230
StructA
lib/dedis/protobuf/marshal_test.go:13
StructA123
A123 is the non-symmetric singular matrix [ 1 2 3 ] A = [ 4 5 6 ] [ 7 8 9 ] It has three distinct real eigenvalues.
lib/gonum/lapack/testlapack/test_matrices.go:19
InterfaceAdder
lib/gonum/matrix/mat64/dense_test.go:489
InterfaceAllowsVarTime
AllowsVarTime allows callers to determine if a given kyber.Scalar or kyber.Point supports opting-in to variable time operations. If an object implemen
lib/dedis/kyber/group.go:126
StructAntisymRandom
AntisymRandom is a anti-symmetric random matrix. All its eigenvalues are imaginary with one zero if the order is odd.
lib/gonum/lapack/testlapack/test_matrices.go:66
InterfaceApplier
lib/gonum/matrix/mat64/dense_test.go:1336
StructArrayTest0
lib/dedis/protobuf/array_test.go:11
StructArrayTest1
lib/dedis/protobuf/array_test.go:15
StructArrayTest2
lib/dedis/protobuf/array_test.go:19
StructArrayTest3
lib/dedis/protobuf/array_test.go:23
InterfaceAugmenter
lib/gonum/matrix/mat64/dense_test.go:1476
StructB
lib/dedis/protobuf/marshal_test.go:25
StructBand
Band represents a band matrix using the band storage scheme.
lib/gonum/blas/blas32/blas32.go:43
StructBand
Band represents a band matrix using the band storage scheme.
lib/gonum/blas/blas64/blas64.go:43
StructBand
Band represents a band matrix using the band storage scheme.
lib/gonum/blas/cblas128/cblas128.go:45
StructBand
Band represents a band matrix using the band storage scheme.
lib/gonum/blas/cblas64/cblas64.go:45
InterfaceBandWidther
A BandWidther represents a banded matrix and can return the left and right half-bandwidths, k1 and k2.
lib/gonum/matrix/mat64/matrix.go:167
StructBasicCurve
Basic unoptimized reference implementation of Twisted Edwards curves. This reference implementation is mainly intended for testing, debugging, and ins
lib/dedis/kyber/group/curve25519/basic.go:207
StructBernoulli
Bernoulli represents a random variable whose value is 1 with probability p and value of zero with probability 1-P. The value of P must be between 0 an
lib/gonum/stat/distuv/bernoulli.go:15
StructBeta
Beta implements the Beta distribution, a two-parameter continuous distribution with support between 0 and 1. The beta distribution has density functi
lib/gonum/stat/distuv/beta.go:21
StructBhattacharyya
Bhattacharyya is a type for computing the Bhattacharyya distance between probability distributions. The Battachara distance is defined as D_B = -ln(B
lib/gonum/stat/distmv/statdist.go:26
StructBinaryEncoding
BinaryEncoding represents a simple binary encoding suitable for reading and writing fixed-length cryptographic objects. The interface allows reading a
lib/dedis/fixbuf/encoding.go:42
StructBlock
DistSys/block.go:14
StructBlockData
FedSys/blockData.go:10
StructBlockData
DistSys/blockData.go:10
StructBlockchain
DistSys/blockchain.go:8
StructBound
lib/gonum/stat/distmv/uniform.go:12
TypeAliasByteOrder
ByteOrder denotes the endianness of the operation.
lib/dedis/kyber/group/mod/int.go:21
EnumCBLAS_DIAG
lib/gonum/blas/cgo/cblas.h:9
EnumCBLAS_ORDER
lib/gonum/blas/cgo/cblas.h:5
EnumCBLAS_SIDE
lib/gonum/blas/cgo/cblas.h:10
EnumCBLAS_TRANSPOSE
lib/gonum/blas/cgo/cblas.h:6
EnumCBLAS_UPLO
lib/gonum/blas/cgo/cblas.h:8
StructCC
CC is a type for computing the canonical correlations of a pair of matrices. The results of the canonical correlation analysis are only valid if the c
lib/gonum/stat/pca_cca.go:106
ClassCIFARCNNModel
ML/Pytorch/cifar_cnn_model.py:8
ClassCIFARDataset
ML/Pytorch/cifar_dataset.py:18
StructCategorical
Categorical is an extension of the Bernouilli distribution where x takes values {0, 1, ..., len(w)-1} where w is the weight vector. Categorical must b
lib/gonum/stat/distuv/categorical.go:15
StructChiSquared
ChiSquared implements the χ² distribution, a one parameter distribution with support on the positive numbers. The density function is given by 1/(2^{
lib/gonum/stat/distuv/chisquared.go:22
StructCholesky
Cholesky is a type for creating and using the Cholesky factorization of a symmetric positive definite matrix. Cholesky methods may only be called on
lib/gonum/matrix/mat64/cholesky.go:27
ClassClient
ML/code/client.py:15
ClassClient
CentralBlockML/code/client.py:10
InterfaceCloner
A Cloner can make a copy of a into the receiver, overwriting the previous value of the receiver. The clone operation does not make any restriction on
lib/gonum/matrix/mat64/matrix.go:123
InterfaceColViewer
A ColViewer can return a Vector reflecting a column that is backed by the matrix data. The Vector returned will have length equal to the number of row
lib/gonum/matrix/mat64/matrix.go:110
StructCombinationGenerator
CombinationGenerator generates combinations iteratively. Combinations may be called to generate all combinations collectively.
lib/gonum/stat/combin/combin.go:75
TypeAliasComp
lib/gonum/lapack/lapack.go:13
StructComplaintCommits
ComplaintCommits is sent if the secret commitments revealed by a peer are not valid.
lib/dedis/kyber/share/dkg/rabin/dkg.go:123
StructCompletePolicy
CompletePolicy is the default policy requiring that all participants have cosigned to make a collective signature valid.
lib/dedis/kyber/sign/cosi/cosi.go:374
StructComplex
Complex is a complex matrix constructed from two real matrices.
lib/gonum/matrix/conv/conv.go:15
InterfaceComplex128
Complex128 defines the public complex128 LAPACK API supported by gonum/lapack.
lib/gonum/lapack/lapack.go:16
InterfaceComplex128
Complex128 implements the double precision complex BLAS routines.
lib/gonum/blas/blas.go:336
InterfaceComplex128Level1
Complex128Level1 implements the double precision complex BLAS Level 1 routines.
lib/gonum/blas/blas.go:343
InterfaceComplex128Level2
Complex128Level2 implements the double precision complex BLAS Level 2 routines.
lib/gonum/blas/blas.go:357
InterfaceComplex128Level3
Complex128Level3 implements the double precision complex BLAS Level 3 routines.
lib/gonum/blas/blas.go:378
InterfaceComplex64
Complex64 implements the single precision complex BLAS routines.
lib/gonum/blas/blas.go:281
InterfaceComplex64Level1
Complex64Level1 implements the single precision complex BLAS Level 1 routines.
lib/gonum/blas/blas.go:288
InterfaceComplex64Level2
Complex64Level2 implements the single precision complex BLAS routines Level 2 routines.
lib/gonum/blas/blas.go:302
InterfaceComplex64Level3
Complex64Level3 implements the single precision complex BLAS Level 3 routines.
lib/gonum/blas/blas.go:323
TypeAliasCondition
Condition is the condition number of a matrix. The condition number is defined as ||A|| * ||A^-1||. One important use of Condition is during linear s
lib/gonum/matrix/errors.go:25
StructConjugate
Conjugate is a type for performing an implicit matrix conjugate transpose. It implements the Matrix interface, returning values from the conjugate tra
lib/gonum/matrix/cmat128/matrix.go:31
InterfaceConjugateUpdater
lib/gonum/stat/distuv/general_test.go:66
InterfaceConstructor
Constructor represents a generic constructor that takes a reflect.Type, typically for an interface type, and constructs some suitable concrete instanc
lib/dedis/fixbuf/encoding.go:27
next →1–100 of 796, ranked by callers