enigma v0.1.0 (2016-02-29T12:28:49Z)
Dub
Repo
BSM
boolean_matrix
Undocumented in source.
struct
BSM (
size_t
n
)
if
(
n
> 0
) {
bool
[
n
][
n
]
s_mat
;
auto
opMul
(BSM!n matrix);
auto
opMul
(BCV!n vector);
}
Alias This
s_mat
Members
Functions
opMul
auto
opMul
(BCV!n vector)
Undocumented in source. Be warned that the author may not have intended to support it.
opMul
auto
opMul
(BSM!n matrix)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
s_mat
bool
[
n
][
n
]
s_mat
;
Undocumented in source.
Meta
Source
See Implementation
boolean_matrix
enums
Identity
functions
lowerRotator
permutation
transpose
upperRotator
structs
BCV
BSM