UNPKG
randomness
Version:
latest (1.6.23)
1.6.23
1.6.22
1.6.21
1.6.20
1.6.19
1.6.18
1.6.17
1.6.16
1.6.15
1.6.14
1.6.13
1.6.12
1.6.11
1.6.10
1.6.9
1.6.8
1.6.7
1.6.6
1.6.5
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.5.32
1.5.31
1.5.30
1.5.29
1.5.28
1.5.27
1.5.26
1.5.25
1.5.24
1.5.23
1.5.22
1.5.21
1.5.20
1.5.19
1.5.18
1.5.17
1.5.16
1.5.15
1.5.14
1.5.13
1.5.12
1.5.11
1.5.10
1.5.9
1.5.8
1.5.7
1.5.6
1.5.5
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
1.4.0
1.3.2
1.3.1
1.3.0
1.2.0
1.1.1
1.1.0
Randomness tests
github.com/runk/randomness
runk/randomness
randomness
/
lib
/
utils
/
matrix.d.ts
4 lines
(3 loc)
•
206 B
TypeScript
View Raw
1
2
3
4
import
{
Bit
,
Matrix
}
from
'../types'
;
export
declare
const
bitsToMatrix
:
(
M
:
number
,
Q
:
number
,
bits
:
Bit
[]
) =>
Matrix
;
export
declare
const
computeRank
:
(
M
:
number
,
Q
:
number
,
matrix
:
Matrix
) =>
number
;